Re: [Tutor] python application on a web page

2006-06-07 Thread Peter Jessop
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. (Jav

[Tutor] python application on a web page

2006-06-06 Thread Puzzled Me
Hi,   I am so new to everything, I don't even know where to post my question... do bear...   I made this Python calculator that will take an equation as an input and will display the computed curves on a shiny Tkinter interface   Now, I'd like to make this application available on a public w