A new python web framework you need to use

Manpreet Singh
3 min readJun 23, 2021

Welcome back! As some of you may know, there are tons of web frameworks available with Python, but there seems to be a new one that you should be aware of, this specific one is called Sierra! This specific framework is characterized as a lightweight framework used for building and integrating web applications with HTML and CSS, if you want to jump straight to their GitHub page check out the link below:

You can also view their entire documentation below:

Starting off, to install this specific package we use the following pip command:

pip install sierra

At this point you’re ready to start using this framework! Their GitHub page does a great job breaking down exactly what this package is capable of, let’s take a look at the example below:

--

--