Jul 02
After installing active state python just go to
Start->Programs->Active state Active Python 2.5 ->Interactive Shell or Python Win Editor…
You can choose Python Win Editor which is of GUI mode..
A Window will open in front of you a command prompt “>>> ”
After just enter print “My First Python Program”
and then press enter button on Keyboard your result will displayed in the next line on python editor
This is one of the simplest programs in Python and it is one of the fastest Languages. in terms of speed.
Also we can run these on any Server provided Python is installed in it….