Programming with Ai Wenwen "Zero-Basic Getting Started with Python" PyCharm Installation

Author: Ai Wen, a master's degree in computer science, an in-house training lecturer and a gold medal interviewer, a senior algorithm expert in the company, and now working in a BAT first-tier factory.
E-mail: [email protected]
Blog: https://edu.csdn.net/lecturer/894?spm=1003.2001.3001.4144
Content: Programming with Ai Wenxue "Zero-Basic Introduction to Learning Python"
  1. learning target
  • Download PyCharm
  • Use of PyCharm tools
  • Develop your first application with PyCharm tools
  1. Download PyCharm

PyCharm download address: Download PyCharm: Python IDE for Professional Developers by JetBrains

PyCharm is a Python IDE (Integrated Development Environment, integrated development environment), with a set of tools that can help users improve their efficiency when developing in the Python language, such as debugging, syntax highlighting, project management, code jumping, smart prompts , autocompletion, unit testing, version control. In addition, the IDE provides advanced features for supporting professional web development under the Django framework.

In addition, you can also try to use the Visual Studio Code tool yourself, which is not introduced here.

Visual Studio Code ("VS Code" for short) is Microsoft's official announcement at the Build Developer Conference on April 30, 2015 that it runs on Mac OS X, Windows and Linux, and is aimed at writing modern Web and cloud applications. Platform source code editor that runs on the desktop and is available for Windows, macOS and Linux. It has built-in support for JavaScript, TypeScript, and Node.js, and has a rich ecosystem of extensions for other languages ​​(such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).

  1. tool use

After the download is complete, just click it directly, and I won’t explain it anymore. (We double-click to open, here is the MAC system, others are similar)

  • start the application

  • Create a python project

After clicking "create", proceed to the project directory.

  • Set environment Python environment

4. Develop the first application of the program

Congratulations, you have developed your first program through PyCharm software here.

Training Institute: Zero-Basic Introduction to Python Data Analysis--Machine Learning Video Tutorial-Artificial Intelligence-CSDN Programmer Training Institute

Guess you like

Origin blog.csdn.net/shenfuli/article/details/127954852