What is Flask?
Who uses Flask?
Flask Integrations
Here are some stack decisions, common use cases and reviews by companies and developers who chose Flask in their tech stack.
Hello all! I am new here. For one of my personal projects, I am trying to build an app around an ML model. I have created an API for the ML model using Flask. How do I proceed from here? It is a model that classifies the emotion into one of 7 categories, based on the textual input given by the user. Then, from a database of songs that are tagged with the appropriate emotion they convey, three random songs are selected and the links are provided to the user. I want to build an app around this. I also want to be able to get feedback from the user and incorporate it into the ML model to train it further. I am capable of using React for the frontend part.
I'd like to make a web app using Python as a primary language and PostgreSQL for data management. Using those two I can do all the back-end and control functionality, but presenting it as a webpage is still a slight challenge.
I could do everything with pure HTML5, but I would like to try a framework to speed up the process and make it more maintainable. Django and Flask seem the two most popular frameworks for Python web development, but I'd like to hear your opinions on the matter (I'm also up to trying any other Python-based framework that is an 'industry standard if there is such a thing).
I intend to do styling myself, and being able to create dynamic and responsive websites is a must-have.
Bonus points for tips on what web server environment to use. (I've done Apache2 in the past but I think it may be outdated)
I have to use one of these two frameworks for a test in one week. I have an extremely small amount of exposure to Spring Boot and no exposure to Flask. Which should I learn?
Hey! So I am planning to make an e-commerce website with React Native as my frontend technology stack and MongoDB as my database. I was wondering what will be the best REST framework to use for my backend that will simply serve the frontend. Is Django rest framework a good option or should I go with Flask? I am currently leaning towards flask as the development team is well versed in it. Please help!
I'm considering moving from Flask to Quart, does anyone have some experience with this migration?
I expect possible problems with connexion which we use as OpenAPI specification.
Would be good if someone can point downsides of moving to the Quart framework so I can double-check if my plan is worth doing.
Other libs and tools used in the project: SQLAlchemy, alembic, PostgreSQL, Datadog
cons for now:
- Refactoring uncertainty (not sure how big of a task is it)
- Connexion might not work with Quart (moving to another library)
- ...
I want to choose one of the WSGI servers to be used along with Flask. Later on, I will be dockerizing the app. Which one would be the best one out of these?