Book Image

Application Development with Python and Flask [Video]

By : Achim Takunda Munene
Book Image

Application Development with Python and Flask [Video]

By: Achim Takunda Munene

Overview of this book

<p>Do you want to create powerful web applications in Python? If yes, then Flask if what you need to create your own powerful applications.</p> <p>This course will take you through Flask Microframework; it covers all its components and elements and how to integrate it with useful third-party libraries. You will download all you need to get started with Flask development and then delve straight into the frontend and backend development stack. The course will then show you the general flow in developing a Flask application, including some extensions used by developing a simple application. You will then develop multiple applications such as note-taking, social medias, and file sharing applications.</p> <p>By the end of the course, you will be able to build your own web applications using Flask in Python.</p> <p>All the code and supporting files for this course are available on Github at&nbsp;<a href="https://github.com/PacktPublishing/Python-and-Flask-Developing-Apps-that-Work" target="_blank">https://github.com/PacktPublishing/Python-and-Flask-Developing-Apps-that-Work</a></p> <h1>Style and Approach</h1> <p>This course is for developers who know the basics of Python and want to learn how to use Flask Framework to build powerful web solutions in Python.</p>
Table of Contents (6 chapters)
Chapter 2
Building a Flask Application
Content Locked
Section 6
Working with Models
In this video we look at the concept of a model in Flask. - Understand the concept of Models - Look at persistence options - Code the first model