What is the deference between Python & Python 3 ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the deference between Python & Python 3 ??

Very much interested in Python but don't know which should be first to learn.

4th May 2020, 4:42 AM
Jahangir Alam
Jahangir Alam - avatar
22 Answers
+ 7
Its the same as Android and Android 10
4th May 2020, 5:56 AM
Bhavya
Bhavya - avatar
+ 5
KEY DIFFERENCE Python 3 syntax is simpler and easily understandable whereas Python 2 syntax is comparatively difficult to understand. Python 3 default storing of strings is Unicode whereas Python 2 stores need to define Unicode string value with "u." Python 3 value of variables never changes whereas in Python 2 value of the global variable will be changed while using it inside for-loop. Python 3 exceptions should be enclosed in parenthesis while Python 2 exceptions should be enclosed in notations. Python 3 rules of ordering comparisons are simplified whereas Python 2 rules of ordering comparison are complex. Python 3 offers Range() function to perform iterations whereas, In Python 2, the xrange() is used for iterations.
4th May 2020, 7:07 AM
SITHU Nyein
SITHU Nyein - avatar
+ 4
Python is a old version & python 3 is a new version So I will advice you to learn python 3
5th May 2020, 12:40 AM
Ariyibi Junior
+ 3
What is Python 3? On December 2008, Python released version 3.0. This version was mainly released to fix problems which exist in Python 2. The nature of these change is such that Python 3 was incompatible with Python 2. It is backward incompatible Some features of Python 3 have been backported to Python 2.x versions to make the migration process easy in Python 3. As a result, for any organization who was using Python 2.x version, migrating their project to 3.x needed lots of changes. These changes not only relate to projects and applications but also all the libraries that form part of the Python ecosystem.
4th May 2020, 7:10 AM
SITHU Nyein
SITHU Nyein - avatar
+ 3
Okay okay😅
4th May 2020, 7:13 AM
SITHU Nyein
SITHU Nyein - avatar
+ 3
I'll help you which should be first to learn.
4th May 2020, 7:14 AM
SITHU Nyein
SITHU Nyein - avatar
+ 3
WHERE TO START LEARNING PYTHON 3? So, if you've decided to learn Python 3, the next question is “Where do I learn python for beginners?” Here are three Python course options to consider. UDEMY: THE COMPLETE PYTHON 3 COURSE What the course covers: All the basics like strings, expressions, loops, functions, exception handling, etc. Great way for someone with zero prior knowledge to learn to code Python. Why pick this particular course: Upon completion of the course you’ll have the skills to build your own real-life applications Course facts: Course Name: The Complete Python 3 Course: Go from Beginner to Advanced! Platform: Udemy Course URL: https://learntocodewith.me/complete-python-3 Instructed by: Ermin Kreponic Price: $9.99 Skill level: Beginner
4th May 2020, 7:16 AM
SITHU Nyein
SITHU Nyein - avatar
+ 2
What is Python 2? Python 2 made code development process easier than earlier versions. It implemented technical details of Python Enhancement Proposal (PEP). Python 2.7 (last version in 2.x ) is no longer under development and in 2020 will be discontinued.
4th May 2020, 7:10 AM
SITHU Nyein
SITHU Nyein - avatar
+ 2
COURSERA: PROGRAMMING FOR EVERYBODY (GETTING STARTED WITH PYTHON) What the course covers: Covers core programming tools such as functions and loops, as well as variables to store, retrieve, and calculate information. Why pick this particular course: 4.8 star rating (out of 38K+ reviews); this course is part of a Coursera specialization so you can continue on to more advanced topics if you want Course facts: Course Name: Programming for Everybody (Getting Started with Python) Platform: Coursera Course URL: https://learntocodewith.me/getting-started-with-python Instructed by: Charles Severance Price: 7-day free trial (and then $49 per month) Skill level: Beginner EDX: INTRODUCTION TO COMPUTER SCIENCE AND PROGRAMMING USING PYTHON What the course covers: Python syntax, simple algorithms, how to think computationally, data structures, and more Course facts: Course Name: Introduction to Computer Science and Programming Using Python Platform: edX Course URL: https://learntocodewith.me/introduction-to-python
4th May 2020, 7:17 AM
SITHU Nyein
SITHU Nyein - avatar
4th May 2020, 3:21 PM
Jahangir Alam
Jahangir Alam - avatar
+ 2
Thanks Bhavya Tomar...
4th May 2020, 3:22 PM
Jahangir Alam
Jahangir Alam - avatar
+ 2
Thanks SITHU Nyein for your suggestions...
4th May 2020, 3:23 PM
Jahangir Alam
Jahangir Alam - avatar
+ 2
Welcome bro
4th May 2020, 3:33 PM
SITHU Nyein
SITHU Nyein - avatar
+ 2
Thanks Ariyibi Junior...
5th May 2020, 10:37 AM
Jahangir Alam
Jahangir Alam - avatar
+ 1
Кееееккк
4th May 2020, 5:15 PM
macster 234
macster 234 - avatar
+ 1
For example in ArchLinux binary python just a symlink on binary python3. They equal in this case =)))
5th May 2020, 8:36 PM
Leonid Selivanov
Leonid Selivanov - avatar
+ 1
Python 3.7 is the updated version.
5th May 2020, 10:31 PM
S.K
+ 1
Thanks S.K...
5th May 2020, 10:40 PM
Jahangir Alam
Jahangir Alam - avatar
+ 1
Python 2: What schools still make you use Python 3: What is actually used in industry (apart from older projects that still have legacy code)
6th May 2020, 2:23 AM
Michael David
Michael David - avatar
+ 1
Python 3 has much more inbuilt functions and modules than that of Python
6th May 2020, 2:46 AM
Akshay Panwar
Akshay Panwar - avatar