On Sat, Aug 15, 2009 at 10:29 PM, Douglas Alan<darkwate...@gmail.com> wrote: > Python doesn't run in your typical web browser, but it is common to > use Python for doing the server-side programming, along with a Python- > based web development framework, such as Django. > You could use Jython to make a JVM applet that would run in a browser, > but JVM applets aren't very popular for a variety of reasons, and I > doubt the performance would be very good.
There is another way to run Python in a browser: MS Silverlight, it runs IronPython on web browsers. http://www.trypython.org/ -- http://mail.python.org/mailman/listinfo/python-list