Re: newbie: python application on a web page

2006-06-07 Thread SuperHik
Max wrote: > puzz wrote: >> sorry about the missunderstanding... >> >> but my question is "how" and not "where" to put it online >> and that's where the "newbie" comes from >> >> P M > > If you just want to make it available for download, that's easy. If you > want to make it open source, you cou

Re: newbie: python application on a web page

2006-06-07 Thread gene tani
puzz wrote: > Hi all, > I'd also appreciate a link to a beginner forum > http://www.daniweb.com/techtalkforums/forum114.html and (not really a beginner forum, not really high volume, either) http://community.livejournal.com/python_dev/ -- http://mail.python.org/mailman/listinfo/python-list

Re: newbie: python application on a web page

2006-06-06 Thread André
Max wrote: > puzz wrote: > > sorry about the missunderstanding... > > > > but my question is "how" and not "where" to put it online > > and that's where the "newbie" comes from > > > > P M > > If you just want to make it available for download, that's easy. If you > want to make it open source, yo

Re: newbie: python application on a web page

2006-06-06 Thread Max
puzz wrote: > sorry about the missunderstanding... > > but my question is "how" and not "where" to put it online > and that's where the "newbie" comes from > > P M If you just want to make it available for download, that's easy. If you want to make it open source, you could upload it to planet

Re: newbie: python application on a web page

2006-06-06 Thread puzz
sorry about the missunderstanding... but my question is "how" and not "where" to put it online and that's where the "newbie" comes from P M puzz wrote: > Hi all, > > 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

Re: newbie: python application on a web page

2006-06-06 Thread Daniel Nogradi
> > 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 we

Re: newbie: python application on a web page

2006-06-06 Thread Fredrik Lundh
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

newbie: python application on a web page

2006-06-06 Thread puzz
Hi all, 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 pag