|
|
|
|
|
by lcc_tn
4861 days ago
|
|
So, I'll ask the noob question that has previously been getting asked to death but there's finally new reason to ask once more: someone who's had little to no prior experience with Django, and still is very much a novice with Python -- do you suggest they start using Django with Python 3 or 2? |
|
I really, really wanted to say to you Python 3, because:
- It is better (it fixes some annoyances)
- Django is working really great with it
But some things (that Django uses, but are not Django) are not working yet. Things like MySQL adaptors, South, etc
Or maybe go with Python 3 and wait for the issues to be fixed, they probably will, soon enough