Tagged Questions
7
votes
2answers
514 views
How random is this password-generating algorithm?
This code's sole purpose is to create a very random password, using letters and numbers.
I think that it fulfills its purpose, but I wonder, could it be done better? I'm not talking about ...
9
votes
2answers
585 views
Dice-rolling simulator
I know there is a better way to store data. What is the most concise way to simplify this script?
...
2
votes
1answer
173 views
Opinions/Improvements on a run periodically/timer function in Python 2.7
I'm looking for some opinions on this bit of code that I wrote and if there are any ways it can be improved.
The scripts aim is to run the function runme() every 60 seconds with a random interval ...