On Sep 13, 9:39 am, python_lover <[EMAIL PROTECTED]> wrote: > 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
Check out http://wiki.python.org/moin/WebProgramming http://www.boddie.org.uk/python/HTML.html http://www.crummy.com/software/BeautifulSoup/ And the many Python web frameworks, like Django, TurboGears, Zope/ Plone, etc. Mike -- http://mail.python.org/mailman/listinfo/python-list
