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