PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
PyO3: From Python to Rust and Back Again

David Hewitt, the principal committer to PyO3, discusses the project's role in improving Python's performance by integrating Rust code. The conversation explores the challenges and ongoing developments in making Python and Rust work seamlessly together, highlighting the complexities involved in bridging these two languages for enhanced performance.

https://www.youtube.com/watch?v=UmL_CA-v3O8
Nvidia Warp (a Python framework for writing high-performance code)

https://nvidia.github.io/warp/
PySkyWiFi: completely free, unbelievably stupid wi-fi on long-haul flights

PySkyWiFi is a tool that allows free internet access on planes by exploiting a vulnerability in airline loyalty program websites. It works by sending HTTP requests through an airline account's name field, relaying them to a ground computer that makes the actual web requests, and sending responses back through the same channel.

https://robertheaton.com/pyskywifi/
How a Decorator Crashed My Flask App: Lessons Learned

The article explains how a decorator without functools.wraps caused a Flask app to crash by assigning the same name to multiple endpoints. It demonstrates the importance of using functools.wraps to maintain function metadata, thus preventing such errors.

https://suyogdahal.com.np/posts/how-decorator-crashed-my-flask-app/
PyCon US 2024 Videos

Couldn't attend PyCon US 2024? The videos of the talks have started trickling down.

https://www.youtube.com/playlist?list=PL2Uw4_HvXqvYhjub9bw4uDAmNtprgAvlJ