Python
Links
- pyenv - Simple Python version management
- Managing Complexity with Architecture Patterns in Python (2021)
- Python behind the scenes #12: how async/await works in Python (2021)
- ThreadPoolExecutor in Python: The Complete Guide (2022)
- Don't wrap instance methods with 'functools.lru_cache' decorator in Python (2022)
- Async Python is not faster (2020)
- Strict Python function parameters
- How We Migrated from Python Multithreading to Asyncio (2022)
- Fixing Memory Leaks In Popular Python Libraries (2021) -
socket.shutdown
problem in code - Ned Batchelder: Python Names and Values (2015)
- Python behind the scenes - series of articles from Victor
- Sync vs. Async Python: What is the Difference? (2020)
- How to Create a Transparent Attribute Alias in Python (2021)
- Python Design Patterns
- Managing Python versions with pyenv
- syntactic sugar by Brett Cannon
- Setting up a Private PyPI Server (2022)
- Unravelling Python's classes (2022)
- Don't let dicts spoil your code
- Raising exceptions or returning error objects in Python
- Daily dose of Python - Slightly more advanced Python tips and tricks in easy to digest format.