Python 及 Pycharm 的安装 2023.8

Python 及 PyCharm 的安装

仅适用于 Windows 系统!

视频教程:【Python及Pycharm的安装 2023.8】 https://www.bilibili.com/video/BV1A34y1T7Gu

文章目录

  • [Python 及 PyCharm 的安装](#Python 及 PyCharm 的安装)
    • [安装 Python](#安装 Python)
    • [安装 PyCharm](#安装 PyCharm)
      • [Hi, PyCharm](#Hi, PyCharm)
      • [PyCharm 汉化](#PyCharm 汉化)

安装 Python

  1. 进入 Python 官网 https://www.python.org/,点击 DownloadsWindows
  2. 选择合适的版本下载,一般是最新版的 Download Windows installer (64-bit)
  3. 运行安装包,勾选 Add python.exe to PATH ,点击 Install Now

安装 PyCharm

  1. 访问 JetBrains 官网 PyCharm 下载页面:https://www.jetbrains.com/zh-cn/pycharm/download/ 下载 PyCharm Community Edition(社区版) 安装程序。

  2. 启动安装程序,点击 Next >

  3. 选择安装位置(可选),点击 Next >

  4. 根据需要,可勾选 Creat Desktop Shortcut → PyCharm Community Edition(创建桌面快捷方式)Add "Open Folder as Project"(增加"使用 PyCharm 打开项目右键菜单") ,点击 Next >

  5. 点击 Next >

  6. 点击 Finish 完成 PyCharm 安装

Hi, PyCharm

使用 PyCharm 运行 "Hi, PyCharm"

  1. 第一次打开 PyCharm,勾选 I confirm that I have read and accept the terms of this User Agreement(我确认我已阅读并接受本用户协议的条款) ,点击 Continue(继续) 。之后的页面下面的两个按钮随便点一个。

  2. 点击 New Project(新建项目)

  3. 可在 Location(位置) 中更改项目名称、保存路径。

    添加本地解释器:Previously configured interpreter(先前配置的 Python 解释器)Add Interpreter(添加解释器)Add Local Interpreter(添加本地解释器)System Interpreter(系统解释器) → 在 Interpreter(解释器) 中选择本地安装的 Python → OK(确定)
    Create(创建)

  4. 单击右上方绿色小三角 Run 'main'(运行 'main') ,下方显示输出 Hi, PyCharm

PyCharm 汉化

  1. 随便打开或新建一个项目,找到 File(文件)Setting...(设置...)

  2. Plugins(插件)Marketplace → 在搜索框中输入 Chinese → 找到 Chinese (Simplified) Language Pack / 中文语言包 → 点击 Install(安装)

    等下载安装完成后点击 Restart IDE(重启 IDE) ,完成汉化


2023.8 by 小喾苦

相关推荐
Open-AI1 分钟前
Python如何判断一个数是几位数
python
极客代码5 分钟前
【Python TensorFlow】入门到精通
开发语言·人工智能·python·深度学习·tensorflow
义小深7 分钟前
TensorFlow|咖啡豆识别
人工智能·python·tensorflow
疯一样的码农11 分钟前
Python 正则表达式(RegEx)
开发语言·python·正则表达式
进击的六角龙1 小时前
Python中处理Excel的基本概念(如工作簿、工作表等)
开发语言·python·excel
一只爱好编程的程序猿2 小时前
Java后台生成指定路径下创建指定名称的文件
java·python·数据下载
Aniay_ivy2 小时前
深入探索 Java 8 Stream 流:高效操作与应用场景
java·开发语言·python
gonghw4032 小时前
DearPyGui学习
python·gui
向阳12182 小时前
Bert快速入门
人工智能·python·自然语言处理·bert
engchina2 小时前
Neo4j 和 Python 初学者指南:如何使用可选关系匹配优化 Cypher 查询
数据库·python·neo4j