Should I learn Python 2 first, or can I go straight to Python 3?

Asked by Last Modified  

5 Answers

Learn Python

Follow 6
Answer

Please enter your answer

Software Engineer

Go straight to Python 3.
Comments

Python 2 preferable for enterprise application. Python 3 for data science project.
Comments

Tutor

Not many organizations have moved out of Python 2. In our organization most of our programs are in P2. This is true for other organizations as well. Even if you learn Python 3 you will still have to do a lot of your work in Python2 if you are working on old libraries. So it is always good to learn Python...
read more
Not many organizations have moved out of Python 2. In our organization most of our programs are in P2. This is true for other organizations as well. Even if you learn Python 3 you will still have to do a lot of your work in Python2 if you are working on old libraries. So it is always good to learn Python 3 along with Python2. For a beginner there will not be a big difference between those two versions other than this simple code changes like putting a bracket in print statement etc. This is pretty easy to remember. If you are using distributions like Panda or Anaconda then start learning P3 and migrate to P2 whenever required. Since these libraries are more compatible with P3. read less
Comments

Trainer

No problem learn Python 3.
Comments

Python 2 or 3 does not make much difference, 3 is more of function syntax, but most of the syntax are same so you can learn any version. Most of the existing project in market are on 2 but new project will be on 3. Since you are new to pythonic world go for latest technology which is version 3.
read more
Python 2 or 3 does not make much difference, 3 is more of function syntax, but most of the syntax are same so you can learn any version. Most of the existing project in market are on 2 but new project will be on 3. Since you are new to pythonic world go for latest technology which is version 3. read less
Comments

View 3 more Answers

Related Questions

Who can learn the Python?

Anyone can learn python doesn't require any programming knowledge (or) experience. Python is much easier as compared to other programming languages. Python is easy to learn. The learning curve is very gradual.
Sunil
What is the use of learning the Python language?
By mastering Python, you open doors to diverse opportunities in web development, data science, artificial intelligence, and automation, positioning yourself for success in the dynamic tech landscape.
Aditi
0 0
5
How do i start learning, machine learning from scratch? considering i'm already in the field of computer science and engineering.
Hi Akash, I suggest you to come to our institute for proper guidance. Our experienced Python Trainer will solve your queries. Thanks, Ethans tech, Pimple Saudagar
Akash
0 0
9
Is it possible to learn C++ and Python at the same time?
No, Always learn and master one programming language and then Choose other. If you learn two different languages same time your written programme will fail due to the incomplete knowledge of programming. I suggest you to learn python first then c++.
Sona
0 0
5
Should I go for Web Development Course Or Python?
Hey Avik! Both of them are gems in their own respect. If you look precisely and from a professionals point of view, Web development is wide/ vague term and can include any thing ranging from php, Python,...
Avik

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

map function in python
The function map takes a function and an iterable as arguments and returns a new iterable with the function applied to each argument. Example: def add_five(x): return x+5 nums = result = list(map(add_five,...
S

Sudheer S

0 0
0

Writing Simple programs in Python(cont.)
To start writing simple programs in Python, we have to know firstly the SW development process and then we also have to know a bit about the language in which we wish to code,in this case,python, to get...

What is a generator?
A generator is a function that has one or more yield statements. Example: >>>def gen_demo(a): yield a a = a+10 yield a a = a+30 yield a >>>gen_a...
S

Sudheer S

0 0
0


Debugging Python code
If you are getting an error while executing your python code, the better way of running your python code is by using -i switch. ex: python -i scriptname.py once you run the above command, your execution...
S

Sudheer S

0 0
0

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you