Skip to content

Commit a80f463

Browse files
author
echo.lj
committed
修改 read me
1 parent e14a653 commit a80f463

File tree

4 files changed

+27
-95
lines changed

4 files changed

+27
-95
lines changed

README.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[![Analytics](https://ga-beacon.appspot.com/UA-80121379-2/notes-python)](https://github.com/lijin-thu/notes-python)
32

43
# 中文 Python 笔记
@@ -13,15 +12,12 @@
1312

1413
`Github` 加载 `.ipynb` 的速度较慢,建议在 [Nbviewer](http://nbviewer.ipython.org/github/lijin-THU/notes-python/blob/master/index.ipynb) 中查看该项目。
1514

16-
基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版,京东自营链接:
15+
基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版
1716

17+
京东自营链接:
1818
https://item.jd.com/12328920.html
1919

20-
天猫:
21-
22-
https://detail.tmall.com/item.htm?id=566648749647
23-
24-
![](book.jpg)
20+
天猫、亚马逊、当当均有销售。
2521

2622
---
2723

@@ -35,14 +31,14 @@ https://detail.tmall.com/item.htm?id=566648749647
3531
3632
推荐使用 [Anaconda](http://www.continuum.io/downloads),这个IDE集成了大部分常用的包。
3733

38-
笔记内容使用 `ipython notebook` 来展示。
34+
笔记内容使用 `jupyter notebook` 来展示。
3935

4036
安装好 `Python` 和相应的包之后,可以在命令行下输入:
4137

4238
```
43-
$ ipython notebook
39+
$ jupyter notebook
4440
```
45-
来进入 `ipython notebook`
41+
来进入 `jupyter notebook`
4642

4743
----
4844

@@ -228,13 +224,4 @@ conda update anaconda
228224
- [12. **Pandas**](12-pandas)
229225
- [12.01 十分钟上手 Pandas](12-pandas/12.01-ten-minutes-to-pandas.ipynb)
230226
- [12.02 一维数据结构:Series](12-pandas/12.02-series-in-pandas.ipynb)
231-
- [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb)
232-
233-
觉得有用打赏一下?
234-
235-
![](payment.jpeg)
236-
237-
238-
打个广告:
239-
240-
- 基于本笔记第一二节录制的视频:[Python小白入门课视频教学](http://www.softlinkonline.cn/zhibo.html?id=43)
227+
- [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb)

book.jpg

-7.38 KB
Binary file not shown.

index.ipynb

Lines changed: 20 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,10 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"[![Analytics](https://ga-beacon.appspot.com/UA-80121379-2/notes-python)](https://github.com/lijin-thu/notes-python)"
8-
]
9-
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
14-
"# 中文 Python 笔记"
15-
]
16-
},
17-
{
18-
"cell_type": "markdown",
19-
"metadata": {},
20-
"source": [
7+
"[![Analytics](https://ga-beacon.appspot.com/UA-80121379-2/notes-python)](https://github.com/lijin-thu/notes-python)\n",
8+
"\n",
9+
"# 中文 Python 笔记\n",
10+
"\n",
2111
"> 版本:0.0.1<br>\n",
2212
"> 作者:李金<br>\n",
2313
"> 邮件:lijinwithyou@gmail.com<br>\n",
@@ -28,20 +18,13 @@
2818
"\n",
2919
"`Github` 加载 `.ipynb` 的速度较慢,建议在 [Nbviewer](http://nbviewer.ipython.org/github/lijin-THU/notes-python/blob/master/index.ipynb) 中查看该项目。\n",
3020
"\n",
31-
"基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版,京东自营链接:\n",
21+
"基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版\n",
3222
"\n",
23+
"京东自营链接:\n",
3324
"https://item.jd.com/12328920.html\n",
34-
"天猫:\n",
3525
"\n",
36-
"https://detail.tmall.com/item.htm?id=566648749647\n",
26+
"天猫、亚马逊、当当均有销售。\n",
3727
"\n",
38-
"![](book.jpg)"
39-
]
40-
},
41-
{
42-
"cell_type": "markdown",
43-
"metadata": {},
44-
"source": [
4528
"---\n",
4629
"\n",
4730
"## 简介\n",
@@ -54,20 +37,15 @@
5437
"\n",
5538
"推荐使用 [Anaconda](http://www.continuum.io/downloads),这个IDE集成了大部分常用的包。\n",
5639
"\n",
57-
"笔记内容使用 `ipython notebook` 来展示。\n",
40+
"笔记内容使用 `jupyter notebook` 来展示。\n",
5841
"\n",
5942
"安装好 `Python` 和相应的包之后,可以在命令行下输入:\n",
6043
"\n",
6144
"```\n",
62-
"$ ipython notebook\n",
45+
"$ jupyter notebook\n",
6346
"```\n",
64-
"来进入 `ipython notebook`。"
65-
]
66-
},
67-
{
68-
"cell_type": "markdown",
69-
"metadata": {},
70-
"source": [
47+
"来进入 `jupyter notebook`。\n",
48+
"\n",
7149
"----\n",
7250
"\n",
7351
"## 基本环境配置\n",
@@ -78,13 +56,8 @@
7856
"``` \n",
7957
"conda update conda\n",
8058
"conda update anaconda\n",
81-
"```"
82-
]
83-
},
84-
{
85-
"cell_type": "markdown",
86-
"metadata": {},
87-
"source": [
59+
"```\n",
60+
"\n",
8861
"---\n",
8962
"\n",
9063
"## 参考\n",
@@ -95,31 +68,16 @@
9568
"- [Deep Learning Tutorials](http://deeplearning.net/tutorial/)\n",
9669
"- [High Performance Scientific Computing](http://faculty.washington.edu/rjl/uwhpsc-coursera/index.html)\n",
9770
"- [Scipy Lectures](http://www.scipy-lectures.org/)\n",
98-
"- [Pandas.org](http://pandas.pydata.org/pandas-docs/stable/index.html)"
99-
]
100-
},
101-
{
102-
"cell_type": "markdown",
103-
"metadata": {},
104-
"source": [
71+
"- [Pandas.org](http://pandas.pydata.org/pandas-docs/stable/index.html)\n",
72+
"\n",
10573
"----\n",
10674
"\n",
107-
"## 目录"
108-
]
109-
},
110-
{
111-
"cell_type": "markdown",
112-
"metadata": {},
113-
"source": [
75+
"## 目录\n",
76+
"\n",
11477
"可以在 Notebook 中打开 `generate static files.ipynb`,或者命令行中运行代码 `generate_static_files.py` 来生成静态的 HTML 文件。\n",
11578
"\n",
116-
"---"
117-
]
118-
},
119-
{
120-
"cell_type": "markdown",
121-
"metadata": {},
122-
"source": [
79+
"---\n",
80+
"\n",
12381
"- [01. **Python 工具**](01-python-tools)\n",
12482
"\t - [01.01 Python 简介](01-python-tools/01.01-python-overview.ipynb)\n",
12583
"\t - [01.02 Ipython 解释器](01-python-tools/01.02-ipython-interpreter.ipynb)\n",
@@ -274,19 +232,6 @@
274232
"\t - [12.02 一维数据结构:Series](12-pandas/12.02-series-in-pandas.ipynb)\n",
275233
"\t - [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb)"
276234
]
277-
},
278-
{
279-
"cell_type": "markdown",
280-
"metadata": {},
281-
"source": [
282-
"觉得有用打赏一下?\n",
283-
"\n",
284-
"![](payment.jpeg)\n",
285-
"\n",
286-
"打个广告:\n",
287-
"\n",
288-
"- 基于本笔记第一二节录制的视频:[Python小白入门课视频教学](http://www.softlinkonline.cn/zhibo.html?id=43)"
289-
]
290235
}
291236
],
292237
"metadata": {
@@ -305,7 +250,7 @@
305250
"name": "python",
306251
"nbconvert_exporter": "python",
307252
"pygments_lexer": "ipython2",
308-
"version": "2.7.14"
253+
"version": "2.7.15"
309254
}
310255
},
311256
"nbformat": 4,

payment.jpeg

-10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)