How to Check the Version of Python | tecno4 | Scoop.it

Python is a commonly used programming language that has received many updates over its lifetime, so you will likely need to check the version a system is running.
It is important to know the Python version running on your machine as each version has changes that may impact whether the code will behave how you expect it. The most significant changes usually occur between major updates. For example, going from Python 2 to Python 3.