3 Solved Topics

Remove Filter
Member Avatar for ZZucker

Challenge: change the code so that only .py and .txt files of a given directory are listed. ''' filename_list_given_dir1.py use module glob to list all the filenames of .jpg files or any extension(s) you specify in a given directory ''' import glob import os # all files (split off file …

Member Avatar for snippsat
0
516
Member Avatar for ZZucker

Santa just brought me a fancy notebook computer and I want to know if anyone has some experiemce with accessing that little camera with Python code?

Member Avatar for ZZucker
0
217
Member Avatar for ZZucker

What is the easiest or most elegant way to let the user input a list in a console program?

Member Avatar for vegaseat
0
171