Python3 on the Web

Jean-Paul Calderone exarkun at divmod.com
Thu Mar 5 12:22:22 EST 2009


On Thu, 05 Mar 2009 18:13:05 +0100, Johannes Permoser <ee_pp at yahoo.de> wrote:
>Hi,
>
>I wanted to learn Python from scratch and start off with Version 3.
>Since I already know PHP very well, I thought it would be nice to start
>off with a small web-project.
>
>But what's the way to bring python3 to the Web?
>mod_python isn't available, cgi is said to be slow, mod_wsgi looks
>complicated...
>
>What would you suggest?

Try Python 2.x instead.  If you go with Python 3, you're going to run
into the same limited library selection over and over.

Jean-Paul



More information about the Python-list mailing list