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