美文网首页
【Python | Anaconda】Anaconda

【Python | Anaconda】Anaconda

作者: 盐果儿 | 来源:发表于2022-08-27 05:30 被阅读0次

Anaconda(大蟒蛇): Anaconda is a distribution of the Python and R programming languages for scientific computing (data science, machine learning applications, large-scale data processing, predictive analytics, etc.), that aims to simplify package management and deployment. The distribution includes data-science packages suitable for Windows, Linux, and macOS. Including Conda, Python, numpy, pandas, etc.

Miniconda: Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others.

IDE(集成开发环境,Integrated Development Environment): An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger. Some IDEs, such as NetBeans and Eclipse, contain the necessary compiler, interpreter, or both; others, such as SharpDevelop and Lazarus, do not.

相关文章

网友评论

      本文标题:【Python | Anaconda】Anaconda

      本文链接:https://www.haomeiwen.com/subject/knoxnrtx.html