Popular blog posts
- Garbage collection in Python: things you need to know
- Memory management in Python
- Extracting text from HTML in Python: a very fast approach
- Understanding internals of Python classes
- Optimization tricks in Python: lists and tuples
Recent posts
Python internals series
- On code isolation in Python
- How Python saves memory when storing strings
- How virtual environment libraries work in Python
- How many objects does Python allocate during its interpreter lifetime?
- Python's GIL implemented in pure Python
- Optimization tricks in Python: lists and tuples
- Understanding internals of Python classes
- How pickle works in Python
- Garbage collection in Python: things you need to know
- Memory management in Python
- Python internals: Arbitrary-precision integer implementation