I recently worked through the Head First Python textbook. Although it was another introduction to Python, it did so through the lens of web development, particularly for those coming to Python from other programming languages.
In addition to reviewing some basic Python, it introduced me to Flask web development. It also walked through integrating the webapp with a SQL database and deploying it to pythonanywhere.com. For a short amount of time, it can be found here: https://seanangio.pythonanywhere.com.
The final webapp files are found in a GitHub repository.