windows system python development environment to build

Install python

1, the installation package python Quguan network download, official website address: https://www.python.org/ , installation package as shown:

 

2. Double-click the install just fine, pay attention to talk python add to your path (so you do not configure the python environment variable), then Next to finish directly Close.

 

 

3, check whether the installation was successful, revenue python will appear as shown in cmd command line, it shows successfully installed.

Install Integrated Development Environment PyCharm

 PyCharm is a Python IDE, can help users with a set of productivity tools to improve their use Python language development, such as debugging, syntax highlighting, Project management, code branches, IntelliSense, auto-complete, unit testing, version control .

Official website address: https: //www.jetbrains.com/pycharm/

official website offers two versions:
Professional Edition (30-day trial version can be professional, you can find cracked version)
Community Community Edition (Community Edition, a little less functional but good enough a)


I downloaded the Professional Edition (Pro)

6, PyCharm installation

PyCharm very simple, has been the default setting, Next, until Finish, complete PyCharm installation.

 

 

Guess you like

Origin www.cnblogs.com/xidianlxf/p/11420704.html