Introducing Python to you with its complete working style
  • Why Python now ? what are its trend in today's programming world?
  • Python Working and Its Components - Part1
  • Python Working and Its Components - Part2
  • Execution Handling in Python
  • Install Python and Start working with Jupyter Notebook
Python variables do not just store user data. What does it do then?
  • Python variables do not just store user data. How and Why?
Data Objects in Python - Numbers
  • Details of Numbers,its Integer type in Python-With First Live Coding Lecture
  • Variables Assignment, Usage and Floating Point Numbers in Python – With our codi
  • Surprising floating point arithmetic’s, ways to circumvent them and introduction
Your First Python Project - GPA Calculator
  • GPA calculator - Part 1
  • GPA calculator - Part 2
Strings in Python are more than Text, let us see how they steal Coding pressure
  • Introduction to strings in Python
  • Strings in Python - Coding Lecture Part 1
  • Strings in Python - Coding Lecture Part 2
  • String Functions in Python – Coding Lecture Part 1
  • String Functions in Python – Coding Lecture Part 2
  • Asking for User Input – Coding Lecture
Project Time: Manage and Fetch the details from Tweet
  • Fetching Tweet Details
Here we will see how well python connects data both Logically and Conditionally
  • Python comparison operator and Boolean Data Type.
  • Chained Comparison Operators in Python
Lets have a detailed look at one of the most used Data structure in Python -List
  • Introduction to Lists in Python
  • Lists in Python – Coding Lecture Part 1
  • Lists in Python – Coding Lecture Part 2
  • Operations on Python Lists – Coding Lecture
  • Functions on Python Lists – Coding Lecture
  • Facebook Friend List Maker Project
Let us see more Data Structuring in Python with Dictionaries, Tuples and Sets
  • Tuples in Python - Coding Lecture
  • Dictionaries in Python - Coding Lecture
  • Dictionaries in Python - Coding Lecture 2
  • Sets in Python - Introduction and Coding Lecture
  • Job Opportunity Checker Project
Easing up the job of programmer with coding magics like loops and iterators
  • Details of For Loop and its Coding Lecture – Part 1
  • For Loop Coding Lecture– Part2
  • List Comprehension and Dictionary Comprehension – Coding Lecture
  • Details of While Loop and its coding lecture
Gaming Time: Reveal the Secret
  • Project Code to Reveal the Secret – Part 1
  • Project Code to Reveal the Secret – Part 2
User Defined Functions, Variables Scope and Lambda Functions in Python
  • Intro_to_Functions
  • Functions_with_positional_arguments
  • Variables_Scope - Part 1
  • Variables Scope in Python - Part 2
  • Variables_Scope_for_DataStrctures_Part3
  • User Defined Function with Keyword_Arguments
  • User Defined Function with Variable length Arguments
  • Lambda Functions and its utility
  • Nested Functions and First Class Objects in Python
Decorators in Python Functions
  • Creating and using Decorators in Python
Gaming Time
  • Tic_Tac_Toe - Beginning
  • Tic Tac Toe - Closure
Built-in Functions in Python
  • Conceptualization & Implementation of "Map" function with real world example
  • Conceptualization & Implementation of "Reduce" function with real world example
  • Conceptualization & Implementation of "Filter" function with real world example
  • Conceptualization & Implementation of "ZIP" function with real world example
  • Conceptualization & Implementation of "Enumerate" function with real examples
  • Conceptualization & Implementation of "Any" function with real world example
Exception Handling in Python
  • Complete implementation details of Exception handling in Python
Iterators and Generators
  • Conceptualization & Implementation of Iterators and Generators
Collections in Python
  • Conceptualization & Implementation of "Default Dictionary" with real examples
  • Conceptualization & Implementation of "Ordered Dictionary" with real examples
  • Conceptualization & Implementation of "Counters" with real examples
  • Conceptualization & Implementation of "Named Tuple" with real examples
  • Conceptualization & Implementation of "Dequeue" with real examples
World of Object Oriented Programming with Python
  • Conceptual introduction to Classes, Objects, Attributes, Methods & Constructors
  • Conceptual introduction to Classes, Objects, Attributes, Methods & Constructors
  • Conceptualization & Implementation of "Self" in Object oriented world
  • Implementation details of Constructor in Object oriented programming
  • Privacy and Protection with Encapsulation in Object oriented programming
  • Necessity of "@property" Object while implementing Encapsulation
  • Conceptualization and Implementation of Inheritance and its varieties
  • Conceptualization & Implementation of super() function and Multiple Inheritance
  • Conceptualization &Implementation of Method Resolution Order & Linearization
  • Conceptualization and Implementation of Polymorphism
  • Details on Garbage Collection - A Built-in behavior of Python
  • Project time - Designing Television using Object Oriented Programming
  • Complete Gist of Object Oriented Programming under 4 minutes