Difference between Python 2 vs Python 3

Difference between Python 2 vs Python 3 


Python Version History

Let’s have a detailed understanding about Python 2 vs Python 3 release dates.

Why to Choose Python 3:

In Python, Version 3 is the future, here are some of the reason why to choose Python 3.
  • Legacy Python 2 code will no longer be maintained after 2020
  • Upgrade option is available in Python 3
  • Easier to write a code
  • Avoid the syntax confusion
  • Improved number management helps to perform math calculation
  • Lot of popular add-ons are supported
  • Unicode’s are supported
For the comparison and more information related to python 2 and python 3 : https://bit.ly/3W9t9tO

For more Python related Q & A for freshers to an experienced professionals : How to crack tech interviews at top Product-based companies: https://bit.ly/3POgOHd


S. NoPython 2 Version & Release DatePython 3 Version & Release Date
1Python 2.0 - released on October 16, 2000Python 3.0 - released on December 3, 2008
2Python 2.1 - released on April 17, 2001Python 3.1 - released on June 27, 2009
3Python 2.2 - released on December 21, 2001Python 3.2 - released on February 20, 2011
4Python 2.3 - released on July 29, 2003Python 3.3 - released on September 29, 2012
5Python 2.4 - released on November 30, 2004Python 3.4 - released on March 16, 2014
6Python 2.5 - released on September 19, 2006Python 3.5 - released on September 13, 2015
7Python 2.6 - released on October 1, 2008Python 3.6 - released on October 2016
8Python 2.7 - released on July 3, 2010Python 3.7 - released on June 2018

Comments