THE END OF PYTHON 2
Python 2 was released in 2000 and a large mass of developers, vendors and others adopted it.
Later, major changes were made which could not be applied to it. Therefore, Python 3 was
launched in 2006. This was faster, had more features and user friendly. However, even after
the release of python 3, a lot of the users failed to switch to it. This meant that some users
were missing the new features of python 3. In order to avoid disappointing users, both
python 2 and 3 are improved. This hindered the growth of python 3 as a large number of
volunteers were occupied with improving python 2.
Python made an announcement in 2008 at several conferences, magazines and online
platforms that they would sunset python 2 by 2015. This meant that some users could not
have any security concerns or bugs fixed after 2015. The sunset date was extended to
January 1, 2020 in 2014. Python 2.7.18 released in April, 2020 was the final version of python
2. Users who have their code written in python 2 can convert their work to python 3 by
referring official guides. Python offers several articles about python 3 as well.