Python software installation tutorial|Level 2 Python test environment

foreword

Level 2 Python Exam Environment

The test environment is Python3.5.3 to Python3.9.10. For the convenience of candidates to study and prepare for the test, we now provide a second-level Python application software for online download, which can be downloaded and used by candidates and test center administrators

[----Help Python learning, all the following learning materials are free at the end of the article! ----】

Package Download (62.18 MB)

https://www.123pan.com/s/y4HrVv-0S0lA.html

Installation instructions

1. Select the python-3.5.3.exe installation file and double-click to install it.

2. Check "Add Pyhon 3.5 to PATH" and select "Customize installation".

img

3. Use the default installation, click "Next"

img

4. Confirm that the checkbox shown in the figure below is checked. The installation location is the default or choose another suitable location. After clicking "Install", the installation is complete!

img

5. After the installation is complete, enter the system command line, enter python --version, and the correct display of the version number indicates that the installation is successful.

img

6. Install third-party libraries (jieba library and PyInstaller). Execute InstallScript.py Note: When there is a network, the script will be installed online; if there is no network, please ensure that future-0.16.0.tar.gz, pefile-2018.8.8.tar.gz, jieba-0.39 are placed in the directory where the script is located .zip and PyInstaller-3.3.1.tar.gz files.

7. If the system cannot install the python-3.5.3.exe file, please install the Python 3.4.3 version: execute the python-3.4.3.msi file.

1. Learning routes in all directions of Python

Just started learning python, if you don't even plan the complete learning steps, it is basically impossible to learn python. I sorted out all the directions of Python to form a summary of knowledge points in various fields.(High-definition pictures and all the following materials are available at the end of the article for free)

Some hard skills needed to engage in data analysis, such as how to use python, SQL and other tools!

insert image description here

2. Getting started with a full set of learning videos

When we watch videos and learn, we can’t just move our eyes and brain without using our hands. A more scientific learning method is to use them after understanding. At this time, the hands-on project is very suitable.

insert image description here

Three, Python operation example

Learning python is the same as learning mathematics. You can’t just read the book without doing the questions. Looking directly at the steps and answers will make people mistakenly think that you have mastered everything, but you will still be at a loss when you encounter a problem.

Therefore, in the process of learning python, you must remember to write more codes by hand. You only need to read the tutorial once or twice.

insert image description here

4. Python employment project actual combat

We must learn Python to find a high-paying job or a high-paying part-time job. The following are some practical projects that companies can use. After learning these, I believe everyone will be able to find a satisfactory job.

insert image description here

11 Django framework

insert image description here

16 WeChat public account
insert image description here

18 Common crawler module usage

insert image description here

21 Data Analysis

insert image description here

22 Machine Learning
insert image description here

There are other things, such as my own Python introductory graphic tutorials, you can use your mobile phone to learn knowledge when you don’t have a computer, and after learning the theory, you can type the code to practice verification, and there is also the library information of the Chinese version of Python. , MySQL and HTML tags, etc., these are things that can be given to fans.

Data collection

These are not very valuable things, but they are really good for learners who have no resources or the resources are not very good. If you can use it, you can scan the QR code of CSDN official certification below on WeChat [free access]↓↓↓ .

insert image description here

Good article recommendation

Understand the prospect of python: https://blog.csdn.net/SpringJavaMyBatis/article/details/127194835

Learn about python's part-time sideline: https://blog.csdn.net/SpringJavaMyBatis/article/details/127196603

Guess you like

Origin blog.csdn.net/weixin_49895216/article/details/131608869