Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 665 Bytes

lecture_1.md

File metadata and controls

21 lines (18 loc) · 665 Bytes

Why Django?

  • web framework
  • extensively used
  • extremely Powerful, yet simple to use
  • Large websites - youtube, instagram, dropbox, ..
  • provides authentication and security out of the box
  • works well with all major database systems out there
  • first class community support
  • MVC framework
  • Scalable

Why Pycharm?

  • first class Django support
  • Community Editor is completely free
  • Pycharm automatically handles a lot of configuration and best practices for us
  • If you're a beginner, working with an IDE will help you learn faster

Entire Django Documentation: https://buildmedia.readthedocs.org/media/pdf/django/latest/django.pdf