Loading...

Python

Course Content

  • What is the Web?
  • Web Features?
  • W3C and W3C Members
  • Introduction to What WG

  • Introduction
  • Parts in HTML Document
  • Version Information
  • Head Section
  • Meta Information
  • Body Section
  • Anchors, Images

  • Introduction
  • HTML5 HISTORY
  • Why HTML5?
  • New Features and Groups
  • Structure of HTML5 Document
  • Power of HTML5 and Features
  • Semantics and Block Level Elements
  • HTML5 Forms
  • HTML5 Multimedia
  • HTML5 Graphics

  • CSS Basics
  • CSS Introduction
  • CSS Syntax
  • CSS Versions
  • CSS Id & Class
  • CSS Styling
  • CSS Borders

  • CSS3 Modules
  • Selector
  • Box Model
  • Backgrounds and Borders
  • 2D/3D Transformations
  • Core &Adanced Animations
  • Multiple Column Layout

  • Introduction to JavaScript
  • Comments and Types of Comments
  • Popup Boxes
  • Variables & Operators
  • JavaScript Functions and Events
  • Conditional Statements
  • Looping Control Statement

Execution palette

  • Types of Errors
  • Exception Handling
  • Java Script Objects
  • Browser Objects
  • Validations in JS

  • Introduction to Python
  • History of Python
  • Python Versions
  • Creating Your First Python Program
  • Printing to the Screen
  • Using Command Prompt and GUI or IDE

  • Execute the Script
  • Interactive Mode
  • Script Mode
  • Python Comments
  • Working with Python in Unix/Linux/Windows/Mac/Android
  • Python New IDEs
  • PyCharm IDE
  • How to Work on PyCharm

  • What is Variable?
  • Variables in Python
  • Constants in Python
  • Standard Data Types
  • Operators and Operands
  • Swap variables
  • Type Conversion
  • String Handling

  • How to use “if condition” in conditional structures
  • if statement (One-Way Decisions)
  • if .. else statement (Two-way Decisions)
  • How to use “else condition”
  • if ..elif .. else statement (Multi-way)
  • When “else condition” does not work
  • How to use “elif” condition
  • Nested IF Statement

  • How to use “While Loop”
  • How to use “For Loop”
  • How to use For Loop for set of other things besides numbers
  • Break statements in For Loop
  • Continue statement in For Loop
  • Enumerate function for For Loop

  • Lists are mutable
  • GGetting to Lists
  • List indices
  • Traversing a list
  • List operations
  • List slices
  • List methods
  • Map, filter and reduce

  • Advantages of Tuple over List
  • Packing and Unpacking
  • Comparing tuples
  • Creating nested tuple
  • Using tuples as keys in dictionaries
  • Deleting Tuples
  • Slicing of Tuple

  • How to create a set?
  • Iteration Over Sets
  • Python Set Methods
  • Python Set Operations
  • Union of sets
  • Python Frozenset

  • What is a Function?
  • Types of Functions
  • Significance of Indentation (Space) in Python
  • Types of Arguments in Functions
  • Default Arguments
  • Non-Default Arguments
  • Keyword Arguments
  • Non-keyword Arguments
  • Arbitrary Arguments
  • What is a Docstring?

  • Python Exception Handling
  • Python Errors
  • Common RunTime Errors in PYTHON
  • Chain of importance Of Exception
  • Exception Handling
  • Try … Except
  • Try ..Except .. else
  • Try … finally

  • Introduction to OOPs Programming
  • Object Oriented Programming System
  • OOPS Principles
  • Basic concept of Object and Classes
  • Access Modifiers
  • How to define Python classes
  • Self-variable in python
  • What is Inheritance? Types of Inheritance?