Python

menu-python32

Detecting if Python is running as a 64-bit application

How to check if Python version is 32-bit or 64-bit. Pyhton version We all know how to check the Python version. Just input python –version at the command line and, depending on your OS, you’ll see an output like this: But the version keyword does not show the 32-bit or 64-bit version of your python. …

Detecting if Python is running as a 64-bit application Read More »