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?