Mike Driscoll a écrit :
(snip)
The most popular Python web frameworks seem to be TurboGears, Django,
Pylons, CherryPy and mod_python.
I wouldn't call mod_python a web framework. It's a library that exposes
(most of) Apache's request handling process to Python, and is mostly
used as a deployme
Mike Driscoll wrote:
On May 5, 9:22 am, [EMAIL PROTECTED] wrote:
I'm looking at rewriting some legacy VB applications and am pondering
which of the following techniques to use:
1. Browser based GUI with local web server (Browser +
wsgiref.simple_server) (I'm assuming that simple_server is cl
On May 5, 9:22 am, [EMAIL PROTECTED] wrote:
> I'm looking at rewriting some legacy VB applications and am pondering
> which of the following techniques to use:
>
> 1. Browser based GUI with local web server (Browser +
> wsgiref.simple_server) (I'm assuming that simple_server is class I want
> to bu
On 5 mai, 16:22, [EMAIL PROTECTED] wrote:
> I'm looking at rewriting some legacy VB applications and am pondering
> which of the following techniques to use:
>
> 1. Browser based GUI with local web server (Browser +
> wsgiref.simple_server) (I'm assuming that simple_server is class I want
> to buil
I'm looking at rewriting some legacy VB applications and am pondering
which of the following techniques to use:
1. Browser based GUI with local web server (Browser +
wsgiref.simple_server) (I'm assuming that simple_server is class I want
to build from for a local web server)
-OR-
2. wxPython bas