I am newbie in Django and started reading and implementing django tutorial documentation but i just want to know what are advantages and disadvantages of using Django comparing to others?
@farebord makes some great points. In addition, check out Falcon too: https://falconframework.org/. It's super lightweight and pretty easy to learn. If you're building something like a JSON API I highly recommend it. I've used it with great success, and performance, on both personal and professional projects.
Facundo
Sr Javascript Developer (React)
Advantages:
Disadventage:
You should check Flask after doing the Django tutorial.