├── book.json ├── styles └── pdf.css ├── effective-python.pdf ├── effective-python (1).pdf ├── mmqrcode1543634304925.png ├── 57e4806d0173ae100064d6ae.tgz └── README.md /book.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /styles/pdf.css: -------------------------------------------------------------------------------- 1 | /* CSS for pdf */ 2 | -------------------------------------------------------------------------------- /effective-python.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoruibiao/Effective-Python/HEAD/effective-python.pdf -------------------------------------------------------------------------------- /effective-python (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoruibiao/Effective-Python/HEAD/effective-python (1).pdf -------------------------------------------------------------------------------- /mmqrcode1543634304925.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoruibiao/Effective-Python/HEAD/mmqrcode1543634304925.png -------------------------------------------------------------------------------- /57e4806d0173ae100064d6ae.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoruibiao/Effective-Python/HEAD/57e4806d0173ae100064d6ae.tgz -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Effective-Python 2 | 59个编写高质量Python代码的中文翻译版。 3 | 4 | 5 | 6 | 7 | https://guoruibiao.gitbooks.io/effective-python/content/ 8 | 9 | 10 | --- 11 | 真实戏剧性啊,一不小心写了这么久的书就这么没了 剩下的这些就当是给自已一些记忆吧 。 12 | 13 | ![与我联系~](https://raw.githubusercontent.com/guoruibiao/Effective-Python/master/mmqrcode1543634304925.png) 14 | --------------------------------------------------------------------------------