Python scientific computing Swiss Army Knife-Anaconda installation and configuration, pythonanaconda
Introduce
Python is a powerful programming language that provides many scientific computing modules, including numpy, scipy, and matplotlib. To use Python for scientific computing, you need to install the required modules one by one. These modules may depend on other software packages or libraries, so installation and use are relatively troublesome. Fortunately, someone is doing this kind of thing, compiling all the modules required by scientific computing, and then packaging them for users to use in the form of release. Anaconda is one of the commonly used scientific computing releases.
The built-in package manager conda is also very powerful.
Home: https://store.continuum.io/cshop/anaconda/
Getting Start
After simple configuration, the integrated development environment becomes very Cool
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.