Menu

[r3311]: / trunk / htdocs / tut / runall.py  Maximize  Restore  History

Download this file

12 lines (7 with data), 290 Bytes

 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', 'date_demo2.py')
for fname in files:
print 'Running', fname
os.system('python %s' % fname)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.