Re: [Tutor] Finally finished my currency exchange program

2010-12-03 Thread Eddie
10 01:54, Evans Anyokwu wrote: > I didn't find any of his previous questions as well - > Looks like he just registered on this list to try and promote his product. > Sneaky! > > > > On Fri, Dec 3, 2010 at 2:21 PM, Joel Goldstick > wrote: > >> >> On Fri,

[Tutor] Finally finished my currency exchange program

2010-12-03 Thread Eddie
I've finally finished my currency exchange program thanks to help from this list and another list. It updates the exchange rates via an xml feed etc. Feedback on it would be appreciated please: http://www.dinksoftware.com/astute_currency_analyzer.php Dink

[Tutor] Removing an archived message

2010-06-09 Thread Eddie
To an admin of this group: Is it possible to get an archived email on the web of mien from thsi group containing personal info about me removed? Thanks ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.pyt

Re: [Tutor] Hooray! I finished the 'Learning Python for absolute beginners'

2010-01-09 Thread Eddie
Nice one... I should still get to starting lol... 2010/1/10 Tim Goddard > Ok, it's not a big deal, but once I learned enough I went off on a few > tangents to create programs of my own design. Since I had to return > the book to the public library, I finally got back to finishing the > last cha

Re: [Tutor] Moving from Python 2 to Python 3: A 4 page "cheatsheet"

2009-12-02 Thread Eddie
Thanks 2009/12/3 Wayne Werner > > > On Wed, Dec 2, 2009 at 8:13 AM, Joerg Woelke wrote: > >> Alan Gauld [091202 15:07]: >> > > >> http://ptgmedia.pearsoncmg.com/imprint_downloads/informit/promotions/python/python2python3.pdf >> > >> > >> > It didn't work for me I always got forwarded to the B

[Tutor] String manipulation: Pig latin translator

2009-07-12 Thread Eddie
Hi guys, What I have here is more of a logic problem that I can't get my head around than a programming problem. I am trying to program an English to Pig Latin translator. I've got the English to Pig Latin part down and its working great. The part I am having difficulty with is the Pig Latin to E

Re: [Tutor] Best Python Editor

2009-06-13 Thread Eddie
antage. Thanks guys Eddie 2009/6/14 Mike Hoy : >> >> >> I really like using F5 to run my code, so you can put in your .vimrc so >> you don't have to type it, or just type it every time: >> >> map :!python % >> >> and every time you hit it will

Re: [Tutor] Best Python Editor

2009-06-13 Thread Eddie
Thanks for the input guys. I think I'll give PyScripter (the previous version that was linked to) and Komodo a try and see which I like best. Eddie 2009/6/14 Ataulla S H : > Hi All, > > I have been using komodo from last two yrs. > > Its really very good open source ed

[Tutor] Best Python Editor

2009-06-13 Thread Eddie
Hi guys, What would you regard as the best free Python editor to use on Windows for a new guy? Searching Google i see that there is quite a few out there and is "VIM" the best one to go with? Regards Eddie ___ Tutor maillist - Tutor@pytho

Re: [Tutor] Simple factorial program

2009-06-11 Thread Eddie
factorialNum print "Factorial:", factorialNum On this mailing list, is there a general rule about how to place code? I.e. ident, italics, quotes??? 2009/6/12 ayyaz > Eddie wrote: > >> I'm trying to write a simple factorial program and am unsure at what is >>

Re: [Tutor] Simple factorial program

2009-06-11 Thread Eddie
input("Please enter a non-negative integer: ")) > for number in range(number, 1) > factorial = (factorial * number) > > print "Factorial:", factorial > > On Thu, Jun 11, 2009 at 9:53 AM, Eddie wrote: > >> I'm trying to write a simple factorial

[Tutor] Simple factorial program

2009-06-11 Thread Eddie
integer: " for number in range(number, 1) factorial = (factorial * number) print "Factorial:", factorial Thanks Eddie [?] <<330.gif>>___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Hi

2009-06-08 Thread Eddie
Hi, I'm new and just starting to learn Python. Just testing if this works or not and if anybody reads it lol. Eddie ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] New Introductory Book

2007-11-08 Thread Eddie Armstrong
for me. And I think it's a shame - if it specialised in the OOP aspects - at half the price it would have been a worthy addition to the beginners' library. Just my opinion Eddie ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] New Introductory Book

2007-11-07 Thread Eddie Armstrong
Whatever the rationale for the price you could buy 2nd Ed 'Core', Chun *and *3rd edition(when it arrives) 'Learning Python', Lutz (the two standard, known and respected beginners texts) for the price of this. Mmm, I wonder what I would buy or rather have as a student. Edd

Re: [Tutor] base64MIME module import error

2005-11-07 Thread Eddie S
p://www.kentsjohnson.com > > ___ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > Cheers that works better. That is the second time that has happened to me. (you would have thought I would have learned. Eddie

[Tutor] base64MIME module import error

2005-11-07 Thread Eddie S
I was just trying to make a simple cgi email form when I encountered this error. Traceback (most recent call last): File "/Users/eddie/Sites/python/email.py", line 4, in ? import smtplib File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/smtplib.p

[Tutor] OS X 10.4 and MySQL for Python

2005-10-29 Thread Eddie S
though. Cheers Eddie. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Joining non strings in to string

2005-10-28 Thread Eddie S
individually but I am sure there is a nicer method of doing it. Cheers Eddie ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor