Web development with Python 3.1

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Wed Oct 28 06:01:16 EDT 2009


John Nagle a écrit :
> Alan Harris-Reid wrote:
>> I am very much new to Python, and one of my first projects is a simple
>> data-based website. I am starting with Python 3.1 
> 
>    Until MySQLdb gets ported to something later than Python 2.5, support
> for a "data-based web site" probably has to be in Python 2.5 or earlier.

hem....

bruno at bruno:~$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import MySQLdb
 >>> MySQLdb
<module 'MySQLdb' from 
'/var/lib/python-support/python2.6/MySQLdb/__init__.pyc'>

You said ???

(snip)
> Frameworks are more
> useful if you're doing yet another "Web 2.0" web site.

I beg to disagree.




More information about the Python-list mailing list