Home python Python in windows 7 x64

Python in windows 7 x64

Author

Date

Category

What you need to do that would be installed python and the environment for its development? (What is download where to download, how to choose the environment?)

  1. The choice fell on visual studio 2010 + python
  2. sublime text 2

But how to put himself python in Windows 7 (x64)? And it is better to version 2 and 3.

By the way, on which one is better to write / teach?

Thanks in advance for your advice. 🙂


Answer 1, Authority 100%

Python and the second and third versions can stand together (in different directories, of course). The only slight problem is that some of them will run the command python , but it is solved by setting the environment variable PATH .

You can download it here: Download Python . Take, for example, that this (version numbers may change – take the last):

  • Python 2.7.3 Windows X86-64 Installer
  • Python 3.2.3 Windows X86-64 MSI Installer

By the way, on which one is better
write / teach?

Dame purely subjective response – it makes sense to take the third right. However, most of the written code is compatible with the second version, but not the third. But I think this is a temporary phenomenon.

To a question about the environment – I prefer Sublime Text 2 + console. Someone will be more convenient VS2010 + PTVS or Eclipse – to pick and choose according to personal preferences

.


Answer 2, Authority 80%

  1. First you need to put
    Python interpreter (for the study
    any version 2 or 3)
    just under 3 version is not all
    ported the library. So it is better to write 2, IMHO.

  2. As the IDE would recommend using PyCharm (paid, there is a trial). Sublime text2 also not a bad thing.

  3. in Windows 64 is easy to put the 32 python
  4. You can put just two versions of python. The environment just need to select an executable interpreter

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions