Book's scripts and data together with a random collection of notes and exercises from Programming Collective Intelligence by Toby Segaran.
Some of source code is partially or completely taken from the book examples and adapted or modernized according to my mood at that moment :-).
ch* - */
a folder per chapterdata/
folders include data files managed under dvcrequirements.txt
: python dependenciespip install -r requirements.txt
- git and dvc for version control of code and data (latter already included in
requirements-dev.txt
) - GNU make
- python (see .python-version)
pip install -r requirements.txt
every chapter