Building the Flask Front End | Build and Deploy Python Flask Application | Part 2

Опубликовано: 22 Март 2026
на канале: Aditya Pai Thon
8,441
101

In this video we are going to build the front end for the PDF Extractor/Splitter logic that we wrote in the previous video.

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

We will be using jinja2 templating to interact with the HTML templates and python code.

Installation: pip install flask

In the next video we are going to deploy this application on to the cloud, with pythonanywhere.com

Code for this video : [Github Link] : https://github.com/AdityaPai2398/Flas...