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. (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/
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[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 web page... and all I could come up with was this postHints?!I'd also appreciate a link to a beginner forumThanksPuzzled Me __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor