Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 5 Python Jinja Projects
-
Project mention: Starting a personal hobby project, could use some advice on the techstack | reddit.com/r/learnprogramming | 2023-03-13
Given that you know Python, I would use either Flask, Django or FastAPI (or whatever you're already familiar with). All three come with support for a templates, so you just need create a couple HTML pages and style them with CSS the way you like.
-
But, on the other hand, I can read in the jinja repository that there is not the same Switching From Other Template Engines and also exists documentation about Support for templates engines
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
This is really a matter of preference. I do not use Flask-Admin on my projects, I have always preferred to design my own admin pages than being forced to accept the choices that are imposed by these big extensions. This allows me to have a consistent UI across admin and non-admin pages.
One are that people often complain is that it is hard and/or tedious to build tables with data, which is one of the building blocks most admin pages need. Last year I wrote a blog article where I show how I build tables in my Flask apps: https://blog.miguelgrinberg.com/post/beautiful-interactive-t....
-
Project mention: Open-Source Flask Portfolio Template! | reddit.com/r/coolgithubprojects | 2022-10-07
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Python Jinja related posts
- How to dynamically generate graphics and PDFs using Python an jinja
- How to create a Template Engine?
- what is the best way to create automated CSS and JSON files?
- Linux client on Arch Linux does not work
- Search a list of dictionaries for a value and then select an additional value
- Passing a very large list to html jinga2 frontend
- Looking for method to serve an interactive visualization of a table that is searchable as website
-
A note from our sponsor - Sonar
www.sonarsource.com | 20 Mar 2023
Index
What are some of the best open-source Jinja projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | Flask | 62,205 |
2 | Jinja2 | 9,118 |
3 | MarkupSafe | 525 |
4 | flask-tables | 207 |
5 | Flask-Template | 0 |