Python and Pycharm installation configuration and Pycharn localization

1. Python installation

Python download link

https://www.python.org/downloads/

2. Installation of Pycharm

Pychrm download link

https://www.jetbrains.com/pycharm/

insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

3. Configuration of Python and Pycharm

insert image description here
insert image description here
Find your previous installation herePython的路径

insert image description here
Create a new one Python文件to test whether the configuration is successful.
insert image description here
Enter the code:

print("Hello World!")

Click 三角形符号to run the code. If it can be run, the configuration is successful.
insert image description here

4. Sinicization of Pycharm

Find the plug-in in the settings, search Chineseand download it.
insert image description here
Finally, 重启Pycharmyou can.

Guess you like

Origin blog.csdn.net/weixin_52296952/article/details/122017865