Python File Handling | CSV Files | Zip UnZip | Directories| Learn Python Programming [Hindi]

preview_player
Показать описание
In this Python Programming Tutorial, we will be looking at File Handling Concepts in Python in-depth. Here you will get to know about
Writing and reading CSV files
Zipping and unzipping operations
Working with Directories
To get previous videos on Python Programming visit the playlist.
Please subscribe to our channel for more updates. Thank You
#pythonzip #pythonunzip #pythoncsv #pythondirectories #writetofile #readfile #closefile #codewithkal #learnpythonprogramming #pythoninhindi #filehandlingpython #readlines
Рекомендации по теме
Комментарии
Автор

f=ZipFIle("file.zip", "w', ZIP_DEFLATED)
Here we are creating ZipFile Class object with the name of the zip file, mode, and the constant.
zipfile module in python contains ZipFile class.

CodeWithKal
Автор

ZIP_DEFLATED is constant which t represents we are creating zip file. Similarly, ZIP_STORED is constant which represents unzip operation

CodeWithKal
join shbcf.ru