Our Syllabus for Python Course
PYTHON Syllabus
- Introduction
- Basic Programs
- Class and contructor
- Python variables and methods
- Getter and setter Method
- Module
- Strings and string operations
- Lambda Function
- List comprehension
- Exception handling
- Multithreading
- File Handling
- SQL
- Project
- tkinter

Django Syllabus
- What is web application?
- What is server?
- What is client?
- What is web browser?
- What is MVC?
- What is MVT?
- HTML
- CSS
- JavaScript
- jQuery
- Ajax
- JSON
- Django Introduction
- Django Features
- How to Create Project
- How to create Application
- Normal Application
- Application with different methods
- Application with database connectivity
- make migrations
- Migrate
- Creating super user
- How to create table
- How to attach template, static files like images, css, js files.
- SDLC
- Project