Python Full Stack Development
Python Full Stack Development
CHAPTER 1: INTRODUCTION
➢ Introduction to Django
➢ What is Django?
➢ Django and Python
➢ MVT
➢ Pypi download and install Django
➢ Javascript Overview
➢ Introduction
➢ Basics
➢ Connecting javascript
➢ Operators
➢ Control flow
➢ Loops concepts
➢ Functions
➢ Array
➢ Object
➢ Javascript Assessment
CHAPTER 4: Angular
➢ Introduction
➢ Components & Data binding
➢ Directives
➢ Services & Dependency Injection
➢ Routing
➢ Observables
➢ Forms
➢ Pipes
➢ Http
➢ Autentication
CHAPTER 5: Python
➢ Introduction
➢ Installation and setup
➢ Numbers
➢ Strings
➢ Lists
➢ Dictionaries
➢ Tuples, sets and Booleans
➢ Control flow
➢ Function
➢ Oops concept
➢ Regular expressions
➢ Modules and Package
➢ Decorators
➢ Name and main
➢ Numpy
➢ Pandas
➢ Matplotlib
➢ Seaborn
➢ Lab Session 5
CHAPTER 6: DJANGO
➢ Django setup
➢ Challenge Task and solutions
➢ URL Mappings
➢ Templates
➢ Static files
➢ Creating models
➢ Population Scripts
➢ Models-Templates-Views Paradigm
➢ Django Forms
➢ Forms basics code along
➢ Form validation
➢ Model forms
➢ Relative URLs with Templates
➢ URL Template Inheritance
➢ Template Filters and Custom Filters
➢ Django password
➢ User Models
➢ Coding User Models and Forms
➢ Registration
➢ Logins
➢ CRUD using SQLite3
➢ Lab session 6