Python Web Development With Django Syllabus
Python Web Development With Django Syllabus
Learn the Django framework to develop web applications. You’ll learn URL dispatchers,
querying models, and automating tasks with Django. Then move on to Django REST (a
COURSE SYLLABUS
Django framework) which covers how to work with images, authentication, and using API
endpoints.
Group classes in NYC and onsite training is available for this course.
For more information, email hello@nobledesktop.com or visit:
https://www.nobledesktop.com/classes/python-django-development
Course Outline
Intro to Python
Introduction to Python
Variables
Numeric Data Types: Int & Float
Sequential Types: Str & List
If-Elif-Else Statements
Creating Python Scripts/Files
Definite loops: For loops
Indexing
Slicing
Introduction to Django
Introduction to Back-End Web Development using Django
HTTP protocol
MVC model
Virtual environment
Django structure
Generic Views
HTML templates
URL dispatcher
Django REST
Building Web APIs using Django REST
Generic Views in Django Rest
Serializers