English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Anaconda is a free and open-source distribution of Python and R programming languages, used for large-scale data processing, predictive analysis, and scientific computing. This distribution makes package management and deployment simple and easy. Matplotlib and many other useful (data) science tools are part of the distribution. Package versions are managed by the Conda package management system. The advantage of Anaconda lies in its ability to access over720 packages, you can easily install packages, dependencies, and environments using Anaconda's Conda package manager.
Anaconda distributions can be found https://www.anaconda.com/download/ Find and install the download. For installation on Windows, you can use32Bit and64binary files -
https://repo.continuum.io/archive/Anaconda3-5.1.0-Windows-x86.exe https://repo.continuum.io/archive/Anaconda3-5.1.0-Windows-x86_64.exe
Installation is a relatively simple wizard-based process. You can choose to add Anaconda to the PATH variable and register Anaconda as the default Python. To install on Linux, please download from the download page.32Bit and64Installer for the installer -
https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86.sh https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh
After the download is complete, run the following command from the Linux terminal -
# Filename : example.py # Copyright : 2020 By w3codebox # Author by : www.oldtoolbag.com # Date : 2020-08-08 $ bash Anaconda3-5.0.1-Linux-x86_64.sh
Canopy and ActiveState are the most sought-after choices on Windows, macOS, and common Linux platforms. Windows users can find an option in WinPython.