News faster CPython, JIT and 3.14
I’m starting a series on Python performance optimizations, Looking for real-world use cases!
Why Python is slow and how to make it faster
How much faster will python be in 10 years?
To my best approximation, it'll be about 69% faster than 2023 levels.
More on reddit.comVideos
Hey everyone,
I’m planning to start a series (not sure yet if it’ll be a blog, video, podcast, or something else) focused on Python performance. The idea is to explore concrete ways to:
-
Make Python code run faster
-
Optimize memory usage
-
Reduce infrastructure costs (e.g., cloud bills)
I’d love to base this on real-world use cases instead of just micro-benchmarks or contrived examples.
If you’ve ever run into performance issues in Python whether it’s slow scripts, web backends costing too much to run, or anything else I’d really appreciate if you could share your story.
These will serve as case studies for me to propose optimizations, compare approaches, and hopefully make the series valuable for the community.
Thanks in advance for any examples you can provide!