where do I begin with web programming in python?
CM
cmpython at gmail.com
Fri May 2 15:53:31 EDT 2008
On May 2, 10:18 am, "andrei.zavi... at gmail.com"
<andrei.zavi... at gmail.com> wrote:
> On May 2, 10:07 am, bvidinli <bvidi... at gmail.com> wrote:
>
>
>
> > i also asked same question in this list last week.
> > i foundhttp://www.cherrypy.org/tobe most suitable for me.
> > it is basic, easy, pure...
> > it contains its own webserver, very easy to start.
>
> > others have many framworks, structures, classes many many..
> > i wanted a pure web programming system , i found cherrypy.
>
> > see you.
>
> > 2008/5/2 jmDesktop <needin4mat... at gmail.com>:
>
> > > I have been to the main python site, but am still confused. I have
> > > been using .net, so it may be obvious how to do this to everyone
> > > else. I am aware there are various frameworks (Django, Pylons, etc.),
> > > but I would like to know how to create web pages without these. If I
> > > have mod_python or fastcgi on apache, where do I start? I don't have
> > > clue where to begin to create a web page from scratch in python. I am
> > > sure I will want to access database, etc., all the "normal" stuff, I
> > > just want to do it myself as opposed to the frameworks, for learning.
>
> > > Thank you for any help.
> > > --
> > > http://mail.python.org/mailman/listinfo/python-list
>
> > --
> > Ý.Bahattin Vidinli
> > Elk-Elektronik Müh.
> > -------------------
> > iletisim bilgileri (Tercih sirasina gore):
> > skype: bvidinli (sesli gorusme icin,www.skype.com)
> > msn: bvidi... at iyibirisi.com
> > yahoo: bvidinli
>
> > +90.532.7990607
> > +90.505.5667711
>
> I agree. Try cherrypy. I was able to write simple issue tracking
> system for my project with basic web interface within 2 weeks.
> Prior to this I had no web development experience at all. It was
> really easy with cherrypy to start.
Really? I tried CherryPy for a few minutes--totally 100% new to
web programming--and though I was pleased at the very basic "Hello,
World!" tutorial, I was unable to figure out how to use the more
advanced tutorials that come with the package. Could you suggest
how one could learn? I have experience with Python and GUI app
development, zero on web apps, but want to make widget-having web
apps which uses Python as the logic.
Any tips would be appreciated!
Also, beyond just running a small test web app with the "server"
running on my own computer, what is a basic way to try it out
actually on the web? Thanks!
More information about the Python-list
mailing list