Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python-100-Days
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huangkq
Python-100-Days
Commits
659f2cc1
Unverified
Commit
659f2cc1
authored
May 07, 2019
by
LingrenKong
Committed by
GitHub
May 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 初识Python.md
parent
bef6a30a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
初识Python.md
Day01-15/Day01/初识Python.md
+7
-0
No files found.
Day01-15/Day01/初识Python.md
View file @
659f2cc1
...
@@ -180,6 +180,13 @@ jupyter notebook
...
@@ -180,6 +180,13 @@ jupyter notebook
![](
./res/python-jupyter-2.png
)
![](
./res/python-jupyter-2.png
)
#### anaconda - 一站式的数据科学神器
Anaconda指的是一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项。
因为包含了大量的科学包,Anaconda 的下载文件比较大(约 531 MB),如果只需要某些包,或者需要节省带宽或存储空间,也可以使用Miniconda这个较小的发行版(仅包含conda和 Python)。
对于学习数据科学的人来说,anaconda是绝对的神器,安装简便,而且anaconda支持安装相关软件【例如前文提到的ipython,jupyter notebook,甚至有R等其他数据科学软件 】
[
一个相当有价值的介绍
](
https://www.jianshu.com/p/169403f7e40c
)
现在唯一的问题在于清华镜像服务已经关闭,跨国下载会比较慢
#### Sublime - 文本编辑神器
#### Sublime - 文本编辑神器
![](
./res/python-sublime.png
)
![](
./res/python-sublime.png
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment