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 Peter Otten
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, Perl, JavaScript). >> > >> > I'm using Python 2.7.2 and I'm trying to create and

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

Re: Need to write python source with python

2012-02-28 Thread 88888 Dihedral
在 2012年2月29日星期三UTC+8上午1时56分43秒,Peter Otten写道: > 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 python class and function

Re: Need to write python source with python

2012-02-28 Thread Peter Otten
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 python class and functions from python. I will also need to later read > and edit the