Awesome websites you can build with Python
--
Welcome back! As some of you may know, Python is a very versatile language, you can do everything from building out machine learning models all the way to developing games, one of these things is web development, so let’s take a look at some awesome web development projects you could build with Python. Now, most of these projects have already been built out and hosted on GitHub, so you should be able to build out these projects yourself or download the attached project. With this long introduction out of the way, let’s take a look at them!
Building a Portfolio Website
Starting off, one of the first projects you could build is a portfolio website, this specific website uses Django, which is a very popular web framework for Python. If you want to build out this project, here is a link to it:
Building a Minimalistic Website
Next up we have a Flask website, Flask is another web framework for Python. This specific website is a little bit larger than others I’ve looked at, but like the others it’s already built out on GitHub, here is a link to the tutorial: