Python 2.7 vs Python 3.3 for Django development -
we starting cloud-based apps based on python + django , have small dilemma. @ first decided go python 3.3, saw lot of libraries/modules have not been ported yet, might have work make sure works python 3.3.
given fact projects starting have time frame of few years advice give us? go python 2.7 or python 3.3?
thanks in advance!
go python 2.7 now. make sure code translates cleanly when using 2to3. when modules available python 3.x, translate code , run it.
Comments
Post a Comment