Ask HN: What are some books where the reader learns by building one project?

5 points by __e__ ↗ HN

6 comments

[ 1.6 ms ] story [ 212 ms ] thread
To clarify your ask, are you looking specifically for books that focus around a single project or just books that use reader projects as the primary learning tool?
around python, django, and web dev
I've got a book called Building Django 2.0 We Applications published by Packt. It consists of several different complete solutions, the first and main one being a simple IMDB type site.
How's the experience? Is the steps are clear? Did you understand what you doing?

In fact, I am trying to create a bootstrap program using Python (and Django).

Looked at your repo. Good work mate. Curious, what you working on these days?