Introduction to Flask…

What is Flask?

--

Flask is a micro and lightweight Python web framework that provides useful tools and features that make creating a web application in Python easier.

It was developed by Armin Ronacher, who leads an international group of Python enthusiasts named Pocco.

Flask depends on the Jinja template engine and the Werkzeug WSGI toolkit.

FEATURES OF FLASK:

>Comes with a built-in development server and fast debugger

>RESTful and HTTP request handling

>Secure cookie handling

>RESTful and HTTP request handling

>Easy and flexible configurations

>Integrated Unit testing support

>Coherent and neat API

COMPANIES USING FLASK:

HELLO, WORLD PROGRAM USING FLASK

The Following code runs on localhost:5000 in a web browser and displays “Hello, World!”.

THANK YOU FOR READING!!

--

--