[Django]-Python 2.7 vs Python 3.3 for Django development

4👍

Go with Python 2.7 for now. Make sure that your code translates cleanly when using 2to3. When the modules are available for Python 3.x, translate your code and run with it.

Leave a comment