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 P
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, like
k (usually)
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
__