Links
Interesting links I've found.
- 8 Levels of Using Type Hints in Python
- Why Static Languages Suffer From Complexity
- Putting the "You" in CPU
- Web Scraping via Javascript Runtime Heap Snapshots - Adrian Cooney's Blog
- Running Untrusted Python Code — Andrew Healey
- Python ConfigParser Tutorial - Comprehensive Guide To Working With Configuration Files With Python
- Not-so-casual Performance Optimization in Python
- Bridging the Python async gap from the other side