[Tutor] How trustworthy are pseudo-random numbers?

2008-10-02 Thread Alec Henriksen
) 1 coin flips = 15-19 streak (usually) etc etc. I'm curious, how much can I trust the randomness? I can't really do 10 coin flips in real life to compare... -- Alec Henriksen [EMAIL PROTECTED] @ http://alecwh.com ___ Tutor maillist - Tutor

[Tutor] Finding the streaks in heads/tails list

2008-10-01 Thread Alec Henriksen
Hello, I thought it'd be cool to write a program for my logic/critical thinking class, and right now we're evaluating randomness - and the deception of it. A previous post inspired it - coin flipping. So, I've written a program that flips a coin 1000 times and records it all in a dictionary,

[Tutor] mod_python, mod_wsgi, web.py, django! What to use?

2008-09-28 Thread Alec Henriksen
of that, which (if any) framework should I use to develop this web application? Also, what are some popular python web applications (forums, cms) that I could take example of? What did they use? What is currently lacking in Python's web application selection? -- Alec Henriksen [EMAIL PROTECTED