Skip to Content
Head First Python, 3rd Edition
book

Head First Python, 3rd Edition

by Paul Barry
August 2023
Beginner
666 pages
15h 44m
English
O'Reilly Media, Inc.
Content preview from Head First Python, 3rd Edition

Chapter 7. Building a Webapp: Web Development

Image

Ask ten programmers which web framework to use…

…and you’ll likely get eleven conflicting answers! Image When it comes to web development, Python is not short of technology choices, each with a loyal and supportive developer community. In this chapter, you’ll dive into web development, quickly building a webapp for the Coach that views any swimmer’s bar chart data. Along the way, you’ll learn how to use HTML templates, function decorators, get and set HTTP methods, and more. There’s no time to waste: the Coach is keen to show off his new system. Let’s get to it!

Image

There are lots of choices.

And, of course, depending on what you’re planning do, some of these technologies are “better” than some of the others.

Let’s build the Coach’s webapp with Flask

Note

We made an Executive Decision.

Flask has a well-deserved reputation for getting developers from zero to working webapp in no time at all, so it seems like the best option for us. The Coach is not going to wait for much longer, so you need to show results, fast!

To begin, let’s take a moment to install Flask.

The best way to do this is to use Python’s built-in package management tool, called ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Head First Python, 2nd Edition

Head First Python, 2nd Edition

Paul Barry

Publisher Resources

ISBN: 9781492051282Errata Page