Python 2.7 or 3.1

Christian Heimes lists at cheimes.de
Tue Oct 26 21:50:18 EDT 2010


Am 27.10.2010 03:38, schrieb Jorge Biquez:
> And what about if I only were to develop for the web? I mean web 
> applications, Mysql, etc? It would be better to still be in 2.7?

Most frameworks and database adapters at least target Python 2.6+ as
their main Python version. I guess the majority has no or only
experimental support for Python 3.1. The overall situation improves
every week.

Christian

PS: I recommend against MySQL, if you need the full power or a RDBMS.
Just try to combine foreign keys with database triggers and you'll see
which major features are still broken in MySQL. But that's just my point
of view as a power user.




More information about the Python-list mailing list