Why is the Python 3 Windows AMD64/EM64T/x64 installer a .amd64 file?
Why is the Python 3 Windows AMD64/EM64T/x64 installer a .amd64 file?
.amd64 is a file extension for 64 bit binaries. While .exe is more common, the Python 3 64-bit installer is probably labeled .amd64 to specify that it is meant to be run on 64-bit machines.
Why is the Python 3 Windows AMD64/EM64T/x64 installer a .amd64 file?
Related Posts
- Read text file and parse in python
- python – Difference between numpy.dot and a.dot(b)
- list – What is the inverse function of zip in python?
- using py2exe on python 3.6 to convert .py to .exe
- Python regex – r prefix
- How do I get a decimal value when using the division operator in Python?
- python – How to sort multidimensional array by column?