DEV Community

Cover image for Python Flask Resources
compilerboiler
compilerboiler

Posted on

Python Flask Resources

You can make Web Apps with Python Flask. This means you can make a Web App with only Python as backend programming language.

So where do you get started?
One way to start is by doing a Flask course.

If you prefer learning from articles, there are many Flask articles, that could serve as staring point:

General

Hello World

Template engine

Database

Charts and forms

Deploy & others

Top comments (0)