Python tutorial 5: OS and Shutil

Опубликовано: 18 Май 2025
на канале: Code Them Up !!
160
6

The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal.
The OS module in Python provides functions for interacting with the operating system. OS comes under Python's standard utility modules. This module provides a portable way of using operating system-dependent functionality. The os and *os.
In today's video we are going to learn about this topics and going to do some basic machine learning as OS and Shutil are really very helpful in many ways for copying, moving, pasting, renaming etc. but all by the program itself; ie, those individual components can be together used for making programs for auto-file-manager which can see all the files auto-cleans etc.