Skip to content

Commit fa10a99

Browse files
committed
黄哥所写文章
1 parent 1e6bd14 commit fa10a99

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# 黄哥Python: 在本地看数据结构和算法书
2+
3+
按照下面这样做,可以像我一样,在本地看
4+
5+
《Problem Solving with Algorithms and Data Structures using Python》这本电子书
6+
7+
![](datastructures.jpg)
8+
9+
10+
11+
第一步:git clone 到本地
12+
13+
git clone [https://github.com/RunestoneInteractive/pythonds](https://link.zhihu.com/?target=https%3A//github.com/RunestoneInteractive/pythonds)
14+
15+
第二步:安装库
16+
17+
pip install -r requirements.txt
18+
19+
第三步: 生成html 文件
20+
21+
```
22+
runestone build
23+
```
24+
25+
will build the html and put it in `./build/pythonds`
26+
27+
第四步:runestone serve
28+
29+
will start a webserver and serve the pages locally from `./build/pythonds`
30+
31+
第五步: 在浏览器输入127.0.0.1:8000, 就可以浏览该书的内容。
32+
33+
[黄哥Python:提醒要转行当程序员的朋友,学习要分先后主次](https://github.com/pythonpeixun/article/blob/master/2019/learninghaspriority.md)

2019/datastructures.jpg

25.2 KB
Loading

0 commit comments

Comments
 (0)