DEV Community

Cover image for A Python native engine for Web Development
pranavr2003
pranavr2003

Posted on

A Python native engine for Web Development

Sierra is a Python native engine for Web Development, which makes integration with the backend faster, as well as have full control on your frontend. You can now develop your web application purely in Python, taking full advantage of its powerful functionalities with simple and elegant.

It's got features like displaying a table on the web application by loading in a .csv file, adding a bulleted list (ol/ul) by just passing in a Python list, automatic support for CSS styling arguments and more! You can use for loops, variables, functions - you name it, you have it, with Sierra. Improvement in the overall look of the code and intelligent handling of tags with autoPrettify(), a feature like no other. Harness the power of Python for your web applications!

Do check it out and any feedback is welcomed!

Top comments (2)

Collapse
 
computergeek profile image
Amrut

Is it like django?

Collapse
 
pranavr2003 profile image
pranavr2003 • Edited

Not exactly, since this integrates with the backend in a more efficient way, and not IS the backend. Kind of like an interaction mechanism with which both the frontend and the backend can be done fully in Python. Sierra provides for the frontend, and integration with the backend.