Getting Started with Python - environmental structures and variables and data type resolution

**

Getting Started with Python - environmental structures and variables and data type resolution

**

Environment set up:

First, we need to go to the official website to download Python Python interpreter
Python's official website
is recommended to download more than 3.5 version of
Precautions
the installation process
we install the latest 3.x for example:

  1. Double-click the installation package, following the start of the installation interface appears, select the custom installation option:
    Here Insert Picture Description
  2. Option is set by default to check all:
    Here Insert Picture Description
  3. Advanced configuration options, as you can check:
    Here Insert Picture Description
  4. The installation process ...:
    Here Insert Picture Description
  5. The installation is complete, the final end of the interface, must click on the disable path length limit, disables the system's Path length
    of the automatic limit, give us a lot of trouble to avoid:
    Here Insert Picture Description
  6. The installation is complete:
    the Start menu, find python3.6, then click IDLE can open a python interface tool friends.

Here Insert Picture Description

Variable explanation:

Here Insert Picture Description

type of data

Here Insert Picture Description

Published an original article · won praise 0 · Views 984

Guess you like

Origin blog.csdn.net/MiRage24/article/details/104795129