- This event has passed.
3 PM – Intro To Python – Sebastian
April 15, 2023 @ 3:00 pm - 4:00 pm
Today We Did
- Learned how to draw half circles
- Went through examples of drawing things in a loop
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Name your homework APR15_project_proposal_hw, please submit by next Friday.
- Homework: Use any pens, pencils, markers, etc. to draw your project proposal on a piece of paper. Keep in mind that you will have to write Python code that will draw it.Make sure your proposal follows these requirements: https://www.ayclogic.com/intro-to-python-final-project-criteria/Examples of what the final project will look like:
https://www.ayclogic.com/python-digital-illustrations/- It needs to have a combination of rectangles, circles, and polygons.
- It needs to have at least one text that is formed by a combination of rectangles or circles or polygons.
- It needs to have some part of the illustration that keeps changing the colors.
- The X and Y coordinates need to be between -500 to 500.
- The illustration needs to be fairly complex. If it is too simple, then you will not get the maximum grade.
- There needs to be at least 7 different objects/characters in the final project
- There need to be at least four functions to draw specific polygons with different coordinates and colors. For example, draw_cloud(x,y, color), draw_tree(x,y, color), draw_airplane(x,y, color). The more functions like this, the higher your grades.
- No code duplication.
- The final result has to be the same as the proposal.
Look below for what other students have done in the past: https://www.ayclogic.com/python-digital-illustrations/