Skip to content

Commit 401b147

Browse files
authored
Update README.md
1 parent af61bba commit 401b147

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ conda update anaconda
114114
- [03.20 结构化数组](03.\ numpy/03.20\ structured\ arrays.ipynb)
115115
- [03.21 记录数组](03.\ numpy/03.21\ record\ arrays.ipynb)
116116
- [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)
118118
- [04. **Scipy**](04.\ scipy)
119119
- [04.01 SCIentific PYthon 简介](04.\ scipy/04.01\ scienticfic\ python\ overview.ipynb)
120120
- [04.02 插值](04.\ scipy/04.02\ interpolation\ with\ scipy.ipynb)
@@ -140,12 +140,12 @@ conda update anaconda
140140
- [05.11 with 语句和上下文管理器](05.\ advanced\ python/05.11\ context\ managers\ and\ the\ with\ statement.ipynb)
141141
- [05.12 修饰符](05.\ advanced\ python/05.12\ decorators.ipynb)
142142
- [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)
144144
- [05.15 作用域](05.\ advanced\ python/05.15\ scope.ipynb)
145145
- [05.16 动态编译](05.\ advanced\ python/05.16\ dynamic\ code\ execution.ipynb)
146146
- [06. **Matplotlib**](06.\ matplotlib)
147147
- [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)
149149
- [06.03 处理文本(基础)](06.\ matplotlib/06.03\ \ working\ with\ text\ -\ basic.ipynb)
150150
- [06.04 处理文本(数学表达式)](06.\ matplotlib/06.04\ working\ with\ text\ -\ math\ expression.ipynb)
151151
- [06.05 图像基础](06.\ matplotlib/06.05\ image\ tutorial.ipynb)
@@ -203,9 +203,9 @@ conda update anaconda
203203
- [10.03 探索 NBA 数据](10.\ something\ interesting/10.03\ nba\ data.ipynb)
204204
- [10.04 金庸的武侠世界](10.\ something\ interesting/10.04\ louis\ cha's\ kungfu\ world.ipynb)
205205
- [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)
209209
- [11.04 glob 模块:文件模式匹配](11.\ useful\ tools/11.04\ glob.ipynb)
210210
- [11.05 shutil 模块:高级文件操作](11.\ useful\ tools/11.05\ shutil.ipynb)
211211
- [11.06 gzip, zipfile, tarfile 模块:处理压缩文件](11.\ useful\ tools/11.06\ gzip,\ zipfile,\ tarfile.ipynb)

0 commit comments

Comments
 (0)