How can we find the system type (i.e. 32-bit or 64-bit) using Python...?
The platform module provides such information. Example:
>>> platform.architecture()
('32bit', 'ELF')
More architecture-related information is available in sys.platform and sys.byteorder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With