« All Events
7:00 PM – Intro to Python – Sebastian
March 31 @ 7:00 pm - 8:00 pm
Today we did
- Learned how to draw a face
- Use all of our previous functions to draw it
- Went over our project proposal
- Monday 7:00PM class code:
https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing - AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Please submit your homework into your Google Drive and name it MAR31_project_proposal
- Homework: Start your project proposal! Please read through these next instructions very carefully
- You have 5 weeks from now to complete your full project, but today you only need to draw your idea on a piece of paper, the coding will come in the next few weeks.
- These are the requirements for your project:
- 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
- Most of the complex shapes have to be done via functions with coordinates and color as parameters. 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.
- Examples: https://www.ayclogic.com/intro-to-python-final-project-criteria/