Tagged: debugging
Jan 20, 2020 About avoiding side-effects in repr
Mar 25, 2018 A debugging story
May 07, 2016 Tips and tricks for porting Python apps to Docker, and lots of complaints.
Feb 18, 2016 Various ideas about debugging
Jan 12, 2015 Notes about a lazy object proxy implementation in Python
Aug 03, 2014 Short praise about exception handling in Python 3
Apr 28, 2014 A quick way to trace code from a REPL
Mar 17, 2014 Debugging code with aspect-oriented programming
Dec 21, 2013 A base TestCase class that dumps external logs on failures and works with nose
Dec 10, 2013 Showing stacktraces in Django's SQL query logging
Aug 08, 2013 About eval and tracebacks
Jun 05, 2013 Debugging tools I like to generally use with python