Lectures

This document provides links to all available Python programming lectures in this course.

Introduction

Unit 1: Python Fundamentals

Unit 2: Functions and conditional logic (if/elif/else)

Unit 3: Lists and for loops

  • Lists - Introduction to Python lists
  • Ranges and slicing - Slicing (access parts of sequences)
  • For loops - For loops: executing the same code on every item in a sequence (lists, strings, etc.)

More lectures will be added as the course progresses.