I wrote python code on my mac and how do I transfer it to a Windows computer. It disappoints the words. I installed Python 2.7 x32, then I uninstalled it, and then installed Python 2.7 x64. My python script depends on xlrd and xlwt and some other loaded modules. I would like to install those that use easy_install or pip, or any way that is easy for those who donβt know too much about the really messy work of a computer. For now, if I do this:
C:\Windows\System32> python
I get:
'python' is not recognized as an internal or external command operable program or batch file.



Anyone suggest me the next step?
I did a bunch of google-ing and stackoverflow-ing and it seems to have landed here , I'm not sure how to download something from here. For example, how can I download Pip, as well as which one to download?
People say that a person should download and install this , how would I do it?
I am familiar with the terminal, what would I type in cmd?
source share