6PM Python Level 1
6PM Python Level 1
Make up class for Saturday 3PM Python Level 1 class. We went over the quiz questions we had last March 23rd, 2019. We started with new project Robot Builder from page 72.Read More...
Make up class for Saturday 3PM Python Level 1 class. We went over the quiz questions we had last March 23rd, 2019. We started with new project Robot Builder from page 72.Read More...
We review homework "Red Alert" project from page 82 to 95. We learned on how to create simple animation using Pygame Zero using images red-star.png and blue-star.png. Homeworks Enhanced the existing red-starRead More...
We went over concept of Variables and different data types (Integer, Float, String, Boolean, List) Homework from black python book from page 29 to 31.
We went over robot_builder homework from page 74 to 78. We enhanced the creation of arms so we can create multiple arms to the robot. Homeworks: Using Python Turtle draw below shapes
We went over Python variables and different data types from page 24 to 27. Homework: From Python Black book page 29 to 31.
We went over how to create and memorize the following shapes using Python turtle: rectangle, circle, triangle. We went over https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/ homework. Homework: Complete the following homework if you are not done: https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/
We went over how to do homework from previous class (https://www.ayclogic.com/event/3pm-python-level-1-14/) We started "Kaleido-Spiral" project from page 82 to page 86. Homeworks: If you have not finished the last week homework, pleaseRead More...
We went over how to change the x and y coordinate of the stars in PyGame Zero Homework: In April12_AnimationTutorialPGZ.py Load "orange.png" and "fox.png" Make the orange starts from (0,300) moving right.Read More...
We completed "Making Decisions" page 28 to 31. Homework: Complete page 31 if you have not done so. Do page 32 to 34.
We went over "Baby Name Generator" program. We reviewed the Python quiz to prepare for Python Test on May 4th, 2019 Homework: Copy and paste the following broken python codes in Thonny.Read More...
We went over how to do previous class homework (https://www.ayclogic.com/event/3pm-python-level-1-14/) We started and completed "Kaleido-Spiral" project from page 82. We did the hack and tweaks from page 89. Homeworks: Please complete previousRead More...
We reviewed "IF", "IF ELSE", "IF ELIF" conditional statements. We went over how to convert String to Integer and vice versa. We discussed all input from Shell is a String and neverRead More...
We went over https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/ project We reviewed how to do List We reviewed how to do forever loop. We reviewed how to create functions and how to call function inside a function. Homework: NoRead More...
We went over Making Decisions page 31. We went over how to convert String to Integer and vice versa. We discussed all input from Shell is a String and never an Integer.Read More...
We reviewed what's going to be in the Python Test level 1 next week. Homework: Study the following materials Python Level 1 Quiz. The last 2 weeks preparation topics. Baby Name generator: https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/