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