Anaconda——Python包管理工具

 

Anaconda是一个用于科学计算的Python发行版,支持 Linux, Mac, Windows系统,提供了包管理与环境管理的功能

主要用于Python包管理和版本管理。

下载地址:https://www.anaconda.com/download/

使用入门:http://blog.csdn.net/dq_dm/article/details/47065323

命令简介:http://blog.csdn.net/fyuanfena/article/details/52080270

官网文档:https://conda.io/docs/user-guide/getting-started.html

安装后的相关工具:

 

Anaconda cloud 

一个分享包的云平台   

官网文档:https://docs.anaconda.com/anaconda-cloud/

Anaconda Cloud is a package management service by Anaconda. Cloud makes it easy to find, access, store and share public and private notebooks, environments, and conda and PyPI packages. Cloud also makes it easy to stay current with updates made to the packages and environments you are using. Cloud hosts hundreds of useful Python packages, notebooks and environments for a wide variety of applications. You do not need to log in, or even to have a Cloud account, to search for public packages, download and install them.

 

 

 Anaconda Navigator

是ANACONDA PROMPT的图形界面,提供图形化显示和鼠标操作

官网文档:https://docs.anaconda.com/anaconda/navigator

 

Ipython 

python的交互式网页编辑器

Jupyter Notebook 

Ipython的升级,不仅支持python,同时支持更多种语言

 

Jupyter QTConsole

Jupyter 的窗口界面

 Anaconda Prompt

Anaconda的命令行控制窗口

spyder

Spyder (前身是 Pydee) 是一个强大的交互式 Python 语言开发环境,提供高级的代码编辑、交互测试、调试等特性,支持包括 Windows、Linux 和 OS X 系统。

 

 

 

spyder

ipython

 

参考资料:

http://www.jianshu.com/p/169403f7e40c

http://python.jobbole.com/86236/

http://www.jianshu.com/p/86117613b7a6

http://www.jianshu.com/p/39eb230e6f15

 

posted on 2017-11-14 23:03  沧海技术之家  阅读(2277)  评论(0编辑  收藏  举报