Will I encounter problems when learning python version 2.7 while using python version 3.6 on my computer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Will I encounter problems when learning python version 2.7 while using python version 3.6 on my computer?

16th Mar 2017, 2:35 PM
Abdallah Barry
Abdallah Barry - avatar
6 Answers
+ 9
Yes, some syntax differences and minor module incompatibility issues might happen.
16th Mar 2017, 2:38 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
@seamiki Good point. Some modules might simply be incompatible. Although many creators try to supply at least basic compatibility of their modules between Python versions.
16th Mar 2017, 5:09 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
"minor modules incompatibility" is between different versions of python 3 "major modules/packages incompatibility" is what I faced between 2.7 and 3
16th Mar 2017, 4:25 PM
seamiki
seamiki - avatar
+ 3
i was listening to an interview with Guido Van Rossum(python creator) from about a month ago, and he very much wants the python community to move forward with python 3. If you're learning 2.7 to create new work using it then i'd consider using 3.
16th Mar 2017, 3:56 PM
tracy
tracy - avatar
+ 2
you can offcourse have both on your computer. for basic language learning you shouldn't have a problem though. the issues will only really start to kick in once you work with other external packages and frameworks.
16th Mar 2017, 5:16 PM
Stefan Ellis
Stefan Ellis - avatar
+ 1
Just search any issues you have online, the community is usually really helpful.
16th Mar 2017, 3:22 PM
Mike Roosa
Mike Roosa - avatar