Lecture 19
Key Word(s): python internals, objects, bytecode, interpreter, frames, traceback, lists and NumPy arrays
Topics include:
- Code objects and
pythonbytecode - The interpreter and the evaluation loop
- Memory allocation in
python - Performance of pure
pythonlists and NumPy arrays