In this video you can find information on,
1. why it is important to organize python packages and modules in separate folders
2. how we can make a folder to be searchable by the Python interpreter for importing Python packages and modules
3. how we can setup the PYTHONPATH environment variable in Windows to add directory paths to be searchable by the Python interpreter for importing Python packages and modules
4. how we can make use of the the sys module to see all the directories that Python interpreter is currently scanning for to import Python packages and modules
"Introduction to Python" Playlist:
https://www.youtube.com/playlist?list=PLq7RUKeig7yZfcXoeVkTSv7szH6EaUK_E
Follow my software engineering thoughts and trainings on,
YouTube:
https://www.youtube.com/mariapanneerrajan/
LinkedIn
https://www.linkedin.com/in/mariapanneerrajan/
Facebook
https://www.facebook.com/mariapanneerrajan
Instagram
https://www.instagram.com/mariapanneerrajan
Download
0 formats
No download links available.
Introduction to Python - Part 21 - Custom Packages & Modules using PYTHONPATH & sys.path | NatokHD