On Apr 19, 2008, at Apr 19:3:55 PM, Rick Muller wrote:
Do any of the AJAX frameworks for Python compare in simplicity to
writing a simple CGI script? I've been impressed with web.py, since it
seems pretty easy to use, but I would go to the trouble of learning
one of the bigger frameworks if they
Rick Muller wrote:
> On Apr 19, 2:44 pm, globalrev <[EMAIL PROTECTED]> wrote:
>
>
>> www.vpython.orgmight be what you are looking for.
>>
>
> Except, if I'm not mistaken, vpython isn't a web framework. It would
> work if I wanted to write some python scripts and have other people
> run them
On Apr 19, 2:44 pm, globalrev <[EMAIL PROTECTED]> wrote:
>
> www.vpython.orgmight be what you are looking for.
Except, if I'm not mistaken, vpython isn't a web framework. It would
work if I wanted to write some python scripts and have other people
run them, but I want to run everything through a
On 19 Apr, 21:55, Rick Muller <[EMAIL PROTECTED]> wrote:
> I'd like to use my webserver to distribute some simple python physics
> apps. Ideally, I'd like to use some simple form to input a few pieces
> of data, call a python program, and return some image from a plot or
> some other rendering. Thi