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, ...
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, ...