Module -1 Introduction to Python
- Python Programming History and Features
- Python Compiler and IDE installation
- Pip - package manager
Module -2 Basic of Python
- Python syntax, Overview, Indentation, Comments
- Variable declaration
- Data type and data structure
- Operators in Python
- Conditional Statements
- Looping
- Control and Assert statements
- Functions
Module -3 Oops concept with Python syntax
- Class, Object, Polymorphism, Encapsulation, Inheritance
- Types of Methods
- Iterator, Generator, Decorator
- Comprehensions - List, Dictionary
Module -4 Django Framework
- Django Introduction
- Project setup
- Views
- Templates
- Models
- Urls
- Static files
Module -5 Database with Django
- Models
- Queryset
- CRUD Operation