Let's explore how to setup Flask Web server on Raspberry Pi3. First we will learn about basics of web server. Later on, we will install flask server by running simple python script. Finally, we will demonstrate you how we can access dynamically
hosted webpage on Raspberry pi3.
Commands to Install Flask:
For Python3:
sudo apt-get install python3-pip
sudo pip3 install flask
For Python:
sudo apt-get install python-pip
sudo pip install flask
Now why Flask?
Flask is a Micro Web Framework written in Python. Thanks to its small size and great capabilities. Flask is great tool for creating simple websites.
Watch video Setup Flask Webserver on Raspberry Pi3 online, duration hours minute second in high quality that is uploaded to the channel BINARYUPDATES 03 February 2019. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 35,659 times and liked it 513 visitors.