About Lesson
Python major versions
Python has gone through several versions over the years. Here is a timeline of the major Python versions:
- Python 1.0: Released in January 1994.
- Python 2.0: Released in October 2000.
- Python 2.7: Released in July 2010.
- Python 3.0: Released in December 2008.
- Python 3.9: Released in October 2020.
Python 3.x is not backward compatible with Python 2.x.
These are just a few highlights from the Python version history. Python continues to evolve with new features and improvements.