自学是门手艺

Github Address

One has no future if one couldn’t teach themself[1].

作者:李笑来

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

1
2
3
4
5
6
7
8
9
# pseudo-code of selfteaching in Python

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

teach_yourself(coding)

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

CC-BY-NC-ND


脚注

[1]‘Themselves’ or ‘themself’?– Oxford Dictionary

↑Back to Content↑