Python Web Development With Django Syllabus
Python Web Development With Django Syllabus
Learn Django, a Python web framework, for developing web applications. Gain experience
with URL dispatchers, querying models, and automating tasks with Django. Then, explore
COURSE SYLLABUS
Django REST, another Django framework, to work with images, authentication, and 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