J jamesapp macrumors 6502a Original poster Apr 26, 2008 #1 just wondering about saving a file with python? just starting out with python, and the tutorials i am reading, don't talk about saving a file, or loading a preixisting file (not yet anyway) still reading.
just wondering about saving a file with python? just starting out with python, and the tutorials i am reading, don't talk about saving a file, or loading a preixisting file (not yet anyway) still reading.
H hhas macrumors regular Apr 26, 2008 #2 Plenty information out there, e.g.: http://docs.python.org/tut/node9.html#SECTION009200000000000000000 http://www.greenteapress.com/thinkpython/html/book015.html#toc148 And don't forget Python's built-in help support: Code: help(file)
Plenty information out there, e.g.: http://docs.python.org/tut/node9.html#SECTION009200000000000000000 http://www.greenteapress.com/thinkpython/html/book015.html#toc148 And don't forget Python's built-in help support: Code: help(file)