03-Introduction to Programming With Python: Conditionals
This video, titled CS50P - Lecture 1 - Conditionals, provides a comprehensive guide to conditional statements in Python, presented by Harvard.
It covers basic conditionals, code design using if, elif, and else, combining conditions with or and and, the modulo operator, boolean values, writing Pythonic code, and the match statement.
The lecture emphasizes writing clean, efficient, and readable code.