Basics article on Python | Python2 and Python3 and VSCode download and install, PyCharm activation and installation, Python online IDE, Python video tutorials

1. Keywords

Python2 and Python3 and VSCode download and install, Python Editor download and install, Python editors recommend, Python IDE recommendation, Python integrated development environment tools recommended, Python introductory video tutorials, PyCharm activation and installation, PyCharm 2019.1.3 (Professional Edition) activation patch download, Python online IDE, Python video tutorials

2. Recommended Reading

2.1. Video Tutorial

  1. Python2 Video Tutorial: https://blog.csdn.net/COCO56/article/details/94680814
  2. Python3 zero-based learning portal video: https://blog.csdn.net/COCO56/article/details/94786051
  3. Python3 Data Structures and Algorithms: https://blog.csdn.net/COCO56/article/details/95406992
  4. Python2.x interpreter prints Chinese garbled three solutions: https://blog.csdn.net/COCO56/article/details/80955122

    2.2 Frequently Asked Questions

  5. Win10 How to install third-party libraries? In this paper, install IPython example. https://blog.csdn.net/COCO56/article/details/81058483
  6. How Python code is packaged into exe executable program: https://blog.csdn.net/COCO56/article/details/81586008
  7. How to switch Python version using the VS Code? How VS Code freely switch between Python3 and Python2? : Https://blog.csdn.net/COCO56/article/details/81916069

3. THIS ARTICLE

Python code editor and an integrated development environment tools very much, here editor recommended VSCode and Pycharm, integrated development environment and tools, then recommend the use of VS2019.
Integrated Development Environment As the name suggests, when you have already installed Python integrated well, not manually install Python also be able to run the code (such as VS).
Editor and Notepad words are the same, but with code checking and highlighting, but they themselves can not be compiled or interpreted code, the code can be run manually after installing Python.
Online IDE is everything runs in the cloud, without consuming the machine resources, to prepare a browser on the line.

4. Install

4.1. Video Tutorial

This article supporting video tutorials: https://www.bilibili.com/video/av58953929

4.2. Download

  1. 官网:
    Python:https://www.python.org/downloads/
    VSCode:https://code.visualstudio.com/Download
    PyCharm:https://www.jetbrains.com/pycharm/download
  2. OneDrive network disk: https://www.cnblogs.com/coco56/p/11223189.html
    in the development of related / Python there
    Here Insert Picture Description

4.3. Installation Tutorial

  1. Python2:https://blog.csdn.net/COCO56/article/details/96423107
  2. Python3:https://blog.csdn.net/COCO56/article/details/96423200
  3. VSCode:https://blog.csdn.net/COCO56/article/details/96423586
  4. PyCharm:https://blog.csdn.net/COCO56/article/details/96424021
  5. Online Python IDE: https://blog.csdn.net/COCO56/article/details/96424239
  6. Microsoft developed the official Python Tutorial: https://docs.microsoft.com/zh-cn/windows/python/

Guess you like

Origin www.cnblogs.com/coco56/p/11525741.html