Re: Getting started with python

2007-04-15 Thread Army1987
"Paddy" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > On a different tack, from: > http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/ > It seems you need to learn how to write a Fizz-Buzz > program to get a job now-a-days :-) Some

Re: Python Feature Request: Explicit variable declarations

2007-04-14 Thread Army1987
"jamadagni" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] >> Languages like Perl and VB need a strict mode because they will >> auto-vivify variable for you. I.e. they will bring variables to life >> with defined or undefined values if you use them in a l-value (left hand >>

Re: number generator

2007-03-11 Thread Army1987
by one. Not all distinct lists will have the same chance of occurring, e.g. [46, 1, 1, 1, 1] will be much less likely than [10, 10, 10, 10, 10]. Depending on what you need these numbers for, it can be a good thing or a bad thing. --Army1987 -- http://mail.python.org/mailman/listinfo/python-list