2 PM Python Level 1
2 PM Python Level 1
We completed Baby Name Generator project. We reviewed some basic python. Homework: do https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
We completed Baby Name Generator project. We reviewed some basic python. Homework: do https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
Review the X and Y coordinates Review how to move sprites using goto, glide and move. Homework: Make the 2nd beetle to move up, down, left and right using change x andRead More...
We reviewed the extra credit task. We Reviewed for final test next week at 5PM: Variables list for loop While loop If statement Homework - Study for final test: https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/ https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/ HowRead More...
Happy New Year 2020 We went through Dec21_homework.py from page 143 to 145. We review function. Homework: # Create a function called "convert_km_to_m", one parameter "kilometer" # inside the function convert "kilometer"Read More...
We reviewed functions and homework. Homework: Study for the test https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/ https://www.ayclogic.com/fixing-python-bugs/ Study how to create circle and rectangle using turtle library.
Today we started the Jumpy Monkey project on page 90. We added the Monkey, Launcher and Bananas sprites. Homework Complete the rest of page 96 and 97. Review coordinates
We went over the homework. We continued with the hangman games. Homework: Inside Dec14_Hangman.py, do the following: create a function, 'update_clue' it has one parameter: 'guess' inside the function, use for loopRead More...
We went over how to create Target sprite. We went over how to limit the game to a duration. We went over some topic in final project. Homework: Continue with your FinalRead More...
Today we started the Dino Dance Party on page 34 We added the Dino sprites and also added the background and music. Homework Complete page 41 in the pink Scratch book
We started Tunnel of Doom project from page 122. Homework: Page 125 - Add background music Page 132 - Display banner when cat touch the home.
Today we continued with Doom on the Broom. We were able to add in a griffin and a dragon as well as start on the forcefield. For homework: Do pages 122-125, addingRead More...
We reviewed homework to make 2nd bird appear from the right to left. We went through how to flip the bird horizontally. We started creating Bird class. Homework: randomize the y coordinateRead More...
Today we continued with Doom on the Broom. We were able to add in a griffin and a dragon as well as start on the forcefield. For homework: Do pages 122-125, addingRead More...
Today we continued on with the Glacier Race. We were able to finish the Glacier Race project so there is no homework for this week!!
Continued with Cheese Chase page 66. Homework: Add one more costume for "Maze" sprite: maze2 Create variable "Ghost Speed". Inside Ghost sprite, set "Ghost Speed" variable to 1. Change Ghost movement toRead More...
We reviewed Function homework. We started Hangman project. Homework: Continue with Jan18_Hangman.py project. Every time the program loop, it needs to print 3 things the 9 hearts the number of letters inRead More...
We continued Jumpy Monkey project. We make the bananas appear in the screen. We added FallSpeed and Gravity. Homework: Page 100 and 101
Continued and finished with Hangman project. Homework: Copy broken python codes from https://www.ayclogic.com/fixing-python-bugs/ into Jan18_homework_fixbugs.py and try to fix the problem.
We went over how to make baloon appear randomly from the bottom to the top. We went over the final project. Homework: The baloon now appear too frequently. Make it appear lessRead More...
Today we continued on with the Dino Dance Party project. We were able to finish this project completely so there will be no homework for this week!
Today we continued with the homework for Doom on the Broom. We were able to finish the Doom on the Broom and started Glacier Race. For Homework: Do pages from 169-171 forRead More...
We completed Fireworks Project from page 154. Next week is Scratch Level 1 test. It will be a 2 hour test. Please study the following Cat Art - https://scratch.mit.edu/projects/173114455/ Animal Race -Read More...
We continued with Cheese Chase project. We added level 2: We added 2nd maze. We added 2nd beetle. We made the ghost faster No homework.
We continued with Hangman program. Homework: inside the Jan18_Hangman.py and inside the while loop add a code which will check if "lives" variable is equal to 0, break from the loop. AtRead More...
Today we continued with the Jumpy Monkey project. For homework: Use myblocks when inside the GameLoop. Look to Cheese Chase for help if you need it.
We continued with Shoot Baloon project. We made Baloon appear less frequently. We made Baloon and Target sprites to have "rect" or hitpoint. Homework: detect collision between baloon_group and target_group. The finalRead More...
We reviewed about class and Bird and Sprite. We continue creating Bird class. Homework: Review main.py and bird.py and come up with at least 3 questions that you don't understand.
Today we began on how to do the Animal Race. We were able to get through the Animal Race and for homework I want you to add in a finish line soRead More...
We completed Tunnel of Doom project. We started Window Cleaner from page 134 to page 137. Homework: Continue the projecr from page 137 to 139
We continued with Doom On The Broom project We completed the Force Field We added the hippo We started Glacier Race project. Homework: Continue Glacier Race Project from page 169 to 171
We continued with Hangman game (Jan18_Hangman.py) We added the logic that will display the question mark symbol. Homework: Continue with Hangman game before you start the loop create a function called "update_clue",Read More...
We went over variables and data types. Homework: Buy the following python book if you have not done so: https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280/ref=sr_1_3?crid=16NLB4LW407IK&keywords=python+programming&qid=1580672032&sprefix=python+%2Caps%2C233&sr=8-3 Install https://thonny.org/ in your computer From the book above, follow coding exercisesRead More...
1. We went over final project progress in the class with Vivian and Ryan.
We continued Birdie game. Homework: Inside Bird class, flip between imageA and imageB so the bird will flap its wing.
Today we finished up the Animal Race. We started with the Funny Faces Project!!! For homework! Add in three different objects for your face!
We completed Window Cleaner project. We started Punch the Dummy project. Homework: Create a new sprite, use paint. And draw a face with mouth and hair.
Today we continued with the Glacier Race project. For homework: Do pages from 175 until 177