Real Python Tutorials
How to Get a List of All Files in a Directory With Python
In this tutorial, you'll be examining a couple of methods to get a list of files and folders in a directory with Python. You'll also use both methods to recursively list directory contents. Finally, you'll examine a situation that pits one method against the other.
Jan 12, 2025 intermediate
Explore Real Python
Primer on Jinja Templating
Jan 12, 2025 intermediate django flask front-end web-dev
Working With JSON Data in Python
Dec 22, 2024 intermediate python