NelsonLabs
๐ŸŽธ
DjangoPythonFull-Stack

Django

Django is a full-featured Python web framework that handles routing, databases, authentication, and admin out of the box. Learn to build complete web applications with Python.

12 chaptersยทIntermediateยทPythonยทFree forever
N
Course by Nelson Njihia

What you'll learn

โœ“The Django MVT (Model-View-Template) architecture
โœ“Defining database models and running migrations
โœ“Writing views and connecting them to URLs
โœ“Django's template language and template inheritance
โœ“Django's built-in admin panel
โœ“User authentication and forms โ€” built in, for free

Requirements

  • โ€”Python fundamentals (the Python Basics course)
  • โ€”Python 3 and pip installed
  • โ€”Basic understanding of how the web works