MCPcopy Index your code
hub / github.com/bslatkin/effectivepython

github.com/bslatkin/effectivepython @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
1,272 symbols 3,699 edges 202 files 14 documented · 1% updated 19mo agov2 · 2024-10-14★ 2,4518 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Effective Python

Hello! You've reached the official source code repository for Effective Python: Third 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.

Core symbols most depended-on inside this repo

Shape

Method 482
Function 475
Class 310
Route 5

Languages

Python99%
C1%

Modules by API surface

example_code/item_076.py47 symbols
example_code/item_062.py42 symbols
example_code/item_065.py39 symbols
example_code/item_050.py38 symbols
example_code/item_049.py34 symbols
example_code/item_063.py31 symbols
example_code/item_053.py31 symbols
example_code/item_051.py28 symbols
example_code/item_029.py28 symbols
example_code/item_052.py27 symbols
example_code/item_073.py25 symbols
example_code/item_109.py24 symbols

For agents

$ claude mcp add effectivepython \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page