Anaconda installation tutorial under Windows (the most complete)

First go to Tsinghua source to download the corresponding installation package

Tsinghua source: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

Just download and install the latest version, because we can use anaconda to create any version of python virtual environment later

Install

The first step: next

The second step: agree

Step 3: There is a problem with the picture here, it is best to choose all users, unless you really don’t want others to use it

Step 4: Select the appropriate path, next

Step five: install

Step 6: next

Step 7: skip, this is an advertisement, and I have already installed vscode, just skip it

Step 8: Cancel the option box, and then it is over

Create a virtual environment

Why create a virtual environment
Create a virtual environment, each project is separated, that is, it belongs to a different environment, and the packages installed by each project cannot be seen by other projects, as if each project is an independent individual, which is very important for the
project It may not be necessary to say less, but it is very necessary if there are more projects, and it is strongly recommended to develop a good habit. It’s okay to install a few more packages, the environment is polluted and it’s uncomfortable

Start
After the installation is complete, choose to use Pycharm to create a virtual environment
. The first step is to find the anaconda we installed and click "+" to find the anaconda you just installed, and select the python version you want to create.

Found it, click to create a virtual environment, and then wait

Created, this is it

Then just use it directly. You may need to activate it under linux. The package installed here is only suitable for this project, which is very convenient. In addition, it is strongly
recommended to use domestic sources for installation. You can search for details. Pip uses domestic sources for installation.

Digression

In this first year of fast-growing technology, programming is like a ticket to a world of infinite possibilities for many people. In the star lineup of programming languages, Python is like the leading superstar. With its concise and easy-to-understand syntax and powerful functions, it stands out and becomes one of the most popular programming languages ​​in the world.


The rapid rise of Python is extremely beneficial to the entire industry , but " 人红是非多" has caused it to add a lot of criticism, but it still cannot stop its hot development momentum.

Will Python remain relevant and intact for the rest of the next decade? Today, we're going to analyze the facts and dispel some misconceptions.

If you are interested in Python and want to get a higher salary by learning Python, then the following set of Python learning materials must be useful to you!

Materials include: Python installation package + activation code, Python web development, Python crawler, Python data analysis, artificial intelligence, machine learning and other learning tutorials. Even beginners with 0 basics can understand and understand. Follow the tutorial and take you to learn Python systematically from zero basics!

1. Learning routes in all directions of Python

The route of all directions in Python is to organize the commonly used technical points of Python to form a summary of knowledge points in various fields. Its usefulness lies in that you can find corresponding learning resources according to the above knowledge points to ensure that you learn more comprehensively.
insert image description here
2. Python learning software

If a worker wants to do a good job, he must first sharpen his tools. The commonly used development software for learning Python is here!
insert image description here
3. Python introductory learning video

There are also many learning videos suitable for getting started with 0 basics. With these videos, you can easily get started with Python~insert image description here

4. Python exercises

After each video lesson, there are corresponding practice questions, you can test the learning results haha!
insert image description here

Five, Python actual combat case

Optical theory is useless. You have to learn to type codes along with it, and then you can apply what you have learned in practice. At this time, you can learn from some practical cases. This information is also included~insert image description here

6. Python interview materials

After we have learned Python, we can go out and find a job with the skills! The following interview questions are all from first-line Internet companies such as Alibaba, Tencent, and Byte, and some Alibaba bosses have given authoritative answers. After reading this set of interview materials, I believe everyone can find a satisfactory job.
insert image description here
insert image description here
7. Information collection

The full set of learning materials for the above-mentioned full version of Python has been uploaded to the CSDN official website. Those who need it can scan the QR code of the CSDN official certification below on WeChat to receive it for free.

Guess you like

Origin blog.csdn.net/Python966/article/details/132298954