On May 2, 10:07 am, bvidinli <[EMAIL PROTECTED]> wrote: > i also asked same question in this list last week. > i foundhttp://www.cherrypy.org/to be 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 <[EMAIL PROTECTED]>: > > > 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: [EMAIL PROTECTED] > 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. -- http://mail.python.org/mailman/listinfo/python-list