AP Computer Science Principles (Python)
A free AP CSP curriculum in Python, with slides, labs, and projects.
884 interactive problems, free to use.
This is a resource for teachers and students for AP Computer Science Principles. This curriculum is being updated for newly revised 2020-21 College Board curriculum. The official language for the course is Python.
Course Outline and Lecture Notes
Introduction to Programming with Python
We will cover the essentials of the Python language: data types, conditionals, loops, basic data structures including lists, tuples and dictionaries, functions, object-oriented programming and inheritance.
The Create Task
Computer Science Principles
We will cover general computer science principles here.
Interesting Short Projects/Applications in Python
Computer Animation with Processing
We will introduce computer graphics using Processing.
How to write a very simple platformer game!
This material uses Processing. Review the Processing lecture notes and labs(see above) before attempting this lab. The two video tutorials were created for my APCSA(Java) class but they discuss the math behind the algorithms and are language agnostic.
Text Processing: Analyzing Shakespeare
A short problem set and tutorial on how to perform a simple word frequency analysis: total words, total unique words and most frequently used words in all of Shakespeare's collection of works. (HTML, ZIP)
Additional Topics
Introduction to Neural Networks
A 2-3 weeks curriculum designed for AP Computer Science Principles on Neural Networks. Students will implement from scratch a Python program that recognizes handwritten digits! The full course resources page can be found here.
Introduction to the Discrete Fourier Transform
This course explains the math behind the Discrete Fourier Transform and illustrates its utility through analyzing and manipulating audio files in Python. The full course resources page can be found here.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.