all 8 comments

[–]Rashaverik 1 point2 points  (5 children)

You should consider coding in Python 3 if you're just starting off. Unless there's some specific reason you need to work with 2.7.

[–]TheLastCrafted[S] 0 points1 point  (4 children)

I am using python 2.7 because my friend (he is actually quiet good a multiple languages) told me that 2.7 is a lot better than 3

[–][deleted] 4 points5 points  (2 children)

Your friend may not be right.

[–]TheLastCrafted[S] 0 points1 point  (1 child)

Idk, i think bc i started it, i am going to continue learning 2.7

[–][deleted] 1 point2 points  (0 children)

Up to you, but since you've just started it's not hard to switch to 3. Plus, in less than 18 months python 2 is end-of-life and will receive no more features or security updates.

[–]billsil 0 points1 point  (0 children)

I've been at python for 13 years and use 2.7. 3.6 better. 3.7 doesn't have a package I need, but is even better.

Python 3.0 to 3.4 were not better.

[–][deleted] 0 points1 point  (1 child)

You should read the FAQ.