An active engineer explains how to get a file list including subdirectories in Python [for beginners]
A TechAcademy mentor (active engineer) will explain how to get a list of files including subdirectories in Python for beginners using real code.
If you are not familiar with Python, explain what Python is.Read the article for a better understanding.
In addition, this article is an online boot camp of Tech Academy,Python courseIt is introduced based on the contents of.
table of contents
- How to get the file list using the glob module
- How to get the file list using the os.walk function
- Let's actually write
- Summary