Member-only story

Let’s Build a Comic Reading Website With Flask + Python

Manpreet Singh
3 min readAug 21, 2021

--

Welcome back! Python is a very versatile language, you can do everything from building a game all the way up to developing machine learning models, one of these things is web development. Let’s go ahead and build out a website using Flask, this is a very popular Python web framework. Luckily for us, this specific website has actually already been built out and hosted on Github, here is the link to this specific project (please give all of the credit to the original creator of this project):

The remainder of this project is going to go over this project, so be sure to view the project above to download / run the project. Starting off, this project is broken down into these files:

The run.py file is the one we’re going to run for our project, but there are still several different files we need to take a look at. Next up, we want to open up the ishuhui folder, once opened we can see several…

--

--

Manpreet Singh
Manpreet Singh

No responses yet