The Basics of Python Part 1
  • Syntax, comments, and variables
  • Operators and expressions
The basics of Python Part 2
  • Data types and built-in functions
  • Run Python Code
Conditions and Loops
  • if, elif, else
  • for and while loops
  • Coding challenge 1
Functions and Modules
  • Functions and Function Scope
  • Modules: Builtin and User Defined
  • Coding challenge 2
List and Tuple
  • Data Structure and Lists
  • Tuples
Sets and Dictionaries
  • Sets
  • Dictionaries
  • Coding challenge 3
Classes and Object Oriented
  • Class and Object
  • Inheritance and Polymorphism
  • Coding challenge 4
Files
  • Open and Read a File
  • Writing to a File
  • CSV Files
  • Coding challenge 5
Error Handling
  • Errors and Exceptions
  • try-except block
  • Custom Exception and Assertion
  • Coding Challenge
Data Visualization
  • Creating Charts
  • Coding Challenge
Web Applications
  • Create Your First Web App
  • Web App with Templates
  • Pass Data using GET Method
  • Coding Challenge