Windows website Download Python-2.7.13.amd64.msi
The default is to install PIP, same as set environment variable also selected
To install a third-party package:
Verify that you have installed the correct method: 1. Use the PIP list to view it when finished. 2. After entering Python at the command line, use import pygame without any hint that the installation is correct.
See where the python itself is installed:
Import SYS; Print Sys.path
Using editor
Download the community version of http://www.jetbrains.com/pycharm/download/#section =windows
Common settings;
1. Zoom font size file>>settings>>general>> on the right, tick the change font size ....
2. keyboard layout . Shortcut keys ctrl+~ or menu View>>quich Switch scheme recall
3, file encoding . File>>settings>>editor>>>file Encodings
For 2.7 of files, start with the coding statement
#-*-Coding:utf8-*-
Python>>>the Very First Step