Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Aloe6405yWhat do you want to build? Here's my suggestion:
Rest api/simple website: flask
Complex scallable webapp project: django -
Although flask is good, but I'd say go with Django because its community support is great. You can find solutions to almost every problem and django has way more features than flask
-
If you need a DB and stuff I’d go with Django, it has all you need out of the box.
If it’s an api for static stuff I’d recommend flask, it’s very light and easier to get into than Django. -
Aloe6405y@just8littleBit he wants to consume data in realtime, it's not that simple, so I think django can handle it better than flask
-
@volttide depends on the technologies..
He might be using Kafka, ws or who knows what..
Just saying it’s not that simple to know if it’s simple or not, if you know what I mean. -
Aloe6405y@just8littleBit but he mentioned that he never done web dev, so I just helped him to choose his available choices 🤷
-
zen29d495yI started with flask but stuck in some error. and by the way what is the use of jinja in flask..
Related Rants
I know Python but never done web-development and needed it for one or two project. The requirement is some data-api and graph. There is flask and django but I'm not sure how should I proceed. ????
question
python
web