sicp-py-zh icon indicating copy to clipboard operation
sicp-py-zh copied to clipboard

:book:【译】UCB CS61a SICP Python

Results 12 sicp-py-zh issues
Sort by recently updated
recently updated
newest added

十分感谢飞龙大佬对于这些书籍文档的翻译,由于GitBook不再支持本地模式,全部的链接都只能跳转到GitBook的首页,希望大佬能够进行调整。

萌新用CS61A入门,然后传播约束真的看不明白...上网查过之后似乎是一种编程范式,但找不到科普,有没有大佬解答

如题,只能跳转到gitbook首页

`handling a ` should below ` >>>x` ``` >>> try: x = 1/0 except ZeroDivisionError as e: print('handling a', type(e)) x = 0 handling a >>> x 0 ```

https://www.gitbook.com/book/wizardforcel/sicp-py/details

1. fix #11 1. 修正了一些翻译 1. 补充了漏翻的部分 1. 修复了失效的链接(Dive Into Python 3 的地址现在变成 https://diveintopython3.problemsolving.io/ 了)

![image](https://user-images.githubusercontent.com/30024051/89318614-9b394a80-d6b1-11ea-8cfd-ca049a2f6449.png)

地址:http://composingprograms.com/pages/17-recursive-functions.html 目前这篇文章还没有翻译