How To Check The Installed Python Version?

Sometimes you might require to check the current version that is being run by your Python Scripts. This article is a quick guide to checking the python version that your scripts are executed on. I’ve demonstrated two version checks, one is the human-readable version and the other is the hexadecimal version. Getting a Human-Readable (Simple […]