Debugging & Profiling
6 Topics•0 Completed•
0%
1
pdb Debugger
Built-in Python debugger
Debugging skills
2
Logging
logging module
Production debugging
3
Profiling
cProfile and profiling tools
Performance analysis
4
Memory Profiling
Finding memory leaks
Memory optimization
5
timeit Module
Measuring execution time
Performance testing
6
Traceback Analysis
Understanding stack traces
Error analysis