Amazing websites you can build with Python
3 min readSep 30, 2021
Welcome back! Python is an awesome programming language with a ton of capability, but did you know you can build out websites with Python? Well, you actually can! So let’s go over some awesome website projects you can actually build out with Python!
Building a Photo Album Website
Starting off, one of the coolest websites you can build out is a photo album, this specific project uses Django, which is another very popular web framework with Python. If you want to build out this project, check out the link below:
Building a Portfolio Website
Next up, one of the first projects you could build is a portfolio website, this specific website uses Django, which is a very…