Test Driven Development with Python ( http://www.obeythetestinggoat.com/ ) teaches you to use Django and TDD practices to create a basic list web app.
Ask HN: What are some books where the reader learns by building one project?
81–90 of 232 posts
Re: Ask HN: What are some books where the reader learns by building one project?
#82Two decent ones for game development: https://howtomakeanrpg.com/ Walks through building a JRPG-style game with Lua. Pretty impressive for the price, especially with all the royalty-free assets that are included. https://books.google.com/books/about/Programming_an_RTS_Game... A little dated now, (although DirectX 9 isn't quite dead yet), but this one has some pretty interesting topics. Good chapter on procedural terr…
Re: Ask HN: What are some books where the reader learns by building one project?
#83An extremely thorough guide to ray tracing.
https://www.amazon.com/Physically-Based-Rendering-Third-Impl...
Re: Ask HN: What are some books where the reader learns by building one project?
#84It goes over building a link aggregating service using Django.
However, I also remember it being free. Doesn't seem to be an option with the most recent release.
Re: Ask HN: What are some books where the reader learns by building one project?
#85I dunno why, but I was kind of hoping there would be non-CS answers for this too, like how to woodwork, or like tying flies.
Re: Ask HN: What are some books where the reader learns by building one project?
#86In this book you build a (virtualized) computer. It is one of the best books I ever read.
Re: Ask HN: What are some books where the reader learns by building one project?
#87Eloquent Javascript - http://eloquentjavascript.net/ You build 5 projects through the book - a programming language, paint program, a dom game and a skill sharing website using node js.
Re: Ask HN: What are some books where the reader learns by building one project?
#88One of my favourites: https://mitpress.mit.edu/books/little-schemer
[0] https://mitpress.mit.edu/books/reasoned-schemer [1] http://minikanren.org/
Re: Ask HN: What are some books where the reader learns by building one project?
#89Any such book for distributed systems?
To this day it's probably the best CS book I have ever read.