Help to start python
Hi All, I'm new to python. I installed python 2.5 and IDLE 1.2.1 . I'm able to run shell commands. But I don't know how to execute a python program using this. When I'm opeing a py program a seperate IDLE window opeing with program text. But I don't know to to execute the prg. Please help me on this . thank you regards Sat -- http://mail.python.org/mailman/listinfo/python-list
Re: Help to start python
On Sep 13, 7:23 pm, [EMAIL PROTECTED] wrote: > python_lover wrote: > > Hi All, > > > I'm new to python. I installed python 2.5 and IDLE 1.2.1 . I'm able > > to run shell commands. > > > But I don't know how to execute a python program using this. When I'm > > opeing a py program a seperate IDLE window opeing with program text. > > But I don't know to to execute the prg. > > > Please help me on this . > > > thank you > > > regards > > Sat > > When in IDLE, you can go to the Run menu and choose Run Module (or > press F5) in the window that has the program code. > > Hope that helps! > > Mike- Hide quoted text - > > - Show quoted text - Thankx mike. It is working well. Please guide me some good sites to start web based programing on python. thank you. sat -- http://mail.python.org/mailman/listinfo/python-list
Re: Help to start python
HI,
Please help how to execute a py file with xitami.
I installed xitami , downloaded lrwp file.
accessing the first web application program
import urllib
# Get a file-like object for the Python Web site's home page.
f = urllib.urlopen("http://www.python.org";)
# Read from the object, storing the page's contents in 's'.
s = f.read()
f.close()
through browser like "http://localhost/first.py
it is dispaying the source code of the first.py.
Please help me how to execute the file.
thank you.
--
http://mail.python.org/mailman/listinfo/python-list
Web Programming thru python
HI,
Please help how to execute a py file with xitami.
I installed xitami , downloaded lrwp file.
accessing the first web application program
import urllib
# Get a file-like object for the Python Web site's home page.
f = urllib.urlopen("http://www.python.org";)
# Read from the object, storing the page's contents in 's'.
s = f.read()
f.close()
through browser like "http://localhost/first.py
it is dispaying the source code of the first.py.
Please help me how to execute the file.
thank you.
--
http://mail.python.org/mailman/listinfo/python-list
