PDA

View Full Version : Any Advice?



Nekiruhs
July 6th, 2007, 09:17 PM
For a learning Python (and eventually PyGTK) programmer. I'm reading the official documentation, but I was wondering if anyone knew of any other good resources too.
Thanks.

init1
July 6th, 2007, 09:47 PM
http://hetland.org/writing/instant-python.html
The theme of the site has changed but I think the content is the same. Nice tutorial.

Nekiruhs
July 6th, 2007, 10:13 PM
Thanks init1, just wondering, do you know if there is a way to call a bash command in python?
Or any tips on file modification in python? So far the only language I've undertsood that in has been BASH.

Nekiruhs
July 6th, 2007, 11:27 PM
Nevermind. I found it. For those wondering its

import os
os.system('echo "hi"')