Download this file
1 2 3 4 5 6 7 8 9 10
import os files = ( 'first_fig.py', 'second_fig.py', 'subplot.py', 'text_dict.py', 'thirdfig.py', 'silly_axes.py', 'test.py', 'text_simple.py', 'mathtext_tut.py') for fname in files: print 'Running', fname os.system('python %s' % fname)