ESC180: Introduction to Computer Programming

Fall 2025

Course staff


Course description   This course serves as an introduction to computer programming and computer science. We will introduce the Python programming language. We will use Python to solve a variety of problems, and practice problem-solving techniques that are applicable to computational problems. We will discuss good practices in software engineering (designing and building large software systems). We will analyze the efficiency of algorithms, and discuss designing efficient algorithms. Various research areas in computer science (AI, software engineering research, the theory of computation, etc.) will be introduced throughout the term. No previous knowledge of programming or computer science is assumed.

The course syllabus is available here.

Projects

Project 1.

Project 2

Project 3.

Labs

(schedule is tentative)

Lab 1: Tracing, Functions, and Conditionals (assigned Sept. 2, show the TA during the lab).

Lab 2: Functions and Local and Global Variables: Simulating a Pocket Calculator (assigned Sept. 11, show the TA during the lab).

Online exercises

Exams

Midterm

The midterm will be held on Nov. 2

Exam

The exam will be held in December. Past exams are below.

An inclusive environment

We strive to build and maintain an inclusive environment in class — an environment that allows every student to reach their full potential. Please do not hesitate to contact me and/or your preceptor to let us know if you need special accommodation or with any concerns.

Design credit: CS229, Jan 2019.