├── 57e4806d0173ae100064d6ae.tgz ├── README.md ├── book.json ├── effective-python (1).pdf ├── effective-python.pdf ├── mmqrcode1543634304925.png └── styles └── pdf.css /57e4806d0173ae100064d6ae.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoruibiao/Effective-Python/HEAD/57e4806d0173ae100064d6ae.tgz -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoruibiao/Effective-Python/HEAD/README.md -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /effective-python (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoruibiao/Effective-Python/HEAD/effective-python (1).pdf -------------------------------------------------------------------------------- /effective-python.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoruibiao/Effective-Python/HEAD/effective-python.pdf -------------------------------------------------------------------------------- /mmqrcode1543634304925.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoruibiao/Effective-Python/HEAD/mmqrcode1543634304925.png -------------------------------------------------------------------------------- /styles/pdf.css: -------------------------------------------------------------------------------- 1 | /* CSS for pdf */ 2 | --------------------------------------------------------------------------------