Networking with Python! Basic Operating System (OS) Navigation
Adrian Dolinay
Tutorial on navigating a local machine with Python's os package. Learn how to check the current directory for the Python script, print out file and sub-directories names given a certain path, move files between directories and run programs locally.
The notebook can be found in the "Networking with Python" folder within the below repo. GitHub Repo - https://github.com/ad17171717/YouTube-Tutorials/tree/main/Networking%20with%20Python
CONNECT: LinkedIn: https://www.linkedin.com/in/adrian-dolinay-frm-96a289106/ GitHub: https://github.com/ad17171717 Twitter: https://twitter.com/DolinayG
------Video Chapters------ 0:00 - Intro 1:07 - Print the current working directory (folder) for the Python script 1:23 - List files and directories within the working directory 1:54 - List all underlying files and directories within a given path 3:50 - Creating directories 5:07 - Changing the working directory 6:05 - Moving files between directories 6:51 - Running local programs 7:54 - References and additional learning ... https://www.youtube.com/watch?v=qxXwhBWEM1s
31268999 Bytes