Introduction
  • Introduction
  • Python and Pycharm Installation
  • VSCode Installation, Checking Installed Programs and Configuring File Visibility
  • Python Interpreter Troubleshooting
  • Introduction To Variables
  • Understanding the Essentials of Variable Naming
  • Working with Numerical Inputs
  • Core Data Types In Python
User-Defined Function
  • How To Create Your Own Function
  • Creating A Function With Two Parameters
  • Advance reading about f-strings (Supplementary but a must read short article)
  • Lab Experiment on Functions
Control Flow: Conditional Statements
  • What is control flow in programming?
  • If Else Statement
  • Overview of Comparison Operators
  • Practical Demonstration: Creating A Basic Login Functionality
  • Python Operators
  • The Elif statement
Coding Challenge
  • Introduction
  • Solution
  • How It Works
Data Structures: List, Dictionary, Tupple
  • List
  • More about list in python (A must read)
  • Dictionary
  • Dictionaries In Real-World Scenario
  • Tuple
Control Flow: Loops
  • The f-string: Just before you we study loops
  • For Loop
  • While Loop
Importing Modules
  • The Random Module In Python
  • Understanding Python's Modular Import System
  • Installing and Importing An External Module: PrettyTable
Application Development: Basic Attendance System
  • Flowchart Basics
  • Let's Build the Basic Attendance System
  • Source Code