Re: help need to write a python spell checker

2010-05-18 Thread Nigel Rowe
On Fri, 14 May 2010 18:19, harry k wrote in comp.lang.python mailman.205.1273907726.32709.python-l...@python.org: Write a spell checking tool that will identify all misspelled word in a text file using a provided dictionary. snip/ Extend the spell-checking tool so that the program will

Re: A different take on finding primes

2009-11-18 Thread Nigel Rowe
numbers list in the results (number 3 in the results) 3) click link that leads to www.prime-numbers.org I found 455042511 prime numbers in approx 15 seconds. Is that what you wanted? -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho

Re: hello! I am a spammer

2007-10-02 Thread Nigel Rowe
On Wed, 3 Oct 2007 11:17, panguohua wrote in comp.lang.python more information for making money with your blog snip / Wow! Truth in advertising! -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho (snail) fisheggs (stop) name -- http

Re: Python with

2007-09-17 Thread Nigel Rowe
/HTML/Perligata.html Totaly insane. Oh, wait, they're perl programmers. -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho (snail) fisheggs (stop) name -- http://mail.python.org/mailman/listinfo/python-list

Re: Do other Python GUI toolkits require this?

2007-04-19 Thread Nigel Rowe
(or skill or ). Which means that something with a 'steep learning curve' requires a lot of effort to achieve a small amount of knowledge (or skill or ...). -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho (snail) swiftdsl (stop

Re: wx Browser-objekt for python on Linux

2006-07-08 Thread Nigel Rowe
to embed mozilla in wxwindows, but I have no idea how well it does it, nor its current status. -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho (snail) swiftdsl (stop) com (stop) au -- http://mail.python.org/mailman/listinfo/python

Re: Calling python functions from C

2006-05-12 Thread Nigel Rowe
. -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho (snail) swiftdsl (stop) com (stop) au -- http://mail.python.org/mailman/listinfo/python-list

Re: Xah's Edu Corner: Criticism vs Constructive Criticism

2006-04-26 Thread Nigel Rowe
Ari Johnson wrote: Xah Lee [EMAIL PROTECTED] writes: snip/ Xah [EMAIL PROTECTED] ? http://xahlee.org/ (This isn't constructive criticism, but just a question:) Are you the sum of your web page? Yes he is, the total value is zero. -- Nigel Rowe A pox upon

Re: define loop statement?

2006-02-18 Thread Nigel Rowe
a NEW Loop(10) instance on each pass through the 'while'. This is just an expensive way to make an endless loop. -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho (snail) swiftdsl (stop) com (stop) au -- http://mail.python.org/mailman

Re: Straight line detection

2005-10-14 Thread Nigel Rowe
say there were 12 lines there? Actually I'd say 24. 5 vertical, 5 horizontal, 7 diagonal downward to the right (lengths 2,3,4,5,4,3,2) 7 diagonal downward to the left (lengths 2,3,4,5,4,3,2) -- Nigel Rowe A pox upon the spammers that make me write my address like

Re: Python based unacceptable language filter

2005-10-02 Thread Nigel Rowe
. -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho (snail) swiftdsl (stop) com (stop) au -- http://mail.python.org/mailman/listinfo/python-list

Re: Database of non standard library modules...

2005-08-19 Thread Nigel Rowe
what to expect. If I ask someone where I can find a piece of code and the direct me to the cheese shop, I might look for another language. regards Steve To be fair, it's really the Python Package Index, it just happens to be stored on a machine called cheeseshop. -- Nigel Rowe

Re: Thaughts from an (almost) Lurker.

2005-07-31 Thread Nigel Rowe
, but to track the dynamics af the replies. Never attribute to malice that which can be adequately explained by stupidity. -- Benji York And its corollary, sufficiently advanced cluelessness is indistinguishable from malice. -- Nigel Rowe A pox upon the spammers that make me write

Re: unittest vs py.test?

2005-03-31 Thread Nigel Rowe
-unittest.html http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-3-pytest-tool.html -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho (snail

Re: Persistent objects

2004-12-12 Thread Nigel Rowe
, and most types of objects, including instances of user-defined classes, can be shared. POSH allows concurrent processes to communicate simply by assigning objects to shared container objects. -- Nigel Rowe A pox upon the spammers that make me write my address like