[Tutor] python application on a web page

Peter Jessop pjlists at gmail.com
Wed Jun 7 12:17:09 CEST 2006


Tkinter is a multiplatform toolkit for producing programs with
graphical interface.
But multiplatform refers to BSD, Linux, Mackintosh, Windows etc.

If you want to produce the output on the WEB you need to produce the
output in HTML or in some way that most users can see it in their
Browsers. (Java Script, Flash, etc...)

This forum caters well for beginners (and more advanced) and the
quality and helpfulness are very high.

Here are a some links that may be useful.
http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
http://www.python.org/doc/Intros.html
http://diveintopython.org/


More information about the Tutor mailing list