Re: Need to write python source with python

2012-02-28 Thread crstop
On Tuesday, February 28, 2012 11:25:33 AM UTC-8, Peter Otten wrote: > crs...@gmail.com wrote: > > > On Tuesday, February 28, 2012 9:56:43 AM UTC-8, Peter Otten wrote: > >> crs...@gmail.com wrote: > >> > >> > I'm new to Python but have experience with a few other programming > >> > languages(Java,

Re: Need to write python source with python

2012-02-28 Thread crstop
On Tuesday, February 28, 2012 9:56:43 AM UTC-8, Peter Otten wrote: > crs...@gmail.com wrote: > > > I'm new to Python but have experience with a few other programming > > languages(Java, Perl, JavaScript). > > > > I'm using Python 2.7.2 and I'm trying to create and write to a file (.py) > > a pyth

Need to write python source with python

2012-02-28 Thread crstop
Hi All, I'm new to Python but have experience with a few other programming languages(Java, Perl, JavaScript). I'm using Python 2.7.2 and I'm trying to create and write to a file (.py) a python class and functions from python. I will also need to later read and edit the file. I realize I could