microblog
flask-restful
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
microblog | flask-restful | |
---|---|---|
217 | 5 | |
4,312 | 6,713 | |
- | 0.5% | |
0.0 | 0.0 | |
5 days ago | about 1 month 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.
microblog
-
Ask HN: How to get back to programming Python?
I can't speak highly enough of Miguel Grinberg's work with Python/Flask (https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...) and the community he's created around it, for both beginners and advanced folks.
Racing through his mega tutorial was a great refresher for me on the fundamentals, and it's easy to plug in computer vision & related libraries/extensions/packages.
-
How to Visualize a Social Network in Python with a Graph Database: Flask + Docker + D3.js
In the project root directory create a folder called static with one subfolder called js and another called css. The js folder will contain all of the needed local JavaScript files while the css folder will contain all the CSS stylesheets. In the js folder create a file called index.js and in the css folder one called style.css. Just leave them empty for now. If you want to find out more about web development with Flask I suggest you try out this tutorial. Your current project structure should like this:
-
Learning Flask QUICK?
Grinberg pretty popular.
This excellent tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
-
Which styling library/framework do you prefer when you code ReactJS applications?
I miss being able to refer to a single bible when it comes to having to look up how to do a thing. Is there anything similar to Miguel Grinbergs flask mega tutorial for react?
-
I'm ENFP but I write code
Most modern discord bots have a website portal if they're popular. I don't want to assume anything so I thought I'd recommend this series for Flask: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
-
How do I create a server
I personally know Flask. If you want to learn Flask, I would recomend this tuto : Mega flask tuto Note : This tuto would take time, especially if you are new to python. I think it took me like a good month to understand the concept. When i follow this Tuto. I was also a noobie. (never done WebPython nor real python project).
-
A template app?
Not exactly what you're after, but Miguel's mega tutorial will get you started quite quickly. I typically follow his tutorial for the user registration process and then implement the rest of my app.
-
created a simple news site using flask
Look at Miguel's [mega tutorial]([https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world). This is what got me started.
- GUI in python
flask-restful
-
Faster time-to-market with API-first
When it comes to Flask, in particular, there’re plenty of choices. And in fairness, not all frameworks are created equal. You’ve got flasgger, restx (successor of flask-restplus), flask-RESTful, and flask-smorest, to mention a few. How do you choose among those???
- How to implement flask restful api to a flask application?
- Need help with flask-restful, application factories and blueprints
-
Outdated Flask extensions
Considering the extension you've mentioned explicitly, the author of it has provided an explanation as to why he is not longer putting in any work, you can read about it here.
What are some alternatives?
Flask RestPlus - Fully featured framework for fast, easy and documented API development with Flask
flask-restx - Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
connexion - Connexion is a modern Python web framework that makes spec-first and api-first development easy.
flasgger - Easy OpenAPI specs and Swagger UI for your Flask API
eve - REST API framework designed for human beings
flask-restless - NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
Dependency Injector - Dependency injection framework for Python
flask-api - Browsable web APIs for Flask.
Blueprint/Boilerplate For Python Projects - Blueprint/Boilerplate For Python Projects
apispec - A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Flask Apps - Flask Apps - Open-Source And Paid | AppSeed
Flask-Redis - A Flask extension for using Redis