Python Forum
Python 3 x86 vs x64 Inquiry...
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3 x86 vs x64 Inquiry...
#14
When 64 bit processors compatible with the x86 architecture were introduced, they were referred to as x86-64. x86-32 (and x86-16) were used for the 32 (and 16) bit versions. This was eventually shortened to x64 for 64 bit and x86 alone refers to a 32 bit processor. The 32 bit processors are designed to handle a limited amount of physical memory maximum of 4GB but 64 bit can handle high memory utilizing 8,16 and some even32 GB. On a 64-bit Windows you can use either version. On a 32-bit Windows you should use only x86 obviously.
Reply


Messages In This Thread
Python 3 x86 vs x64 Inquiry... - by RodNintendeaux - May-30-2017, 06:43 PM
RE: Python 3 x86 vs x64 Inquiry... - by Larz60+ - May-30-2017, 07:28 PM
RE: Python 3 x86 vs x64 Inquiry... - by Ofnuts - Jun-01-2017, 09:54 AM
RE: Python 3 x86 vs x64 Inquiry... - by sparkz_alot - May-30-2017, 10:12 PM
RE: Python 3 x86 vs x64 Inquiry... - by Larz60+ - May-31-2017, 12:21 AM
RE: Python 3 x86 vs x64 Inquiry... - by Larz60+ - May-31-2017, 10:10 AM
RE: Python 3 x86 vs x64 Inquiry... - by sparkz_alot - May-31-2017, 01:46 PM
RE: Python 3 x86 vs x64 Inquiry... - by Larz60+ - Jun-01-2017, 10:03 AM
RE: Python 3 x86 vs x64 Inquiry... - by Ofnuts - Jun-01-2017, 03:44 PM
RE: Python 3 x86 vs x64 Inquiry... - by iangregor - Dec-18-2018, 05:41 AM
RE: Python 3 x86 vs x64 Inquiry... - by DeaD_EyE - Dec-18-2018, 09:14 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020