#python-performance

[ follow ]
fromRealpython
2 weeks ago

Episode #280: Considering Fast and Slow in Python Programming - The Real Python Podcast

Christopher shares an article titled "The Uselessness of 'Fast' and 'Slow' in Programming." It digs into how the different aspects of software performance span a wide range of orders of magnitude, and how developers can obsess over irrelevant performance details, often losing more time working in suboptimal environments than building what they need with tools they already know. We also discuss an article about why uv is fast, which explains how most of its speed comes from engineering decisions rather than just being written in Rust.
Web frameworks
Python
fromShed-skin
1 month ago

A (biased) Pure Python Performance Comparison

Shed Skin achieves about 29× average speedup over CPython 3.10 across many examples, outperforming PyPy's ~16× average with some workload exceptions.
Python
fromPythonbytes
2 months ago

Tapping into HTTP

Tools and techniques: httptap for detailed HTTP timing, Python performance hacks to speed code, and FastRTC for real-time Python audio/video streaming.
Python
fromAntocuni
3 months ago

Inside SPy, part 1: Motivations and Goals - Antonio Cuni's blog

SPy is a statically typed Python variant combining an interpreter and compiler focused on performance, deliberately sacrificing full Python compatibility for optimization.
Web development
fromThe JetBrains Blog
3 months ago

Why Performance Matters in Python Development | The PyCharm Blog

Python's interpreted execution and the GIL cause performance bottlenecks; applying proven optimization techniques improves speed, scalability, and resource efficiency.
Python
fromRealpython
4 months ago

Episode #265: Python App Hosting Choices & Documenting Python's History - The Real Python Podcast

Choose platform-as-a-service for simplicity and automation, containers for portability and consistency, and virtual machines for full control and isolation.
[ Load more ]