Articles in tag "Python internals"

2015.01.17: The scope of index variables in Python's for loops
2014.06.04: Using ASDL to describe ASTs in compilers
2012.06.17: Faster XML iteration with ElementTree
2012.06.15: Under the hood of Python class definitions
2012.04.16: Python object creation sequence
2012.04.03: The fundamental types of Python - a diagram
2012.03.30: Python objects, types, classes, and instances - a glossary
2012.03.23: Python internals: how callables work
2011.11.28: Less copies in Python with the buffer protocol and memoryviews
2011.05.15: Understanding UnboundLocalError in Python
2010.09.20: Python internals: Symbol tables, part 2
2010.09.18: Python internals: Symbol tables, part 1
2010.06.30: Python internals: adding a new statement to Python
2009.11.28: Python internals: Working with Python ASTs