One of my favorite Python resources is the talk python to me podcast. I get to catch up on relevant topics while I’m on the road or working on other projects.
Data queries
Troubleshooting Code - timing, profiling and tracing
- Timing your code
- How to profile your code
- Troubleshoot using pdb
- Further troubleshooting notes
- Logging results for better code
Other topics