« All Events
5:30 PM – Intro To Python – Gamas
October 11, 2022 @ 5:30 pm - 6:30 pm
Today We Did
- We went over how to create face function properly. We learned how to make functions reusable and useful by adding useful parameters.
- We learned how to create slanted rectangle by using setheading.
- We learned about turtle directions.
Homework
- Create Oct11_DrawFace2Homework.py
- Inside the file, copy the rectangle and circle functions from the one that we did in the class.
- Inside the file, create a new function draw_face2. Introduce appropriate parameters, that will enable user to specify the location of the face when calling the functions. This is very similar to face function which we did in the class.
- Each time the draw_face2 function is called, it will draw one face. If call the function twice, then it will draw 2 faces and so on.
- Also please submit a turtle project proposal. A Turtle project proposal is a drawing of what you want to eventually make using Python turtle module. It is a hand drawing in a piece of paper. Please color your drawing accordingly. Alternatively, you can do digital drawing if you want in your favorite image editor like photoshop,
- Your proposal has to follow criteria in here: https://www.ayclogic.com/intro-to-python-final-project-criteria/
- This is sample of project proposal:
- This project is 20% of your class grade and this proposal is 10% of your project grade.
- Checkout projects done by other students in https://www.ayclogic.com/python-digital-illustrations/