Flask
Django
Our great sponsors
Flask | Django | |
---|---|---|
122 | 434 | |
62,297 | 69,446 | |
1.0% | 1.6% | |
9.2 | 9.9 | |
8 days ago | 5 days ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Flask
-
Starting a personal hobby project, could use some advice on the techstack
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.
-
Can an API be merely a server that has post requests sent to it, rather than something that is installed?
Here's Express for Node.js, Flask for Python, Alfred for Dart, and Gin for Go; that's four different software packages for four completely different programming languages that all do very similar things. Take a look and see which one feels best, and start from there!
-
Python projects with best practices on Github?
I have a link of micro framework that I use at my work that I'd like to share. It's Flask, I think this is a nice example to follow 😀
-
How is python used for backend?
That is not entirely correct. Although Python is the primary language for data science and machine learning, it is very popular for the regular backend. FastAPI is the best choice to get started. Flask is another great backend framework. Python is a swiss army knife of programming languages, you can do a ton of things with it.
-
complex http server?
Flask
-
The Python Packages That Gave Me Nightmares: A Guide to Overcoming Common Challenges
Flask: Flask is a micro web framework for Python that is easy to use and lightweight. It's a great choice for small to medium-sized web applications, but can become a nightmare when you need to scale up to handle high traffic and complex requirements. GitHub - https://github.com/pallets/flask
- Kenapa harus FastAPI?
-
How to dynamically generate graphics and PDFs using Python an jinja
A few days ago I was searching the internet for a guide on how to use the jinja library to enable a flask application to generate PDF documents. Since I didn't find anything comprehensible on google, here are my findings and the (partially hacky) code i wrote.
-
Ruby 3.2.0 Is from Another Dimension
This says much more about you and the developers and codebases you work with than anything to do with Python list comprehensions.
Coming from a point of zero knowledge of the codebase, I picked Flask. I picked the cli.py module in Flask. And what do I find?
https://github.com/pallets/flask/blob/main/src/flask/cli.py#...
-
I move from pipenv to poetry in 2023 - Am I right ?
projects that use setuptools : requests, django, flask, boto3... projects that use poetry : ward, ... (if you have some with more than 500 stars, share them in comments) projects that use pipenv : ... (if you have some with more than 500 stars, share them in comments)
Django
-
The Django Node.js Alternative
As described in its documentation: “Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.” Django comes with a lot of built-in features that free you from trivial responsibilities so you can focus on implementing the business logic behind your service. Some of these built-ins are:
-
Framework like Django's REST Framework?
Is there any .NET framework with similar/same out-of-the box functionality as Django, particularly Django REST Framework.
- Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
-
Starting a personal hobby project, could use some advice on the techstack
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.
- Celery & Redis : exécution de tâches en différé / asynchrones
-
Jinja and Django Jinja
The template engine in the Django source code is located here django/django/template/ ?
-
New to python
If you want to create web applications, spend some time working towards frameworks like Django or Flask.
-
What Libraries is a python programmer expected to know no matter
Django or Flask
-
it feels like there's a pretty big gap on my path to becoming an employable backend dev. any advice?
https://www.djangoproject.com/ Is the most popular python framework. Fastapi doesn’t even make the list.
-
How We Built an Application to Test Student Docker Images for Database Systems University Course
However, running and validating these HTTP servers can be a time-consuming and challenging task for instructors, especially as the number of students increases. To address this problem, an web application was developed which can accept Docker images created by students, run the image, provide environment variables for database connections and perform a set of HTTP requests to validate the implementation. This web-based application is created using the Django web framework, uses Redis for queue management and the Docker Python SDK to communicate with the Docker Daemon.
What are some alternatives?
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀
quart - An async Python micro framework for building web applications.
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
starlette - The little ASGI framework that shines. 🌟
Masonite - The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
CherryPy - CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev
uvicorn - An ASGI web server, for Python. 🦄
Bottle - bottle.py is a fast and simple micro-framework for python web-applications.
web.py - web.py is a web framework for python that is as simple as it is powerful.