Python Flask Hello World Example | Flask getting started: Hello World

Published: 29 April 2021
on channel: Bytecode Velocity
1,604
14

Let's Build a Community of Programmers.
Subscribe Here👉 : https://goo.gl/HhwC5i​

In this tutorial, you’ll learn how to build a web app with Python.
Lets' build a simple hello world application using Flask with Python

We’ll use a micro-framework called Flask. It has a small core but is extensible with many plugins such as SQLAlchemy, Babel, CouchDB, MongoDB, etc.

Install Flask using the command below:
pip install Flask

0:00 - Install Flask
1:53 - Python Web Service
2:10 - Create a Web Server
4:15 - Simple Rest API Method
5:52 - Register Target API
7:21 - Install Postman Client to test your API
10:34 - Test your API
11:36 - Thanks for Watching

#python #flask #helloworld