June 21, 2020

151 words 1 min read

bslatkin/effectivepython

bslatkin/effectivepython

Effective Python: Second Edition Source Code and Errata for the Book

repo name bslatkin/effectivepython
repo link https://github.com/bslatkin/effectivepython
homepage https://effectivepython.com
language Python
size (curr.) 287 kB
stars (curr.) 1331
created 2014-08-16
license

Effective Python

Hello! You’ve reached the official source code repository for Effective Python: Second Edition. To learn more about the book or contact the author, please visit the official website.

Cover

In this repository you can browse all of the source code included in the book. Each item has its own file or directory containing the example code. Each file is annotated with which example snippet it came from within each chapter.

To run all the code for an item, just type ./item_01.py into your shell and see what it prints out. Alternatively you can type python3 item_01.py to run a specific version of Python.

To report a problem with the book or view known issues, please visit the Errata page.

comments powered by Disqus