Pycharm 简明教程

Pycharm Tutorial

PyCharm 是用于 Python 的最受欢迎的 IDE,它包含强大的功能,例如卓越的代码完成和检查,以及先进的调试器,并支持 Web 编程和各种框架。PyCharm 由捷克公司 Jet Brains 创建,该公司专注于为 JavaScript 和 PHP 等各种 Web 开发语言创建集成开发环境。

PyCharm is the most popular IDE for Python, and includes great features such as excellent code completion and inspection with advanced debugger and support for web programming and various frameworks. PyCharm is created by Czech company, Jet brains which focusses on creating integrated development environment for various web development languages like JavaScript and PHP.

Audience

本教程专为 Python 开发人员准备,他们专注于使用带有运行、调试和创建各个 Python 框架中的项目的完整套装的 IDE。此外,具有任何 IDE 基本知识的感兴趣的学习者都可以参加本教程。

This tutorial has been prepared for Python developers who focus on using IDE with complete package of running, debugging and creating projects in various python frameworks. Also, interested learners with a basic knowledge of any IDE can take up this tutorial.

Prerequisites

在继续本教程之前,您需要了解 Python 的任何集成开发环境,例如 Sublime Text 或最流行的 IDE(例如 NetBeans)。如果您是初学者,我们建议您在此教程中继续学习之前,先通读与这些主题相关的教程。

Before proceeding with this tutorial, you need a basic knowledge of any integrated development environment of Python like Sublime Text or most popular IDE like NetBeans. If you are a beginner, we suggest you to go through tutorials related to these topics first before proceeding further on this tutorial.