Project 1: Computer Art
For your first project, please put together all the computer programming skills that you’ve learned this week to the test and draw the absolutely coolest drawing that you can using the drawingpanel
module. Inside of a Python file, art.py
, your main function should render your drawing.
This project is open-ended. You can draw whatever you want, and I encourage you to do something both visually awesome as well as technically challenging. Feel free to use the internet to seek inspiration. Be sure to cite your source of inspiration, though. There are a few constraints that I’ll mention now:
- Your drawing be in good taste, i.e., nothing offensive.
- To ensure that your drawing includes some interesting programming constructs, we require that your program has at least 5 for-loops and 5 functions that do non-trivial work.
Other than that, the sky’s limit. The important thing - have fun with it!