Small tools that come with the python interpreter

Any software will come with some small tools after installation, such as debugging tools, deployment tools and so on. After installing the software, it is best to carefully browse the directory structure of the software, and you will find many interesting official gadgets. Let's take a look at the gadgets after python is installed.

1. 4 small tools of python software.

IDLE (Python 3.6 64-bit) integrated development environment provided by python

Python 3.6 (64-bit) python command line tool

Python 3.6 Manuals (64-bit) The python help manual, which records the characteristics of the python language, syntax and function interfaces, etc., is the best reference book for in-depth learning of python.

Python 3.6 Module Docs (64-bit) Python module manual is an API document in html format.

2. Python standard library.

The python standard library provides built-in function interfaces and implementations. The storage location is shown in the figure below.

Guess you like

Origin blog.csdn.net/qq_34473570/article/details/108391377