This course focuses on programming for the internet using the Python programming language. Students will learn how to write client and server code and become familiar with database usage to build simple web applications. The goal of this course is not to teach students how to build graphically attractive web programs, but rather to teach the mechanics underpinning modern web applications. This is the second half of a two-part Computer Science series.
This course uses our Knowledge, Skills, and Attributes (KSA) model to give students the opportunity to develop both real-world 21st Century Skills and Social and Emotional Learning Soft Skills to develop college and career readiness.
Students will need a scientific calculator capable of computing trigonometric functions. This course includes a lab component. See the syllabus for a list of required materials.
Prerequisites
Physics, Part 1 (PHSCS 041) and Pre-Algebra, Part 1 (ALG 041) or equivalent
Course Outline
Module 1—Introduction to Functions
Module 2—Working with Functions
Module 3—Working with Strings
Module 4—Using Loops with Strings
Module 5—Tuples and Lists
Module 6—Data Structures
Module 7—HTTP
Module 8—Midcourse Quiz
Module 9—Working with Lists
Module 10—Extending Data Structures
Module 11—Guess the Word Project
Module 12—Classes, Objects, and Methods
Module 13—Class Variables and Inheritance
Module 14—Attributes and Namespaces
Module 15—Classes and Objects