@@ -114,7 +114,7 @@ conda update anaconda
114
114
- [03.20 结构化数组](03.\ numpy/03.20\ structured\ arrays.ipynb)
115
115
- [03.21 记录数组](03.\ numpy/03.21\ record\ arrays.ipynb)
116
116
- [03.22 内存映射](03.\ numpy/03.22\ memory\ maps.ipynb)
117
- - [03.23 从\ Matlab\ 到\ Numpy](03.\ numpy/03.23\ from\ matlab\ to\ numpy.ipynb)
117
+ - [03.23 从 Matlab 到\ Numpy](03.\ numpy/03.23\ from\ matlab\ to\ numpy.ipynb)
118
118
- [ 04. ** Scipy** ] (04.\ scipy)
119
119
- [04.01 SCIentific PYthon 简介](04.\ scipy/04.01\ scienticfic\ python\ overview.ipynb)
120
120
- [04.02 插值](04.\ scipy/04.02\ interpolation\ with\ scipy.ipynb)
@@ -140,12 +140,12 @@ conda update anaconda
140
140
- [05.11 with 语句和上下文管理器](05.\ advanced\ python/05.11\ context\ managers\ and\ the\ with\ statement.ipynb)
141
141
- [05.12 修饰符](05.\ advanced\ python/05.12\ decorators.ipynb)
142
142
- [05.13 修饰符的使用](05.\ advanced\ python/05.13\ decorator\ usage.ipynb)
143
- - [05.14 operator,\ functools,\ itertools,\ toolz,\ fn,\ funcy\ 模块](05.\ advanced\ python/05.14\ the\ operator\ functools\ itertools\ toolz\ fn\ funcy\ module.ipynb)
143
+ - [05.14 operator, functools, itertools, toolz, fn, funcy 模块](05.\ advanced\ python/05.14\ the\ operator\ functools\ itertools\ toolz\ fn\ funcy\ module.ipynb)
144
144
- [05.15 作用域](05.\ advanced\ python/05.15\ scope.ipynb)
145
145
- [05.16 动态编译](05.\ advanced\ python/05.16\ dynamic\ code\ execution.ipynb)
146
146
- [ 06. ** Matplotlib** ] (06.\ matplotlib)
147
147
- [06.01 Pyplot 教程](06.\ matplotlib/06.01\ pyplot\ tutorial.ipynb)
148
- - [06.02 使用 style 来配置\ pyplot\ 风格](06.\ matplotlib/06.02\ customizing\ plots\ with\ style\ sheets.ipynb)
148
+ - [06.02 使用 style 来配置 pyplot 风格](06.\ matplotlib/06.02\ customizing\ plots\ with\ style\ sheets.ipynb)
149
149
- [06.03 处理文本(基础)](06.\ matplotlib/06.03\ \ working\ with\ text\ -\ basic.ipynb)
150
150
- [06.04 处理文本(数学表达式)](06.\ matplotlib/06.04\ working\ with\ text\ -\ math\ expression.ipynb)
151
151
- [06.05 图像基础](06.\ matplotlib/06.05\ image\ tutorial.ipynb)
@@ -203,9 +203,9 @@ conda update anaconda
203
203
- [10.03 探索 NBA 数据](10.\ something\ interesting/10.03\ nba\ data.ipynb)
204
204
- [10.04 金庸的武侠世界](10.\ something\ interesting/10.04\ louis\ cha's\ kungfu\ world.ipynb)
205
205
- [ 11. ** 有用的工具** ] (11.\ useful\ tools)
206
- - [11.01 pprint 模块:打印\ Python\ 对象](11.\ useful\ tools/11.01\ pprint.ipynb)
207
- - [11.02 pickle, cPickle\ 模块:序列化\ Python\ 对象](11.\ useful\ tools/11.02\ pickle\ and\ cPickle.ipynb)
208
- - [11.03 json 模块:处理\ JSON\ 数据](11.\ useful\ tools/11.03\ json.ipynb)
206
+ - [11.01 pprint 模块:打印 Python 对象](11.\ useful\ tools/11.01\ pprint.ipynb)
207
+ - [11.02 pickle, cPickle 模块:序列化 Python 对象](11.\ useful\ tools/11.02\ pickle\ and\ cPickle.ipynb)
208
+ - [11.03 json 模块:处理 JSON 数据](11.\ useful\ tools/11.03\ json.ipynb)
209
209
- [11.04 glob 模块:文件模式匹配](11.\ useful\ tools/11.04\ glob.ipynb)
210
210
- [11.05 shutil 模块:高级文件操作](11.\ useful\ tools/11.05\ shutil.ipynb)
211
211
- [11.06 gzip, zipfile, tarfile 模块:处理压缩文件](11.\ useful\ tools/11.06\ gzip,\ zipfile,\ tarfile.ipynb)
0 commit comments