There are only two hard things in Computer Science: cache invalidation and naming things.
Phil Karlton
These resources will be used throughout the entirety of the course.
rylanschubkegel@gmail.com 3600-840-1401 | Instructor contact information. |
Course Syllabus | Includes an overview of the topics covered, grading criteria, and participation expectations. |
Replit | Online IDE used for coding; can be accessed from any computer via Google account or username/password. |
VS Code | IDE used for coding; runs locally as a desktop application. Requires Python interpreter to be installed on your machine. |
Python | Python interpreter that runs `.py` files on your local machine. |
Pygame | Documentation for the Pygame library which is used for making games in Python. |