November 2015
Beginner
250 pages
5h 16m
English
Over the rest of this book, we will be building, enhancing, and deploying a programmer-friendly blogging site. This project will introduce you to the most common web development tasks, such as working with relational databases, processing and validating form data, and (everyone's favorite), testing. In each chapter, you will learn a new skill through practical, hands-on coding projects. In the following table, I've listed a brief description of the core skills paired with the corresponding features of the blog:
|
Skill |
Blog site feature(s) |
|---|---|
|
Relational databases with SQLAlchemy Flask-SQLAlchemy |
Store entries and tags in a relational database. Perform a wide variety of queries, including pagination, date-ranges, full-text ... |