Lecture 23
Key Word(s): debugging, pdb, profiling, cProfile, performance, bytecode instructions
Topics include:
- Debugging in
python
- Generating profiles for performance analysis
- Bytecode instructions and performance
Supplementary code
sample_codes.zip
factorial.py
(also contained insample_codes.zip
)newton.py
(also contained insample_codes.zip
)