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