Main Differences Python 2 VS Python 3
Python Version History Let’s have a detailed understanding about Python version 2 release dates and Python 3 release dates
No
Python 2 Version & Release Date
Python 3 Version & Release Date
Python 2.0 - released on October 16, 2000
Python 3.0 - released on December 3, 2008
Python 2.1 - released on April 17, 2001
Python 3.1 - released on June 27, 2009
Python 2.2 - released on December 21, 2001
Python 3.2 - released on February 20, 2011
Python 2.3 - released on July 29, 2003
Python 3.3 - released on September 29, 2012
Python 2.4 - released on November 30, 2004
Python 3.4 - released on March 16, 2014
Python 2.5 - released on September 19, 2006
Python 3.5 - released on September 13, 2015
Python 2.6 - released on October 1, 2008
Python 3.6 - released on October 2016
Python 2.7 - released on July 3, 2010
Python 3.7 - released on June 2018
Python 2 vs Python 3
Key Comparison
Python 2
Python 3
Release Date
2000
2008
Syntax
The syntax of Python 2 was difficult to understand
The syntax of Python 3 is simpler and easier
Print Function
print "hello"
print ("hello")