DEV Community

importostar
importostar

Posted on

How to build websites with Python

Learn Flask, Python Web Development

This explains how to build Python web apps, how to deploy it, how to do routing, templates etc. This will really improve your Python skills.

A module that lets you do that is the Flask module. Large companies are using Python Flask in order to create their web apps, so you don't have to worry about scale to much. You can use it to build a web app or an API

If you want to make websites or web apps with Python you can with Flask.

Top comments (0)