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 <>: > Write a spell checking tool that will identify all misspelled word in a text file using a provided dictionary. > > > > Extend the spell-checking tool so that the program will also print out a list of possible correct spellings f

Re: A different take on finding primes

2009-11-18 Thread Nigel Rowe
numbers 2) see "Prime 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

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 Wow! Truth in advertising! -- Nigel Rowe A pox upon the spammers that make me write my address like.. rho (snail) fisheggs (stop) name -- h

Re: Python "with"

2007-09-17 Thread Nigel Rowe
d latin speaking perl programmers use Lingua::Romana::Perligata <http://www.csse.monash.edu.au/~damian/papers/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
fort" and (x-axis) "Knowledge" (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 ma

Re: wx Browser-objekt for python on Linux

2006-07-08 Thread Nigel Rowe
me?? > > Bye, > > Spooky http://wxmozilla.sourceforge.net/ exists 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

Re: Calling python functions from C

2006-05-12 Thread Nigel Rowe
e and custom, to pass transparently between the two languages. -- 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: >> >>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 t

Re: define loop statement?

2006-02-18 Thread Nigel Rowe
print "OK" > > Looks rather ugly but requires one less line ;-). > Doesn't work. You get 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 ma

Re: Straight line detection

2005-10-14 Thread Nigel Rowe
's > pretty easy to do that just be checking all of the possibilities. > > But what if your array is: > > [[1,1,1,1,1], > [1,1,1,1,1], > [1,1,1,1,1], > [1,1,1,1,1], > [1,1,1,1,1]] > > Would you say there were 12 lines there? Actually I'd say 24. 5 verti

Re: Python based unacceptable language filter

2005-10-02 Thread Nigel Rowe
Mind you, the links are real. -- 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
hon Package Index", it just happens to be stored on a machine called cheeseshop. -- 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: Thaughts from an (almost) Lurker.

2005-07-31 Thread Nigel Rowe
bait etc - not for the usual reasons, 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 indistinguisha

Re: unittest vs py.test?

2005-03-31 Thread Nigel Rowe
esting.blogspot.com/2005/01/python-unit-testing-part-1-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

Re: Persistent objects

2004-12-12 Thread Nigel Rowe
red memory. Objects in shared memory can be accessed transparently, 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

Re: from vb6 to Python

2004-12-12 Thread Nigel Rowe
MarcoL wrote: > MarcoL wrote: <> > Can anybody tell me anything about the IDE Spe? > > Thanks > > Marco http://projects.blender.org/projects/spe/ and http://projects.blender.org/mailman/listinfo/spe-user should cover most questions -- Nigel Rowe