waffleweb
Flask
Our great sponsors
waffleweb | Flask | |
---|---|---|
5 | 130 | |
13 | 64,193 | |
- | 0.8% | |
0.0 | 8.7 | |
11 months ago | 10 days ago | |
Python | Python | |
MIT 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.
waffleweb
We haven't tracked posts mentioning waffleweb yet.
Tracking mentions began in Dec 2020.
Flask
-
Ask HN: What would you use to build a mostly CRUD back end today?
I may use Flask-Admin initially to offload the "CRUD" operations to have an initial prototype fast but then drop it ASAP because I don't want to write a "flask-admin application" to fight against later on. If the application is mainly "CRUD", then Flask-Admin is suitable.
Now...
Would you do a breakdown/list of all the jobs you've done by sector/vertical and by function/role and by application functionality?
- [0]: https://flask.palletsprojects.com
- [1]: https://flask-admin.readthedocs.io/en/latest
- [2]: https://flask.palletsprojects.com/en/2.3.x/patterns/celery
- [3]: https://sentry.io
- [4]: https://posthog.com
- [5]: https://www.docker.com
-
Implementing continuous delivery pipelines with GitHub Actions
In the lab to follow, we will be setting up an end-to-end DevOps workflow for a Flask microservice with GitHub Actions, using a self-managed custom runner for maximal control over the pipeline execution environment and automating deployments to a local Kubernetes cluster. Furthermore, we will construct separate pipelines for our "development" and "production" environments to further elaborate on the concepts of continuous deployment and delivery.
-
Flask Application Load Balancing using Docker Compose and Nginx
Flask Micro web Framework: You will use Flask to build a Flask web application.
-
Open Source Flask-based web applications
In an earlier post I mentioned a bunch of Open Source web applications. Let's now focus on the ones written in Python using Flask the light-weight web framework.
-
I'm learning python but I'm confused for the path ahead.
I also suggest that once you've gained familiarity with the basics, you look at micro-frameworks, such as FastAPI and flask, before switching to a full fat framework like django, which will give you an appreciation of what opinionated frameworks such as django can do for you.
- I released my first package. Feedback needed.
-
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.
What are some alternatives?
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
Django - The Web framework for perfectionists with deadlines.
quart - An async Python micro framework for building web applications.
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
starlette - The little ASGI framework that shines. 🌟
Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
uvicorn - An ASGI web server, for Python. 🦄
CherryPy - CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev
web.py - web.py is a web framework for python that is as simple as it is powerful.
Bottle - bottle.py is a fast and simple micro-framework for python web-applications.
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
dash - Data Apps & Dashboards for Python. No JavaScript Required.