Tagged: debugging

Jan 20, 2020

Is there anything safe in python?

About avoiding side-effects in repr

Mar 25, 2018

Proxy issues with Apache

A debugging story

May 07, 2016

Dealing with Docker

Tips and tricks for porting Python apps to Docker, and lots of complaints.

Feb 18, 2016

Notes on debugging

Various ideas about debugging

Jan 12, 2015

Proxying objects in Python

Notes about a lazy object proxy implementation in Python

Aug 03, 2014

The most underrated feature in Python 3

Short praise about exception handling in Python 3

Jun 19, 2014

Just another day using Python 3

Apr 28, 2014

Quick tracing

A quick way to trace code from a REPL

Mar 17, 2014

Debugging with AOP

Debugging code with aspect-oriented programming

Dec 21, 2013

Dumping logs on test failures

A base TestCase class that dumps external logs on failures and works with nose

Dec 10, 2013

Adding stacktraces to log messages

Showing stacktraces in Django's SQL query logging

Aug 08, 2013

Dealing with eval'd code

About eval and tracebacks

Jun 05, 2013

Python debugging tools

Debugging tools I like to generally use with python