[EMAIL PROTECTED] wrote:
> Frederic Rentsch wrote:
>
>> [EMAIL PROTECTED] wrote:
>>
>>> These are csound files. Csound recently added python as a scripting
>>> language and is allowing also allowing csound calls from outside of
>>> csound. The nice thing about csound is that instead of wo
Frederic Rentsch wrote:
> [EMAIL PROTECTED] wrote:
> > These are csound files. Csound recently added python as a scripting
> > language and is allowing also allowing csound calls from outside of
> > csound. The nice thing about csound is that instead of worrying about
> > virus and large files i
[EMAIL PROTECTED] wrote:
> These are csound files. Csound recently added python as a scripting
> language and is allowing also allowing csound calls from outside of
> csound. The nice thing about csound is that instead of worrying about
> virus and large files it is an interpiter and all the file
These are csound files. Csound recently added python as a scripting
language and is allowing also allowing csound calls from outside of
csound. The nice thing about csound is that instead of worrying about
virus and large files it is an interpiter and all the files look
somewhat like html. 4,000
[EMAIL PROTECTED] wrote:
> Frederic Rentsch wrote:
>
>> [EMAIL PROTECTED] wrote:
>>
>>> Frederic Rentsch wrote:
>>>
>>>
[EMAIL PROTECTED] wrote:
> All I am after realy is to change this
>
> reline = re.line.split('instr', '/d$')
>
> into s
Frederic Rentsch wrote:
> [EMAIL PROTECTED] wrote:
> > Frederic Rentsch wrote:
> >
> >> [EMAIL PROTECTED] wrote:
> >>
> >>> All I am after realy is to change this
> >>>
> >>> reline = re.line.split('instr', '/d$')
> >>>
> >>> into something that grabs any line with instr in it take all the
> >>>
[EMAIL PROTECTED] wrote:
> Frederic Rentsch wrote:
>
>> [EMAIL PROTECTED] wrote:
>>
>>> All I am after realy is to change this
>>>
>>> reline = re.line.split('instr', '/d$')
>>>
>>> into something that grabs any line with instr in it take all the
>>> numbers and then grab any comment that
Frederic Rentsch wrote:
> [EMAIL PROTECTED] wrote:
> > All I am after realy is to change this
> >
> > reline = re.line.split('instr', '/d$')
> >
> > into something that grabs any line with instr in it take all the
> > numbers and then grab any comment that may or may not be at the end of
> > the
[EMAIL PROTECTED] wrote:
> All I am after realy is to change this
>
> reline = re.line.split('instr', '/d$')
>
> into something that grabs any line with instr in it take all the
> numbers and then grab any comment that may or may not be at the end of
> the line starting with ; until the end of the
[EMAIL PROTECTED] wrote:
> All I am after realy is to change this
>
> reline = re.line.split('instr', '/d$')
>
> into something that grabs any line with instr in it take all the
> numbers and then grab any comment that may or may not be at the end of
> the line starting with ; until the end of the
Hi Eric,
Don't let people offput you from learning python. It's a great
language, and is fun to use. But really, George does have a point -- if
you want to learn python, then the best way is to swim with the tide
rather than against it. But still, don't worry too much about being
pythonic and what
George Sakkis wrote:
> [EMAIL PROTECTED] wrote:
>
> > All I am after realy is to change this
> >
> > reline = re.line.split('instr', '/d$')
>
> If you think this is the only problem in your code, think again; almost
> every other line has an error or an unpythonic idiom. Have you read any
> tutor
[EMAIL PROTECTED] wrote:
> All I am after realy is to change this
>
> reline = re.line.split('instr', '/d$')
If you think this is the only problem in your code, think again; almost
every other line has an error or an unpythonic idiom. Have you read any
tutorial or sample code before typing this
All I am after realy is to change this
reline = re.line.split('instr', '/d$')
into something that grabs any line with instr in it take all the
numbers and then grab any comment that may or may not be at the end of
the line starting with ; until the end of the line including white
spaces.. this
14 matches
Mail list logo