- Hands-On Data Science with Anaconda
- Dr. Yuxing Yan James Yan
- 159字
- 2021-06-25 21:08:44
Miniconda
Anaconda is a full distribution of Python and comes with over 1,000 open source packages after installation. Because of this, the total size is over 3 GB. Anaconda is good if we intend to have many packages downloaded and pre-installed. On the other hand, Miniconda contains only Python and other necessary libraries needed to run conda itself. The size for the Miniconda is about 400 MB, much smaller than the full version of Anaconda, so extra packages have to be downloaded and installed as requested.
There are many reasons why a new user might prefer a watered-down version of Anaconda. For example, they might not need so many packages. Another reason is that users might not have enough space. Those users could download Miniconda at https://conda.io/miniconda.html. Again, in Chapter 2, Anaconda Installation, we will discuss in detail how to install Anaconda and run programs written in different languages, such as Python, R, Julia, and Octave.
- 嵌入式系統及其開發應用
- 大數據專業英語
- R Machine Learning By Example
- Getting Started with MariaDB
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- 高維聚類知識發現關鍵技術研究及應用
- 網絡化分布式系統預測控制
- TensorFlow Reinforcement Learning Quick Start Guide
- 自動化生產線安裝與調試(三菱FX系列)(第二版)
- Hands-On Data Warehousing with Azure Data Factory
- Oracle 11g Anti-hacker's Cookbook
- 軟測之魂
- Cisco UCS Cookbook
- 工業機器人編程指令詳解
- Python Data Mining Quick Start Guide