Fri, June 24, 2022
This Week in Python is a concise reading list about what happened in the past week in the Python universe.
Python Articles
- Raising exceptions or returning error objects in Python
- Mapping the World of Package Management – Packaging is maybe one of Python’s weaker spots. This articles tries to shed some light on the current landscape
- When Python can’t thread: a deep-dive into the GIL’s impact – In many cases Python can only run one thread at a time, due to what’s know as the Global Interpreter Lock (“GIL”)
- Getting the Stack Trace of a Running Python Program – Creating a simple strack trace utility in Python
- Utilising caching in your applications – Speed up you Django app by using caching
Projects
- PyBoy – Game Boy emulator written in Python
- pedalboard – A Python library for manipulating audio
- grumpy – Grumpy is a Python to Go source code transcompiler and runtime
- urllib3 – Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more
- diagram – Diagram as Code for prototyping cloud system architectures