Python has had several major updates in the past. Python 2.7 was widely used for a very long time, even after the release of newer versions.
However, Python 2.7 has been deprecated as of January 01 2020, and replaced completely by 3.xx versions, known as Python 3. The differences between Python 2.7 and Python 3 are minute, but important nonetheless.
To keep up with the latest technologies, we’ll be dealing with Python 3 for the entirety of this module.
Throughout this module, we will be able to write and execute Python code right here