Python installation and environment configuration (anaconda\win version)

​Introduction to Anaconda

​Anaconda, the Chinese python, is an open source Python distribution that includes more than 180 scientific packages such as conda and Python and their dependencies. Among them, Anaconda includes Conda, Python and a lot of installed toolkits, such as: numpy, pandas, etc. Conda is an open source package and environment manager, which can be used to install different versions of software packages and their dependencies on the same machine, and can switch between different environments.

​Anaconda download and installation

anaconda official website address

Installation Tutorial

 Click to see this page directly to the end

choose the version you want 

 win 选win 

 mac choose mac

Linux

 Then click step by step, just next, the installation of Anaconda is still extremely friendly. Basically, the whole process of brainless operation is fine.

After the installation is complete, open this interface

Both of the red boxes can be installed

One installed is Pycharm and the other is jupyternotebook

Install according to requirements

Pycharm is more suitable for writing an overall program, and usually generates files in py format, which is more suitable for grasping the process.

The usage of jupyternotebook is friendlier but more fragmented, more suitable for data processing, and experiments with some trivial codes.

Data analysts are more suitable for jupyternotebook

And data engineers or beginners who write process code are more suitable for Pycharm

Guess you like

Origin blog.csdn.net/weixin_48572116/article/details/126776914