Video: Python 3 on Glitch.com

Today I am gonna show you how simple is to create a web progressive app with Python on Glitch.com. To see the code seen in the video, go to the post linked below. You will need an account on Glith.com, a project and three files:

  • requirements.txt (with just the word flask in it)
  • glitch.json (configuration of the files to start with)
  • server.py (the python code to launch the server and the site)

It requires just a little effort to start using Python on the web, finally. To learn how to create the pages with Flask, go check my posts about it, look at the links at the bottom of the page.

Flask and Python 3 on Glitch… in a couple of lines

Presentation of the code

In the following video I show the web app with flask and Python on Glitch.com.

The live code

Published by pythonprogramming

Started with basic on the spectrum, loved javascript in the 90ies and python in the 2000, now I am back with python, still making some javascript stuff when needed.