jacksoncode / selfteaching-book-_python

基于李笑来的那本自学是一门手艺的书,然后里面有自己修改的痕迹,以及更多的资料。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the-craft-of-selfteaching

One has no future if one couldn't teach themself.

我看到有人start了我这个仓库,不要误会了。这个仓库里面大部分内容都是李笑来老师的。我自己
创建一个仓库,主要是为了自己瞎改。如果真的需要李笑来老师仓库,也很容易找到。 同时感谢李笑来老师。the man who maybe a great teacher

自学是门手艺

没有自学能力的人没有未来

作者:李笑来

特别感谢霍炬@virushuo)、洪强宁@hongqn) 两位良师诤友在此书写作过程中给予我的巨大帮助!

# psudo-code of selfteaching in Python

def teach_yourself(anything):
    while not create(something):
        learn()
        practice()
    return teach_yourself(another)

teach_yourself(coding)

请先行阅读 T-appendix.jupyter-installation-and-setup 以便在本地安装 Jupyterlab 而后用更好的体验阅读本书。

有兴趣帮忙的朋友,请先行阅读 如何使用 Pull Request 为这本书校对

目录

本书的版权协议为 CC-BY-NC-ND license

CC-BY-NC-ND

About

基于李笑来的那本自学是一门手艺的书,然后里面有自己修改的痕迹,以及更多的资料。


Languages

Language:Jupyter Notebook 93.6%Language:Python 6.4%