On Sat, 02 Oct 2010 22:15:31 -0700, flebber wrote:
> Cargo Cult Coding?
>
> Not sure what it is but it sounds good.
Imitation without understanding, aka monkey-see-monkey-do.
http://en.wikipedia.org/wiki/Cargo_cult
--
http://mail.python.org/mailman/listinfo/python-list
On Oct 3, 4:15 pm, flebber wrote:
> On Oct 3, 9:58 am, John Bokma wrote:
>
>
>
> > flebber writes:
> > > On Oct 2, 4:24 pm, Steven D'Aprano > > cybersource.com.au> wrote:
> > >> On Fri, 01 Oct 2010 21:05:09 -0700, flebber wrote:
> > >> > On Oct 2, 9:27 am, MRAB wrote:
> > >> >> On 01/10/2010 2
On Oct 3, 9:58 am, John Bokma wrote:
> flebber writes:
> > On Oct 2, 4:24 pm, Steven D'Aprano > cybersource.com.au> wrote:
> >> On Fri, 01 Oct 2010 21:05:09 -0700, flebber wrote:
> >> > On Oct 2, 9:27 am, MRAB wrote:
> >> >> On 01/10/2010 23:29, Burton Samograd wrote:>
> >> >> flebber writes:
flebber writes:
> On Oct 2, 4:24 pm, Steven D'Aprano cybersource.com.au> wrote:
>> On Fri, 01 Oct 2010 21:05:09 -0700, flebber wrote:
>> > On Oct 2, 9:27 am, MRAB wrote:
>> >> On 01/10/2010 23:29, Burton Samograd wrote:>
>> >> flebber writes:
>>
>> >> >> But where is this saving the imported f
On Oct 2, 4:24 pm, Steven D'Aprano wrote:
> On Fri, 01 Oct 2010 21:05:09 -0700, flebber wrote:
> > On Oct 2, 9:27 am, MRAB wrote:
> >> On 01/10/2010 23:29, Burton Samograd wrote:>
> >> flebber writes:
>
> >> >> But where is this saving the imported file and under what name?
>
> >> > Looks like s
On Fri, 01 Oct 2010 21:05:09 -0700, flebber wrote:
> On Oct 2, 9:27 am, MRAB wrote:
>> On 01/10/2010 23:29, Burton Samograd wrote:>
>> flebber writes:
>>
>> >> But where is this saving the imported file and under what name?
>>
>> > Looks like samples.csv:
>>
>> >> f = open('samples.csv', 'w')
>>
On Oct 2, 9:27 am, MRAB wrote:
> On 01/10/2010 23:29, Burton Samograd wrote:> flebber
> writes:
>
> >> But where is this saving the imported file and under what name?
>
> > Looks like samples.csv:
>
> >> f = open('samples.csv', 'w')
>
> It'll be in the current working directory, which is given b
On 01/10/2010 23:29, Burton Samograd wrote:
flebber writes:
But where is this saving the imported file and under what name?
Looks like samples.csv:
f = open('samples.csv', 'w')
It'll be in the current working directory, which is given by:
os.getcwd()
--
http://mail.python.org/mailm
flebber writes:
> But where is this saving the imported file and under what name?
Looks like samples.csv:
> f = open('samples.csv', 'w')
--
Burton Samograd
--
http://mail.python.org/mailman/listinfo/python-list
I have a simple question regarding the Beuatiful soup crummy script.
The last line is f.write('%s, %s, %s, %s, %s \n' % (i, t[0], t[1],
t[2], t[3])), But where is this saving the imported file and under
what name?
#!/usr/bin/env python
# ogm-sampples.py
# Author: Matt Mayes
# March 11, 2008
"""
--
10 matches
Mail list logo