Python Workflow Notes
-
set breakpoints with
breakpoint()- use
nto continue execution until the next line - use
sto execute the current line and stop at the first possible occasion
- use
-
reimport library or file with
reload()fromimportliblibrary