Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelgrinberg/flasky
Companion code to my O'Reilly book "Flask Web Development", second edition.
https://github.com/miguelgrinberg/flasky
flask python
Last synced: 2 days ago
JSON representation
Companion code to my O'Reilly book "Flask Web Development", second edition.
- Host: GitHub
- URL: https://github.com/miguelgrinberg/flasky
- Owner: miguelgrinberg
- License: mit
- Created: 2013-12-24T05:38:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T10:53:23.000Z (5 months ago)
- Last Synced: 2024-10-29T15:26:46.940Z (about 1 month ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 243 KB
- Stars: 8,533
- Watchers: 403
- Forks: 4,210
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - flasky - Companion code to my O'Reilly book "Flask Web Development". (Python)
- awesome - flasky - Companion code to my O'Reilly book "Flask Web Development", second edition. (Python)
- awesome-starred - flasky - Companion code to my O'Reilly book "Flask Web Development", second edition. (Python)
- StarryDivineSky - miguelgrinberg/flasky
- jimsghstars - miguelgrinberg/flasky - Companion code to my O'Reilly book "Flask Web Development", second edition. (Python)
README
Flasky
======This repository contains the source code examples for the second edition of my O'Reilly book [Flask Web Development](http://www.flaskbook.com).
The commits and tags in this repository were carefully created to match the sequence in which concepts are presented in the book. Please read the section titled "How to Work with the Example Code" in the book's preface for instructions.
For Readers of the First Edition of the Book
--------------------------------------------The code examples for the first edition of the book were moved to a different repository: [https://github.com/miguelgrinberg/flasky-first-edition](https://github.com/miguelgrinberg/flasky-first-edition).