CSCI 195b Spring 2023
Algorithmic Art
Archived Class
Charles Cusack
Computer Science
Hope College
Main
Schedule
Grading
Gradebook
Homework

Policies
Advice
College
    Policies

Notes
Programs
Tutorials

CSCI 385
MATH 160
Others

Admin

Homework 1

Details

Create at least 5 Python scripts based on grids that draw interesting things. Use colors, randomness, lines, circles, squares, and other things we have learned so far. Be creative. Feel free to ask others (inside or outside the class) if you are stuck for ideas. But please write your own code!

  1. Submit at least 5 scripts, plus any referenced files using WebHandin 195-HW1.
  2. Submit your favorite script, plus any referenced files using WebHandin 195-HW1B
  3. IMPORTANT NOTE: Please make sure your runnable scripts have names that start with numbers (e.g. 005_myAwesomeStuff.py), and your other files do not (e.g. colors.py or drawMethods.py)!