Wyatt Schwartz <[email protected]> wrote in news:[email protected]:
> Dear Python-List members, > > Sorry for asking such a simple (or possibly complicated) question, as > I am new to Python programming. Anyways, I have read online that many > popular websites use Python for some of their web-based applications > (for example, Reddit), and that lead me to wonder how is this done? > > Thanks in advance! > > - Wyatt > - Beginning Python Programmer For something more server side see: http://wiki.python.org/moin/WebFrameworks Some nice examples are at: http://wiki.python.org/moin/WebApplications Good luck! :) -- People should read more. https://secure.wikimedia.org/wikipedia/en/wiki/User:MithrandirAgain "All that is gold does not glitter, not all those who wander are lost; the old that is strong does not wither, deep roots are not reached by the frost. >From the ashes a fire shall be woken, a light from the shadows shall spring; renenwed shall be blade that was broken, the crownless again shall be king." -- http://mail.python.org/mailman/listinfo/python-list
