how to list all folders in a path in python code example Example: get list of folders in directory python import os my_list = os.listdir('My_directory')