Networking with Python! Basic Operating System (OS) Navigation

Опубликовано: 16 Апрель 2022
на канале: Adrian Dolinay
348
7

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...

CONNECT:
LinkedIn:   / adrian-dolinay-frm-96a289106  
GitHub: https://github.com/ad17171717
Twitter:   / dolinayg  
Odysee: https://odysee.com/@adriandolinay:0


-----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