Essential Question: How can I make animation in Python?
Mastery Objectives:
SWBAT use the draw function in python.
SWBAT create functions in python.
SWBAT create shapes in turtle python.
Do Now:
Type the code below into python and then try to create a function that makes a circle. Practice modifying the draw_ellipse(radius) code to create the function.
p5 Library - p5 · PyPI
p5 is a Python library that provides high level drawing functionality to help you quickly create simulations and interactive art using Python. It combines the core ideas of Processing — learning to code in a visual context — with Python’s readability to make programming more accessible to beginners, educators, and artists. - https://pypi.org/project/p5/ p5 description from their download page.