Check out a specific commit to see the complete working code at any chapter of the Flask Web Development book.
Compare Git commits to understand exactly what code changes the book introduces between sections.
Use the completed app as a reference for a Flask project with authentication, forms, and database models.
Requires the O'Reilly Flask Web Development book to understand the commit structure, setup instructions are in the book's preface rather than the README.
Flasky is the companion code repository for the O'Reilly book "Flask Web Development", second edition, written by Miguel Grinberg. If you are reading that book, this repository contains all the Python source code examples that the book walks you through. The repository is structured to follow the book closely. Each commit and each Git tag corresponds to a specific point in the book, so you can check out a particular commit to see the state of the project as it exists at any given chapter or section. The book's preface contains a dedicated section explaining how to work through the example code alongside the reading, and the README directs readers there for instructions. Because the commits map to the book's progression, looking at the raw code without the book as context may be confusing. The repository is not designed as a standalone project to download and run, it is a reference for people following along with the text. The first edition of the book had its own code repository, which has since been moved to a separate location. This repository contains only the second edition examples. The README is intentionally brief, with no setup instructions or feature descriptions, since those details live in the book itself. The repository is tagged with Python and Flask as its topics, matching the subject of the book. The README is intentionally minimal: two short paragraphs with no setup instructions, no feature list, and no screenshots. All of that detail is in the book. If you come across this repository without having the book, there is very little here to work from independently.
← miguelgrinberg on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.