Code Mala Tang
Code Mala Tang
Oct 11, 2025 · Fundamentals

What’s New in Python 3.14? Free Threads, t‑Strings, and More

Python 3.14, released on October 7 2025, introduces free threading, t‑strings, multiple interpreters, delayed annotation evaluation, enhanced UUIDs, zero‑cost debugging, improved error messages, experimental JIT, Android‑embeddable binaries, built‑in HMAC, Sigstore signing, and several C‑API changes, reshaping both beginner and advanced development.

Free ThreadingPEP 750PEP 779
0 likes · 6 min read
What’s New in Python 3.14? Free Threads, t‑Strings, and More
Java Interview Crash Guide
Java Interview Crash Guide
Jun 29, 2021 · Fundamentals

Master Java 9‑16: Essential New Features You Must Know

This article quickly walks through the major new features introduced in Java versions 9 through 16—including private interface methods, var type inference, enhanced switch expressions, records, sealed classes, and new garbage collectors—helping developers stay current and write cleaner, more efficient code.

New FeaturesVersion 9-16java
0 likes · 12 min read
Master Java 9‑16: Essential New Features You Must Know
Java Backend Technology
Java Backend Technology
Jun 24, 2021 · Fundamentals

Unlock Java 9‑16: Key Features Every Developer Should Know

This article quickly walks through the major language and JVM enhancements introduced in Java 9 through Java 16—including private interface methods, var type inference, switch expressions, records, sealed classes, new garbage collectors, and tooling updates—so developers can stay current and write more concise, efficient code.

JDKVersion Featuresjava
0 likes · 12 min read
Unlock Java 9‑16: Key Features Every Developer Should Know