Category "pdb"

Google Colab code change always produces "TabError: Inconsistent use of tab and spaces in indentation"

When I make even a simple change in a file checked out in /root/model/ in Google Colab environment Intro, I get "TabError: Inconsistent use of tab and spaces i

Celery + Django on Windows: debugging asynchronous tasks

With Django 1.8 I used Django-celery to run asynchronous tasks and I was able to debug them in my IDE (either PyCharm or Eclipse+PyDev) just launching "python c

how to use the post_mortem method of pdb?

I am trying to understand how to use the pdb.post_mortem() method. for this given file # expdb.py import pdb import trace def hello(): a = 6 * 9 b = 7 ** 2