Python Tutorial | How to search files based on file extension name

preview_player
Показать описание
In this tutorial I will be showing you how to write a simple #Python script to search files based on file extension name.

Buy Me a Coffee? Your support is much appreciated
Venmo: @Jie-Jenn

More tutorial videos on my website

Check out my gears here on Amazon:
Рекомендации по теме
Комментарии
Автор

i've got error in 7 line, witch is same as yours, any ideas?

Trk
Автор

would i be able to open said file with
if file.startswith('eg'):
open(file)
?

dylannaidoo
Автор

Hi
Is it possible to search file by extension in teams by python in Local drive C?

airobotusa
Автор

Could you do a tutorial on connecting to Sharepoint in a company's intranet and searching folders for specific files?

chantellecarley
Автор

Hi Jie
I am able to search file by extension in local drive

Could you please advise how to search files by extension in cloud, teams ?

airobotusa