Re: Python 3K or Python 2.9?

2007-09-14 Thread David Trudgett
class context they are executing: they must be told via the first parameter. David Trudgett -- These are not the droids you are looking for. Move along. -- http://mail.python.org/mailman/listinfo/python-list

Re: Spell-checking Python source code

2007-09-08 Thread David Trudgett
John Zenger writes: In an ideal world, my IDE would do this with a red wavy line. You didn't mention which IDE you use; however, if you use Emacs, there is flyspell-prog-mode which does that for you (checks your spelling on the fly, but only within comments and strings). Regards, David

Re: Spiritual Programming (OT, but Python-inspired)

2006-01-02 Thread David Trudgett
is the forbidden fruit of my noodling: Thanks for your thoughts on this. They give rise to some interesting lines of contemplation. David -- David Trudgett http://www.zeta.org.au/~wpower/ It is seldom that any liberty is lost all at once. -- David Hume -- http://mail.python.org

Re: Gimp-Python

2005-08-21 Thread David Trudgett
/mail_lists.html Saluti, David -- David Trudgett http://www.zeta.org.au/~wpower/ Così uno, il quale fin dalla nascita avesse avuto le gambe legate e pure avesse trovato modo di camminare alla men peggio, potrebbe attribuire la sua facoltà di muoversi precisamente a quei legami, che invece non

Re: Opinions on KYLIX 3 (Delphi 4 Linux)

2005-07-20 Thread David Trudgett
to develop fast, industrial strength applications, or take advantage of built-in concurrency support and lots of other goodies. David -- David Trudgett http://www.zeta.org.au/~wpower/ I was in the pub last night, and a guy asked me for a light for his cigarette. I suddenly realised

Re: Silly question re: 'for i in sys.stdin'?

2005-04-03 Thread David Trudgett
() in a while 1: loop, as you have below: while True: line = sys.stdin.readline() if line == '': break doSomethingWith(line) David -- David Trudgett http://www.zeta.org.au/~wpower/ Reality is 20% real and 80% made up stuff in your head. But I'm not sure about the 20%. -- http