Python 3.15 is coming with some cool new features π
My favorites:
β’ Lazy imports with the `lazy` keyword - speeds up startup times
β’ `frozendict` is finally a built-in type
β’ Unpacking in comprehensions with `*` and `**`
β’ JIT compiler improvements (6-13% faster on x86-64 Linux)
β’ A new high-frequency statistical profiler
Beta drops later this week. Who's excited to try these out?