What is the best way to install Python for Windows?
feedback
|
migrated from stackoverflow.com Sep 25 '09 at 19:00
This question came from our site for professional and enthusiast programmers.
|
download the executable ("Windows Installer") from http://python.org and install. | |||
|
feedback
|
| |||
|
feedback
|
|
| |||
|
feedback
|
|
This is the best install guide I've ever seen. Don't forget Part 2 to get | |||
|
feedback
|
|
For an IDE based full package install for Scientific computing I have used Python-x,y and it comes with the kitchen sink. | |||
|
feedback
|
|
Get ActivePython for Windows. See here for installation instructions. In addition to the installer at python.org, ActivePython includes pywin32 (Windows API extensions) and several unofficial documentation including tutorials to learn Python. | |||
|
feedback
|
|
I've always used the Windows installer that is on the download part of the site (found here). I've used it for both Windows XP and Vista and never had a problem. | |||
|
feedback
|