5 PM – Intro to Python – Gamas
Homework Start working on your Turtle project and make 25% progress every week. The project is due on March 14. If you guys can submit by March 7, I will give youRead More...
Homework Start working on your Turtle project and make 25% progress every week. The project is due on March 14. If you guys can submit by March 7, I will give youRead More...
What we did Homework review For loop with range intro Homework https://www.ayclogic.com/animal-list-and-for-loop-exercises/ Copy pages 57 to 58 Put these in a file named Feb14_ForLoopRangeHW.py If you have any questions, don't hesitate toRead More...
What we did Introduction to Data types (Integer, String, Double/Float, Boolean) Operators (Addition, Subtraction, Multiplication, Division) Variables - variable names cannot have space! Homework IntroToPythonP20toP23 Copy Python code from textbook pages 20-23Read More...
Today we: Added code to change the LaunchSpeed. Made the Level 1 Banner show up when the game starts. Added movement code for the Monkey sprite. Added code for when the MonkeyRead More...
TUESDAY Today we started the Final Project and also the Hello Kitty in-class project. did the sketch for Hello Kitty and Keroppi Frog FINAL PROJECT ASSIGNMENT Audrey: Redraw your sketch/lines using aRead More...
Today We Did Reviewed homework and went into further detail about object oriented programming. Explained the constructor, attributes, methods, and the difference between objects and classes. In case you need anything, feelRead More...
What we did today We started working on the Spiralizer project. We created clones of the ball. We made the ball clones spiral. We deleted the clones when touching the edge. WeRead More...