Why do people hesitate using Python 3?

Posted by Ham on Programmers See other posts from Programmers or by Ham
Published on 2011-03-31T08:29:04Z Indexed on 2012/09/05 3:49 UTC
Read the original article Hit count: 413

Python 3 has been released in December 2008. A lot of time has passed since then but still today many developers hesitate using Python 3. Even popular frameworks like Django are not compatible with Python 3 yet but still rely on Python 2.

Sure, Python 3 has some incompatibilities to Python 2 and some people need to rely on backwards-compatibility. But hasn't Python 3 been around long enough now for most projects to switch or start with Python 3?

Having two competiting versions has so many drawbacks; two branches need to be maintained, confusion for learners and so on, so why is there such a big hesitation throughout the Python community in switching to Python 3?

© Programmers or respective owner

Related posts about programming-languages

Related posts about python