Web Technology Django Framework [Python] - Internship [2023-2024]
- Introduction to Python
- Software Download and Installation process overview
- Recorded Video Link Click Here
- Python program execution ways Overview
- Basic and Advanced Editor Procedures Overview
- Recorded Video Link Click Here
- IDLE Execution with sampel example on it
- Pip version check,upgrade of it
- Jupyter notebook Installation and running of it
- Recorded Video Link Click Here
- Jupyter Notebook Overview
- Python Concepts Like variable,assignment of it,data types,type function
- Input and Output Formatting with sample example on each
- Recorded Video Link Click Here
- Operators,Keywords
- Conditional Statements with sample examples on each
- Loops Overview,range overview with sample example
- For Loop explanation with single and two parameters
- Recorded Video Link Click Here
- While explanation with sample example
- Jumping Statements like continue,pass and break with sample example
- Inner Loops Concept
- Data Structures Overview
- List Overview with sample example
- Recorded Video Link Click Here
- List and Tuple methods with sample examples on each
- Recorded Video Link Click Here
- Dictionary,Set and String Overview,methods with sample examples on each
- Recorded Video Link Click Here
- Hackerrank Problem sample example, Function types, with returntype and with arguments sample example on it
- Recorded Video Link Click Here
- With returntype and without arguments,without returntype and with arguments,without returntype and without arguments
- Function argument types
- Default,Keyword and Required or positional argument types with sample examples on each
- Recorded Video Link Click Here
- Variable Length argument type with sample example on it.
- Recorded Video Link Click Here
- Task Explanation on Contact Application with function types
- Packages and Modules with sample example on it
- Files Concept Overview,reading procedure with sample example on it
- Recorded Video Link Click Here
- Files Concept Overview, Writing,Appending and Reading procedure with sample example on it.
- Recorded Video Link Click Here
- Comprehensions Overview, Functional Programming Overview and sample examples on each
- Recorded Video Link Click Here
- Iterator and Generator with sample example on it
- OOPS Concepts Overview
- Recorded Video Link Click Here
- class and instance attributes with sample example
- class and instance methods with sample example
- static method with sample example
- Recorded Video Link Click Here
- Inheritance types Overview
- Single andd Multi Level Inheritance with sample example on it
- HTML5,CSS3 Overview
- Recorded Video Link Click Here
- Django Installation and Version Check
- Project Creation and Overview of Files in it
- Running of a Project
- Recorded Video Link Click Here
- Django Introduction
- UserApp Creation and Overview of Files in it
- Dynamic Url Mapping with two parameters and a sample example on it
- Recorded Video Link Click Here
- html tag,inline and internal css,javascript access in HttpResponse with sample example on it
- Template folder creation and accessing of .html file from it
- Recorded Video Link Click Here
- Internal css for a .html file
- Recorded Video Link Click Here
- Internal js accessing for a .html file
- Static File Handling css,js file access to a .html file
- Bootstrap-4 Overview
- Index page by using bootstrap-4 library
- Recorded Video Link Click Here
- Grid System,margin,card,padding,border,shadow,button Overview with sample example on each
- Interface between controller to templates
- Data rendering from HTML to views and then views to another template
- Recorded Video Link Click Here
- Architecture of Django
- Differences between MVC and MVT Design Patterns
- Model Creation,makemigrations,migrate command and ORM Overview
- Model Queries for Creating and Displaying in a shell
- Recorded Video Link Click Here
- Displaying,Update and Delete by using ORM Queries in Shell
- Superuser Creation
- Completed Front end for CRUD Operations on Student Model Class
- Recorded Video Link Click Here
- CRUD Operations by using Basic Procedure with frontend
- Template Blocks and Bootstrap Offine procedure with sample example on each
- Recorded Video Link Click Here
- Model field changes, Forms Concept Overview
- Widgets useage for forms
- Completed Creating Student record by using Forms for Student model
- Recorded Video Link Click Here
- CRUD Operations by using Forms Concept
- Created Contact form by using Bootstrap
- Recorded Video Link Click Here
- Mail concept with configuration and sending,messages concept with sample example on it
- Recorded Video Link Click Here
- Mail sending and Message Concept Overview
- Superuser Creation and roles of user with sample example based on superuser role
- Recorded Video Link Click Here
- User Registration and Authentication with sample example on it
- Recorded Video Link Click Here
- New Project and App Creation
- Static and Templates folder configurations in settings.py and accessing of it
- Activating Links in Navbar by using DTL
- Recorded Video Link Click Here
- Super User Creation
- Abstract User Class and Roles of Users
- Recorded Video Link Click Here
- Created Models for Teacher and Student Profiles
- Recorded Video Link Click Here
- Form Creation and Updation for Teacher Profile
- Recorded Video Link Click Here
- Student Profile Creation and Updation
- Recorded Video Link Click Here
- Assignment Model,form Creations and Completed Creation,Updation of Assignment Table for particular Teacher role
- Recorded Video Link Click Here
- Assignment table deletion of a record in it
- Completed designing for student subscription of assignments
- Recorded Video Link Click Here
- Created a model for Student Subscription
- Recorded Video Link Click Here
- Project Completion with Profile and submission of assignment
- Recorded Video Link Click Here