Python第二章 PyCharm的下载、安装、使用

第二章 PyCharm的下载、安装、使用

2.1 安装下载

网站https://www.jetbrains.com/pycharm/download/?section=w

注意分CommunityProfessional版本

Community Professional
image-20230923195057523 image-20230923195042774

这里安装社区版本

下载后双击即可,一直next

image-20230923195403835

即可安装好了

2.2 使用

【说明】PyCharm需要以“工程”为单元,供我们使用。想要写代码需要先创建一个工程

image-20230923200446922 image-20230923200534034
image-20230923200536448 image-20230923200602864

然后写程序

print("hello,world")
print("hello,world2")

运行

image-20230923200818455

posted @ 2023-10-07 11:31  Crispy·Candy  阅读(5)  评论(0编辑  收藏  举报