Iterating through files inside a folder using the glob module in python

preview_player
Показать описание

In this video, we will learn to iterate through files inside a folder using the glob module in python

Please subscribe, like and share this video

#python #glob #iterate_files #dev #tutorial #learning #beginners #pythonforbeginners #taming_python
Рекомендации по теме
Комментарии
Автор

Nice and easy. Thank you. Next stage... use PyCdLib to create and add the folder to an ISO file.

razziE
Автор

Thank bro..
I was finding it and randomly this video comes..
Thanks a lot..
Keep it up 👍

creaturetrendy
Автор

thanks brother ...it solved my problem

furquananwer
Автор

Thanks for taking the time to do this video. It was helpful for me to nail down Gob usage. Well done.

ricksegalCanada
Автор

This is such a great video sir! that "folpath+ "/**/*".format(folpath)" does the wonder!!, i have a question tho, when i want to extract data from these files, how could i do it? i keep on getting "IsADirectoryError: [Errno 21] Is a directory: " error

JJLiu
Автор

sir i have one doubt...i have two folders (FolderA, FolderB) each folder contains 5 pdf files ...i have to iterate each folder and merge all 5 pdf into single pdf(merge_folderA.pdf) and next goto folderB and merge all pdfs in folderB into single you pl help me

ramakrishnatirumala
Автор

Folder me kisi starting string se shuru hone wale files ki paths ko kaise select kare 🙏🏻

alndru
Автор

what is the code for python3? I keep getting [] as a result

tinacole