Skip to content

Commit 026ab2d

Browse files
committed
Merge branch 'master' of ssh://github.com/sbu-python-class/python-science
2 parents ad6360d + 12ca74c commit 026ab2d

3 files changed

Lines changed: 1501 additions & 478 deletions

File tree

CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@
5252
requests
5353

5454

55+
-- debugger: from Nathan on yt:
56+
57+
"The easiest way to debug issues like this is to use a python
58+
debugger. I prefer ipdb, which has nice integration with IPython,
59+
including tab completions. Others like pudb. There's also pdb,
60+
which is part of the python standard library. All of these
61+
debuggers have a gdb-like command-line interface, allowing printing
62+
out backtraces, inspecting variables, and stepping through
63+
code. Both ipdb and pudb can be installed via pip."
64+
65+
66+
67+
5568

5669
references:
5770

47.6 KB
Loading

0 commit comments

Comments
 (0)