Sorry, I wasn't aware it was doing that but... I've removed it :-)
Sorry about that,
Braden Faulkner
--
http://mail.python.org/mailman/listinfo/python-list
ce == "f":
temp = input("Fahrenheit temperature:")
print "Celsius:",fahrenheit_to_celsius(temp)
elif choice != "q":
print_options()
choice = raw_input("option:")
Just wondering if there is another or more efficient way I should be doing it?
Thanks
-- Braden Faulkner
--
http://mail.python.org/mailman/listinfo/python-list
Can anyone explain to me how this works, I don't seem to have to do it in IDLE?
Thanks! --
http://mail.python.org/mailman/listinfo/python-list
xt file reformatting
>
> On 10/31/10 14:52, Braden Faulkner wrote:
> >> import csv
> >> f = file('def.csv', 'rb')
> >> f.next() # discard the header row
> >> r = csv.reader(f, delimiter=';')
> >> f
I also am having issues with this.
> Date: Sun, 31 Oct 2010 14:48:09 -0500
> From: python.l...@tim.thechases.com
> To: iwawi...@gmail.com
> Subject: Re: text file reformatting
> CC: python-list@python.org
>
> > PRJ01001 4 00100END
> > PRJ01002 3 00110END
> >
> > I would like to pick only some co
05:21 p.m. 29/10/2010, geremy condra wrote:
> >On Wed, Oct 27, 2010 at 7:18 PM, Braden Faulkner wrote:
> > > Would it be safe to say that 2.6 would be even better for beginners than?
> >
> >Let me just come out with a contrary point of view before you go down
> >t
Having trouble with my mail client, so sorry if this goes through more than
once.
I'm worknig on a simple math program as my first application. I would like to
make a cross-platform pretty GUI for it and also package it up in a EXE for
distribution on Windows.
What are the best and easiest way
Would it be safe to say that 2.6 would be even better for beginners than?
--
http://mail.python.org/mailman/listinfo/python-list
Which is better for a beginner to get started in Python with?
Thanks! --
http://mail.python.org/mailman/listinfo/python-list