This tutorial for you to share the Win10 Python environment installation and configuration tutorial for your reference, the details are as follows
1. In/downloads/release/python-352/Download the python version from the website
2. Configuration environment
Right-click Computer Properties, then select Advanced System Settings
3. Select Environment Variables, Configuration Path input; C:\Users\Small Red\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.5
4. Test whether python has been installed successfully, run cmd, enter python command
5. Type HelloWorld! Test to see if it works!
The environment has been configured. The next step is to download the development tool PyCharm, which is available in both paid and free versions, the free version can be downloaded at /pycharm/download/.
7. Install PyCharm, always next can be
8. After successful installation, the first run required to set the theme, etc., you can choose to skip this step or choose your favorite theme. After the setup is complete, restart, you can enter the program. Because it is an IDE, so first of all to create a project, this time will ask to set the Python path. Just set it according to the requirements.
9. At this point, the environment configuration and development environment installation has been completed.
For more articles on python installation tutorials seeTutorial on installing python versions.
For more great book lists, clickEssential python programming book list
This is the whole content of this article.