We use a nested dependency structure where a project imports packages from PyPI but also our local packages from a deps folder (see minimal working example in this GitHub Repo). I assume this is by ...
We'll cover ipdb, a type of REPL, and discuss how to install and use it to debug a program. You've already been introduced to REPLs through using the Python Shell. REPL stands for Read, Evaluate, ...