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?