CSCI 10200 - Multimedia Computing
Fall 2025

This course is an exploration in Computer Science and its relation to the domain of multimedia content and applications. We will learn about different forms of multimedia and how this content is represented digitally with computers. Using the Python programming language, we explore:

  • Basic programming concepts
  • Problem-solving strategies
  • Digital storage of text and images
  • The Binary and Hexadecimal number systems
  • Manipulation of multimedia formats programmatically
  • The creation of interactive content like computer games

Class Meetings

  • Section 1: M/W/F 9:00am-9:50am Taylor 205
  • Section 2: M/W/F 10:00am-10:50am Taylor 205

Book an office hour appointment

Course Texts

You can access most of the course books free using the College’s O’Reilly subscription.

  • Python Crash Course, 3rd Edition by Eric Matthes (ISBN: 1718502702 )
    Read for Free Online with O’Reilly or you can buy a physical copy from the college book store or Amazon.

    If you are having issues accessing the book, you can try the link directly from the libraries resource page. Just click on O’Reilly Safari Learning Platform (Formerly Safari Tech Books) (ProQuest)

Code Example Repository:

You can access the code example repository here: https://github.com/dtg3/wooster-cs102-examples-f25