Short answer: 3.12 = speed.
Longer answer: They’ve optimized a ton of small things, so your code just runs better without changes.
Walrus? Yep, still a thing. No new syntax, but folks are using pattern matching more.
Libraries: Typer (for CLIs) and SQLModel (SQL + Pydantic) are worth a look.
PS: [Real Python](https://realpython.com) has great python news roundups.
Longer answer: They’ve optimized a ton of small things, so your code just runs better without changes.
Walrus? Yep, still a thing. No new syntax, but folks are using pattern matching more.
Libraries: Typer (for CLIs) and SQLModel (SQL + Pydantic) are worth a look.
PS: [Real Python](https://realpython.com) has great python news roundups.
