An Exploration of Python Dependencies (Part I)
This is intended as an absolute beginner Python programmer’s guide to theย PYTHONPATH and importing your own modules to your projects easily. This should work on most Unix-like (*nix) machines. I struggled for a while when I first started using Linux and programming Python to figure out exactly how the Python …