15-112 Agenda 31-May
- Congratulations (this is where most cs1 courses stop)!
- Code Block of the Day
import matplotlib.pyplot as plt plt.plot([1,2,3,4], [5,6,7,8]) plt.show()
- Note: Python Tutor + Videos
- Content
- Creating an empty canvas
- up is down
- Check: https://tinyurl.com/summer112att7
- Basic drawing:
- rectangle
- oval
- line
- polygon
- text
- adjusting to width and height and using variables
- powerful graphics:
- graphics helper functions
- loops + graphics
- drawPattern
- trig
- drawStar