Courses

Django For Python Developers

Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. Built by experienced developers, Django takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel.

  • The Basics
  • Software Setup
  • First Django Web Application
  • Templates
  • Models
  • Django ORM
  • Forms
  • Model Forms
  • CRUD Using Function Based Views
  • Class Based Views
  • More about Templates
  • Session Management And More