程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

[development environment] windows install pycharm development environment (download pycharm | install pycharm | create Python project in pycharm)

編輯:Python

List of articles

  • One 、 download PyCharm
  • Two 、 install PyCharm
  • 3、 ... and 、 stay PyCharm Created in Python engineering

One 、 download PyCharm


To PyCharm Home page https://www.jetbrains.com/pycharm download PyCharm ;

Download Community Edition , Free of charge ;

After downloading pycharm-community-2021.2.2.exe The documents are as follows :

Two 、 install PyCharm


double-click The installation files , Start installation PyCharm ;

Select installation path :

Installation options :

Set the start menu :

Wait for installation to complete :

Restart the computer ;

3、 ... and 、 stay PyCharm Created in Python engineering


First run , First agree to the user agreement ;

Click on New Project Button , Create a new Python application ;

Set up Python Engineering code location , And the use of SDK edition ;

Automatically generated default code ;

Click in the code main Function entrance if __name__ == '__main__': The run button on the front , choice " Run ‘main’ " Options , You can run the Python Program ;

The operation results are as follows :


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved