Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What should I Learn? Python 2 or python 3? [closed]

I know this question has been asked many times on this site. But, time has changed. They've been asked long ago and I guess I could start with python 3 now? What do you say? Python 2.x or 3? and also explain why? Thanks for any support. :)

like image 237
Surya Avatar asked Dec 05 '25 06:12

Surya


1 Answers

You can learn either, python 2.x and python 3 are syntactically similar and the knowledge you gain will usually apply to either version. So just pick one and dive in!

As for which you should use, the answer is - as usual - it depends. We can't answer that without knowing what you intend to use python for, as things depends heavily on which 3rd-party libraries you may want to make use of.

like image 82
wim Avatar answered Dec 07 '25 19:12

wim