Until I'm an experience Python coder, I'm sticking with built-in
packages only. My simple CGI is:
#!/usr/bin/env python
# this simple CGI responds to a GET or a POST
# send anything you want to this and it will parrot it back.
# a line that starts with #2 is the old-style code you should use
On Jun 27, 2:25 am, "laplacia...@gmail.com"
wrote:
>
> As Thomas suggests, maybe have a look at Werkzeug ...
Typo: s/Thomas/Petr/
--
http://mail.python.org/mailman/listinfo/python-list
On Jun 26, 6:08 pm, Thomas Allen wrote:
> On Jun 25, 3:29 am, Private Private wrote:
>
>
> > Can you suggest anything ?
>
> I don't think anything's lighter than web.py.
>
> http://webpy.org/
>
My impression is that webpy is intended for experienced users who
might otherwise just write all their
What about Werkzeug? I like its simplicity (well, basically everything
I need are WSGI request/response objects :) + some templating
library).
Petr
2009/6/25 Private Private :
> Hi,
>
> I am looking for a python library which will allow me to do a simple
> web development. I need to use
> some f
On Jun 25, 3:29 am, Private Private wrote:
> Hi,
>
> I am looking for a python library which will allow me to do a simple
> web development. I need to use
> some forms (but nice looking :-) ), creating images based on input
> from those forms, etc. I have read a bit about Django and TurboGears
> b
>> What I've read about Django, Turbogears is that they are powerful
>> enough to create big web-based portals, applications, etc.
>> I need just simple forms without any sophisticated functionality.
>> So again: why I am wrong ?
>
> Just because something is powerful doesn't mean you can't do simp
Or you could try my approach and write your own web app.
Charles Yeomans
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I am learning pylons..It seems to be very simple and flexible..
Just give a try if it seems interesting for you
Thanks
Bijoy
On Fri, Jun 26, 2009 at 3:02 AM, Gabriel Genellina
wrote:
> En Thu, 25 Jun 2009 04:29:28 -0300, Private Private
> escribió:
>
> I am looking for a python library w
En Thu, 25 Jun 2009 04:29:28 -0300, Private Private
escribió:
I am looking for a python library which will allow me to do a simple
web development. I need to use
some forms (but nice looking :-) ), creating images based on input
from those forms, etc. I have read a bit about Django and TurboGea
Private Private wrote:
What I've read about Django, Turbogears is that they are powerful
enough to create big web-based portals, applications, etc.
I need just simple forms without any sophisticated functionality.
So again: why I am wrong ?
Just because something is powerful doesn't mean you ca
On Jun 25, 10:59 am, Chris Withers wrote:
> Private Private wrote:
> > from those forms, etc. I have read a bit about Django and TurboGears
> > but I am afraid that this is too big for my requirements (am I
> > wrong ?).
>
> You are wrong :-)
Why ?
What I've read about Django, Turbogears is that
I just started with web2py (http://www.web2py.com/) for an internal-
use-only app that doesn't need to be very pretty. Been using it for
about a week and after re-watching the tutorial, I've decided that I'm
making things way too complicated. So today I'm going to replace a
lot of my code with so
Private Private wrote:
from those forms, etc. I have read a bit about Django and TurboGears
but I am afraid that this is too big for my requirements (am I
wrong ?).
You are wrong :-)
Can you suggest anything ?
http://www.djangoproject.com/
http://bfg.repoze.org/
http://pylonshq.com/
Drin
13 matches
Mail list logo