Tag Archives: Python

Good Python coding tips / cookbook

I love the examples on these pages, but i keep losing the links: pleac_python

python commands.getouput vs subprocess.Popen

I have been using the commands module for quite some time, purely because it is simple to use. Now that i have to go to writing code to work on windows, its time to start using the suproccess module. Also to make it easier for the other hard core programmers i will be working with [...]