Python is a widely-used programming language that has seen multiple versions released over the years. Here is a list of major Python versions up to my knowledge cutoff date in September 2021:
1, Python 1.0 - January 26, 1994
2, Python 1.5 - December 31, 1997
3, Python 1.6 - September 5, 2000
4, Python 2.0 - October 16, 2000
5, Python 2.1 - April 17, 2001
6. Python 2.2 - December 21, 2001
7. Python 2.3 - July 29, 2003
8. Python 2.4 - November 30, 2004
9. Python 2.5 - September 19, 2006
10. Python 2.6 - October 1, 2008
11. Python 2.7 - July 3, 2010
12. Python 3.0 - December 3, 2008
13. Python 3.1 - June 27, 2009
14. Python 3.2 - February 20, 2011
15. Python 3.3 - September 29, 2012
16. Python 3.4 - March 16, 2014
17. Python 3.5 - September 13, 2015
18. Python 3.6 - December 23, 2016
19. Python 3.7 - June 27, 2018
20. Python 3.8 - October 14, 2019
21. Python 3.9 - October 5, 2020
Python 2.x and Python 3.x are the two major branches of Python that coexisted for many years. However, Python 2 reached its end of life on January 1, 2020, and Python 3 is the actively maintained and developed version of the language. Since my knowledge is up to September 2021, there might have been additional Python releases beyond Python 3.9 after that date. Please check the official Python website or other reliable sources for the most up-to-date information on Python versions.

0 Comments