PYTHON-with-DJango-Content
PYTHON-with-DJango-Content
HTML
• Introduction to HTML
• HTML Tags
• HTML Attributes
• HTML Editors
• HTML Document Structure
• HTML Headings
• HTML Paragraphs
• HTML Styles
• HTML Comments
• HTML Blocks, Classes, Ids
• HTML Tables
• HTML Lists
• HTML Images
• HTML Forms
• HTML File Paths
CSS
✓ Introduction of CSS
• CSS Selectors
• Inserting CSS into HTML (Inline, Internal, External)
• Colours, Borders, Background, margins, padding.
Bootstrap
• Intro to Bootstrap 5.
• Grid System
• Typography
• Colours
• Tables
• Images
• Jumbotron
• Alerts
• Buttons
• Button Groups
• Badges, Progress Bars
• Pagination
• Dropdowns
• Navs, Navbar
• Forms, Input
• Carousel
• Modal
• Tooltip
• Popover
PYTHON
• Python Introduction
• Python History and Installation
• Variables and Data Types
• Strings
• Boolean Logic
• Boolean Logic Exercises
✓ PYTHON Lists
• List Basics
• List Iteration and Comprehension
• List Exercises
✓ Python Dictionaries
• Dictionary Basics
• Dictionary Iteration and Comprehension
• Dictionary Exercises
• Functions
• Function Parameters
• Global Variables
• Variable Scope and Returning Values
• Lambda Functions
• Object-Oriented Concepts
• Standard Libraries
• Modules Used in Python
• The Import Statements
• Module Search Path
• Package Installation Ways
• Errors and Exception Handling
• Handling Multiple Exceptions
✓ Python Scripting
• Exception Handing
• Reg Exp
✓ Python Modules
• NumPy
• Threading
• Pandas
• Debugging Python
• Modules Introduction
• Useful Python Modules
• Debugging and Modules Exercises
Django Framework
✓ Introduction of Django
• Web development Use
• Introduction to Django Web Framework
• Features of Django
• Installing Django
• MVC model
• HTTP concepts
✓ Serialization
• Serialization and Deserialization
• Django REST Framework
• Serializer class
• Model Serializers
• REST APIs
• Creating REST API