Course: 6.
0001 Introduction to Computer Science and Programming in Python
Subject: Computer Science
Lecture 1: Python Basics
In this introductory lecture, students are introduced to the Python programming language. It
covers variables, data types, loops, conditionals, and functions. Python’s simple syntax makes it
an excellent choice for learning how to code. The lecture highlights basic control structures such
as if, else, and while loops, along with practical exercises. The focus is on problem-solving
using Python, equipping students with the tools they need to tackle more complex problems later
in the course.