Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bslatkin/effectivepython
Effective Python: Second Edition — Source Code and Errata for the Book
https://github.com/bslatkin/effectivepython
Last synced: 6 days ago
JSON representation
Effective Python: Second Edition — Source Code and Errata for the Book
- Host: GitHub
- URL: https://github.com/bslatkin/effectivepython
- Owner: bslatkin
- Created: 2014-08-16T22:25:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T00:17:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:41:17.267Z (3 months ago)
- Language: Python
- Homepage: https://effectivepython.com
- Size: 267 KB
- Stars: 2,214
- Watchers: 95
- Forks: 711
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://effectivepython.com).
[![Cover](./cover.jpg)](https://effectivepython.com)
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](./Errata.md).