Computer Science

Fall 2024 | Instructor Page | HCC

There are only two hard things in Computer Science: cache invalidation and naming things.

Phil Karlton

Course Resources

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.

Weekly Resources

Legend
Week Topic(s) Resources
Week 1
Sep 04โ€“11
  • Getting Started
Week 2
Sep 12โ€“18
  • Course Introduction
  • CS: What is a Computer
  • CS: Computer Languages
  • Python: Variables
  • Python: Conditions
Week 3
Sep 19โ€“25
  • CS: Operating Systems
  • Python: Data Types
  • Python: Operators
  • Python: Loops
Week 4
Sep 26โ€“Oct 02
  • CS: The Internet
  • Python: Lists
Week 5
Oct 03โ€“09
  • CS: Servers
  • CS: The Cloud
  • Python: Functions
Week 6
Oct 10โ€“16
  • CS: Artificial Intelligence
  • Python: Modules
Week 7
Oct 17โ€“23
  • Midterm Review
Week 8
Oct 24โ€“30
  • Midterm
Week 9
Oct 31โ€“Nov 06
  • CS: File Systems
  • Python: Reading/Writing Files
Week 10
Nov 07โ€“13
  • CS: Special Files
  • Python - More Files
Week 11
Nov 14โ€“20
  • CS: Databases
  • Python - Dictionaries
Week 12
Nov 21โ€“27
  • CS: Error Handling
  • Python - try/except
Week 12
Nov 28โ€“Dec 04
  • Thanksgiving Break
Week 13
Dec 05โ€“11
  • CS: Intro to Graphics
  • Python: Intro to Pygame
Week 14
Dec 12โ€“18
  • CS: User Interfaces
  • Python - State
Week 15
Dec 19โ€“25
  • Python - Pygame Collisions
Week 15
Dec 26โ€“Jan 01
  • Christmas Break
Week 15
Jan 02โ€“08
  • Christmas Break
Week 16
Jan 09โ€“15
  • Flappy Bird pt 4
Week 16
Jan 16โ€“22
  • Final Project
Week 16
Jan 23โ€“29
  • Final Project
  • Final Exam