• Introduction & Installation
    • Introdution to Python & Python Analytics or Adv. Python
    • Python / Anaconda Installations & Configuration
  • Programming Basics
    • Variables
    • Data Types
    • User Inputs
    • Unpacking
    • Boolean Practice
    • What If, Else and If, Making Decisions
    • Loops
  • Functions
    • Creating Functions
    • Using Built in Functions
  • OOPs Programming
    • Modules
    • Classes & Objects
    • Inheritance
    • Overloading
    • Composition
  • Data Structures
    • List
    • Tuple
    • Set
  • Exception Handling
  • MySQL Server Setup
    • Installing and Configuring MySQL Server
    • Creating Database
    • CRUD Operations
    • Create Tables
      • Insert
      • Update
      • Delete
  • Database Integration with Python
    • Connection to Database from Python
    • Writing functions to handle database operations
    • CRUD Operations in python
  • Web Scrapping
    • Getting Data from Any Website using Python (new)
  • Data Analytics in Python
    • Installing & Understanding Analytics Packages
    • NumPy Array Operations
    • Pandas Data Frame Operations
    • Data Acquisition (Import & Export)
    • Indexing
    • Selection
    • Sorting
    • Filtering
    • Group By
    • Binning
    • Concatenation
    • Merge
    • Append
    • Drop
  • Data Visualization in Python
    • Installing Librarires
      • Matplotlib
      • Seaborn
    • Charts & Plots
      • Histogram
      • Scatter Plots
      • Box Plots
      • Line Chart
      • Bar Chart
      • Pie Chart etc.
    • Dashboards
    • Project
  • Beautiful SOAP library
  • Project