2
zen29d
4y

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. ????

Comments
  • 4
    What do you want to build? Here's my suggestion:

    Rest api/simple website: flask
    Complex scallable webapp project: django
  • 0
    Research is the first step if you're asking that question
  • 0
    @volttide its simple realtime data display with some graph
  • 1
    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
  • 0
    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.
  • 0
    @zen29d lmao it's not simple, just use django😂
  • 0
    @volttide if he already knows python, why shouldn’t it be simple?
  • 0
    @just8littleBit he wants to consume data in realtime, it's not that simple, so I think django can handle it better than flask
  • 0
    @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.
  • 0
    @just8littleBit but he mentioned that he never done web dev, so I just helped him to choose his available choices 🤷
  • 0
    I started with flask but stuck in some error. and by the way what is the use of jinja in flask..
Add Comment