newbie: python application on a web page

Fredrik Lundh fredrik at pythonware.com
Tue Jun 6 13:41:15 EDT 2006


puzz wrote:

> I made this Python calculator that will take an equation as an input
> and will display the computed curves on a shiny Tkinter interface

well, it doesn't sound like you're quite as newbie-ish as many other 
newbies ;-)

> Now, I'd like to make this application available on a public web
> page... and all I could come up with was this post

some potentially useful links:

     http://tkinter.unpythonic.net/wiki/
     http://infogami.com/
     http://pages.google.com

> I'd also appreciate a link to a beginner forum

assuming "beginner" implies "really wants to learn", this one's quite nice:

     http://mail.python.org/mailman/listinfo/tutor

</F>




More information about the Python-list mailing list