
Sometimes, you want to check Python’s version in your Python program.Ĭheck Python Version Windows 10 (Exact Steps) Check Which Python Version in Script (Exact Steps)

But if you don’t find yours, please let me know and I’ll add your specific environment, too. I tried to figure out any environment you may be interested in. Let’s dive into the exact steps to check your Python version in any environment. But the vast majority of the language is the same. You cannot use the reversed() function in older versions of Python. For example, in Python 3.8 they introduced the reversed() function with dictionaries. 💡 Note: new minor versions can add changes to the language. But you cannot execute code written in Python 2.7.4 in Python 3.7.2 because they are different major versions. Different minor versions are compatible.įor example, you can execute code written in Python 3.6.4 in Python 3.7.2 because they are the same major version - Python 3. Different major versions are NOT fully compatible. The Python version output consists of three numbers major:minor:micro.

Join my email academy and download your free Python cheat sheets about various topics such as keywords, object-orientation, NumPy, and data structures.ĭownload your FREE Python cheat sheets and print them to your office wall (link to my email academy signup page on this blog)! Environments Fortunately, I found a simple and effective (and free) way to improve my Python skills.Īnd so can you: learning with cheat sheets. If you’re like me ten years ago, you need to Google important Python commands again and again.
