import glob
year = 1933
fileList = glob.glob("./binary/"+str(yyear)+'/*')
for fileName in fileList:
...