What is the difference between Python 2.x and Python 3.x?

Asked by Last Modified  

2 Answers

Learn Python

Follow 1
Answer

Please enter your answer

AI Product Manager, Data and ML Scientist, Software Specialist, Technology Specialist

Here are the exact changes between Python 2.x and Python 3.x: Print Statement: Python 2.x: print "Hello, World!" Python 3.x: print("Hello, World!") Integer Division: Python 2.x: 5 / 2 results in 2 Python 3.x: 5 / 2 results in 2.5 Unicode: Python 2.x: u"Hello" Python...
read more
Here are the exact changes between Python 2.x and Python 3.x: Print Statement: Python 2.x: print "Hello, World!" Python 3.x: print("Hello, World!") Integer Division: Python 2.x: 5 / 2 results in 2 Python 3.x: 5 / 2 results in 2.5 Unicode: Python 2.x: u"Hello" Python 3.x: "Hello" xrange(): Python 2.x: xrange() Python 3.x: range() Error Handling: Python 2.x: except Exception, e Python 3.x: except Exception as e Input Function: Python 2.x: raw_input() Python 3.x: input() These are the key changes between Python 2.x and Python 3.x. read less
Comments

I am online Quran teacher 7 years

Here are the exact changes between Python 2.x and Python 3.x: Print Statement: Python 2.x: print "Hello, World!" Python 3.x: print("Hello, World!") Integer Division: Python 2.x: 5 / 2 results in 2 Python 3.x: 5 / 2 results in 2.5 Unicode: Python 2.x: u"Hello" Python 3.x: "Hello" xrange(): Python 2.x:...
read more
Here are the exact changes between Python 2.x and Python 3.x: Print Statement: Python 2.x: print "Hello, World!" Python 3.x: print("Hello, World!") Integer Division: Python 2.x: 5 / 2 results in 2 Python 3.x: 5 / 2 results in 2.5 Unicode: Python 2.x: u"Hello" Python 3.x: "Hello" xrange(): Python 2.x: xrange() Python 3.x: range() Error Handling: Python 2.x: except Exception, e Python 3.x: except Exception as e Input Function: Python 2.x: raw_input() Python 3.x: input() These are the key changes between Python 2.x and Python 3.x. read less
Comments

Related Questions

Between Java and Python, which one is better to learn first and why?
Both the development programs come with their strong suits. While Java allows you to enjoy the cross-platform support, Python helps you execute on at least ten different operating systems. It would help...
Priyanka
0 0
5
How do I learn Python in depth?
Learning Python in depth is not a big issue first start practising basic of coding daily don't copy and paste start writing the code , after these basic you can go for advanced level of python like OOPS...
Mahender
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
I want to learn Python. but I cant decide which application to choose.I don't understand if I should be a Developer, testing or something else which is the future and which is more in demand.
Hello Srinu,It's good that you have decided to learn the most popular Programming Language. I will suggest you start with the official IDE naming IDLE which you will get with official Python Package. Once...
Srinu
While teaching IT Student (MCA / BCA / BTech), I found most of the students are not having good programming skills but they are still running behind to learn .NET / PHP / PYTHON / ANDROID / JAVA. Why is it so? What we should do better to improve a sound programming skills among most of IT Students?
on college days they r learning c,c++ and following faculties are also giving a road map of "programming means" thease languages only , even these are the languages are familier , where you justify them...
Amit Kumar

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

Ask a Question

Related Lessons

Python (Concepts and Importance)
Python is a general-purpose, interpreted, object-oriented programming language. Python was created by "G. V. Rossum" in the Netherlands in 1990. Python has become a famous programming language widely used...


Multiple Decorators
#Multiple decorators can be chained in Python.#A function can be decorated multiple times with different (or same) decorators.#We simply place the decorators above the desired function. def star(func):...

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

Build an interactive Dictionary using Python 3.x
I have downloaded a 5MB data base consisting of words and their meanings in a json file . I want to write a python progrsm which will ask the user to enter a word and then the program will search through...
B

Biswanath Banerjee

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 >

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 >

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 >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

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