Twoscoops
  • Blog
  • Portfolio
  • Applications
    • Fantasy Football [Equity All Stars]
    • Fantasy Football [Equity All Stars LIVE]
    • Betfair Premier League Handicap
    • Fantasy Football [Air, Land & Sea
    • Fantasy Football [Player Data]
  • For Sale
    • Tech for Sale
    • Renault Mégane Coupé
  • Upload
  • Admin
    • Medication Tracker
Select Page
Do I have 32-bit or 64-bit Python Installed?

Do I have 32-bit or 64-bit Python Installed?

by John Heath | Thursday 19 March 2015 | Blog | 0 comments

If you’re using Python 2.6 above, you can use sys.maxsize to find out whether you have the 32-bit or the 64-bit version installed: import sys is_64bits = sys.maxsize > 2**32 print is_64bits   Here’s a screenshot of example output:...
  • Facebook
  • Twitter
  • Google
  • RSS
Designed by Twoscoops | © 2013-2019