Re: Seeking IDE

2005-06-30 Thread Jags
Hi there, You could use the IDLE that is bundled along with the Python installation. If you don't like that, you could use any of the following editors: EditPlus, TextPad, UltraEdit, WingIDE, Komodo (from ActiveState) or jEdit. All these are Windows based. Cheers! - Jags. --

Re: I have a question.

2005-06-30 Thread Jags
m() >>> myRandom.random() Hope this helps. Cheers! -- Jags. Nathan Pinno wrote: > Hi all, > > Does Python have a random function? If so, can you show me an example > using it? >