What does version name 'cp27' or 'cp35' mean in Python?
Like the files in https://pypi.python.org/pypi/gensim#downloads
I am using Python 2.7 on a 64-bit Window 7 PC, and don't know which version of python package I should install.
There are three questions:
Which of "gensim-0.12.4-cp27-none-win_amd64.whl" or "gensim-0.12.4.win-amd64-py2.7.exe" should I install? I have installed 'WinPython-64bit-2.7.10.3' on 64-bit Window 7 PC which I am using.
What does 'cp27' mean in Python or Python version name? I searched online with keywords 'Python cp27' but failed to find any answers.
Are there differences between these two versions of python packages? ('0.12.4-cp27-none-win_amd64' and 'win-amd64-py2.7') If there are, what are the differences?