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
bdf2bd55
Unverified
Commit
bdf2bd55
authored
May 08, 2019
by
骆昊
Committed by
GitHub
May 08, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #58 from LingrenKong/patch-1
Update 初识Python.md
parents
bef6a30a
659f2cc1
Changes
1
Show 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 @
bdf2bd55
...
@@ -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