Build a blog with Flask

Getting Started

Installation

02:59 | video

Python virtualenv

05:13 | video

Hello Flask

05:46 | video

Debug mode

03:32 | video

Routing

Routing

02:04 | video

Dynamic routing

03:46 | video

Flask requests

09:13 | video

Templating

Flask templating with Jinja

04:16 | video

Templating extended

03:01 | video

Static files

03:17 | video

Importing template using layouts

13:14 | video

Database & CRUD

Database setup

10:27 | video

Store & Retrieve tasks

11:18 | video

Update tasks

09:47 | video

Delete tasks

05:32 | video

Update task status

04:24 | video

Authentication

Flask login setup with user model

11:39 | video

User registration

10:15 | video

User login

09:31 | video

Get logged in user data

03:40 | video

Restict pages

02:33 | video

Logout user

02:33 | video

Coders Diaries

Dynamic routing

Dynamic routing in flask is pretty easy with the help of url variables. In this lesson we have talked about the various types of parameters that we can pass to a route.


Lesson Discussions