"Django is heavy."
Flip-side:
- full-featured, i.e. "batteries included"
- all pieces are tailored to work perfectly together
- reduces decision fatigued, i.e. "analysis paralysis"
- quicker to start new projects
- no concern that a particular dependency might get outdated
- most pieces are optional or can be swapped out, e.g. Jinja2, database backends, etc.
- "stand on the shoulders of giants" instead of cobbling together your own framework that you now need to maintain, forever
3/n