Skip to content

Instantly share code, notes, and snippets.

@lpillmann
Created June 13, 2020 18:03
Show Gist options
  • Save lpillmann/5e5987661efffa758e0f9d8da659cf81 to your computer and use it in GitHub Desktop.
Save lpillmann/5e5987661efffa758e0f9d8da659cf81 to your computer and use it in GitHub Desktop.
Python useful configs and recipes
# Use ipdb as default debugger (you need to install it with conda install ipdb)
export PYTHONBREAKPOINT=ipdb.set_trace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment