1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
iPdb
The iPython-enabled pdb that exports functions to access the iPython debugger and has tab completion, syntax highlighting, better traceback, and introspection methods
off-by-one error
An error in programming that occurs when an array index used to iterate over a sequence (array) is off either by one less or one more than the correct value and this error is often found in languages where the index for sequences starts from 0 such as c/c +, Java, or python
pdb
The Python debugger that is a part of the Python runtime
Pdb++
A drop-in replacement for pdb with features similar to iPdb but it works on the default Python runtime instead of requiring iPython
Schematics
A library in Python that provides a way to generate data structures using simple types, which can then be validated, transformed, and also mocked
strace
A Linux command that allows a user to trace system calls and signals invoked by a running program