Re: passing vars to py scipts in cron jobs

2007-08-08 Thread Noud Aldenhoven
On 8/7/07, Will Maier <[EMAIL PROTECTED]> wrote: > > On Tue, Aug 07, 2007 at 05:45:46PM -0400, brad wrote: > > What's the proper way to call a py script and pass in variables > > while doing cron jobs? I can run the scripts fine from idle, > > python, etc using raw_input() to prompt users. The scri

Re: Rational Numbers

2007-01-12 Thread Noud Aldenhoven
On 1/12/07, Facundo Batista <[EMAIL PROTECTED]> wrote: Noud Aldenhoven wrote: > There are a (small) couple of other issues where rational numbers could be > handy. That's because rational numbers are exact, irrational numbers (in > python) aren't. But these issues are

Re: Rational Numbers

2007-01-11 Thread Noud Aldenhoven
now I realise it's also the slowest of the two implemented in python. There are a (small) couple of other issues where rational numbers could be handy. That's because rational numbers are exact, irrational numbers (in python) aren't. But these issues are probably too mathematical to b

Rational Numbers

2007-01-11 Thread Noud Aldenhoven
Hello, When I was programming in a mathematical project I began to wonder if python supports rational numbers[1]. In a language like magma[2] it's not such a problem. Does python supports something simular? Greetings, Noud Aldenhoven -- <:3 )~ [1] http://en.wikipedia.org/wiki/Rationa

blabla

2005-05-22 Thread Noud Aldenhoven
Python rulz and sorry for this spam... -- http://mail.python.org/mailman/listinfo/python-list

Re: removing comments form a file

2005-01-03 Thread Noud Aldenhoven
Ah, Thank you, I never thaught about the re module. Now I can do some cool stuf. Greetings, Noud Aldenhoven ps. Zal ik een keer langs komen? ;-P [EMAIL PROTECTED] wrote: > You cold do something like this: > >>>> import re >>>&g

removing comments form a file

2005-01-03 Thread Noud Aldenhoven
TECTED]:~/programmeren/python/rmcomment$ My beautiful whitelines are gone! And I don't want that! I've thaught how to fix this for a time, but I can't make it on my own. Too less programming experiance, I'm afraid. Could someone help me with this problem? Or fix the script or g