PythonJan 12, 2026
Understanding Python Bytecode to Optimize Performance
An introduction to how the Python Virtual Machine executes bytecode and tips we can learn from it.
thoughts on programming, and technology.
An introduction to how the Python Virtual Machine executes bytecode and tips we can learn from it.
A useful pattern in python to handle recursive problems using generators.
A step-by-step guide to publishing a Python package using uv.
Common bitwise operations in Go.