# Basic syntax: import glob list_of_files = glob.glob("search_pattern") # Where: # - the search pattern can be any glob pattern, e.g. /usr/bin/*py* to get the # list of files in /usr/bin that contain py