Posts Tagged ‘ trains ’

MishaMeteo: Python tips

August 21, 2008
By

Python tips . Notes on my struggle with Python. :) 1. Os.system call and wildcards. You might have a hard life trying to send commands with wildcards to shell using "os.system()" call. If it treats wildcards as a part of the filename, ...

Read more »