Tagged in

Python3

Weekly Python
Weekly Python
Come with us on a journey to learn and improve in the world of Python Development.
More information
Followers
63
Elsewhere
More, on Medium

Listing Directory Contents With Python

As part of the Weekly Python Coding Challenge this week, you need to use Python to list the contents of a directory. This article will cover the three primary methods of accomplishing that using Python.

Using the “os” Module