You are viewing a single comment's thread from:
RE: Python programming Starting now!
I am curious, why don't you use python 3.6? I guess the adoption of phython 3 has surpassed the adoption of 2.7. Even numpy is moving to drop python 2.7 support.
I am curious, why don't you use python 3.6? I guess the adoption of phython 3 has surpassed the adoption of 2.7. Even numpy is moving to drop python 2.7 support.
I guess i could download 3.6 just heard that 2.7 was easier to use...
I just heared that 2.7 was easier to use but i can check out 3.6. But super new to python programming so if you have good sources let me know what you use.
There where some breaking changes between python 2 and 3, such that some packages did not support python 3. However python 3 finally seems to surpass python 2 in usage, so if you are new to python, don’t bother with 2.7 and start with 3.6!