#python-performance

[ follow ]
Python
fromPythonbytes
5 hours 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
2 weeks 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 weeks 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
2 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 ]