

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. MacOS: Hit shortcut Cmd+Space, type terminal, hit OK.Windows: Hit shortcut Win+R, type powershell, hit OK.How to open your command line or terminal? The table shows you how different environments call for different commands to check your Python version. Open terminal and run python -V or python ‐‐version Open command line and run python -V or python ‐‐version This general method works across all major operating systems (Windows, Linux, and macOS). 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.
