10 AM – Intro To Python – Gamas
10 AM – Intro To Python – Gamas
What We Did We finished reviewing function with return value. We started working on Random module. Homework No homework
What We Did We finished reviewing function with return value. We started working on Random module. Homework No homework
Today We Did We went over the team project progress. We added 2 more sprites for the project so each kid can work independently: Shuriken, PowerUp. Homework Continue working on your teamRead More...
Today We Did We created a custom creature from CEM Template Loader blockbench plugin. We created Saturn Fox. Homework No homework
Today We: Finished the Mary Had a Little Lamb project using list Started the Supermarket project Created a Categories List, a Supermarket List, and a total_price variable Coded the Cat sprite toRead More...
Today We Did String functions .upper(), .lower(), .title() Formatting strings: f-strings In case you need anything, feel free to email me at juan@ayclogic.com View what we covered today at the google drive:Read More...
Today We: Continued to work on the Grocery System Project Your HW: Do the Try it Yourself on Page 167 in the book (Restaurant and User 2) Continue using the file withRead More...
What we did Homework review For loop with list Homework https://www.ayclogic.com/animal-list-and-for-loop-exercises/ Copy pages 54 and 55 Do page 56 TRY IT YOURSELF problems Name the file Feb7_ForLoopListHW.py If you have any questions,Read More...
Homework Create Turtle project proposal in a piece of paper like below Look for project criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Upload your project proposal to your assigned homework google drive.
TUESDAY Today we finished the Squirt Turtle project. Finished up the shading by blurring then shading lines Also shaded and refined his spotty texture HOMEWORK Fill out the form for the Final ProjectRead More...
Today we: Started the Jumpy Monkey project. Added the Monkey, Arrow, Tree, and Banana sprites. Added the Forest background. Made the Monkey smaller and always go to the Arrow sprite when theRead More...
Today We Did Object Oriented Programming In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB7_oop_hw, please submit by next Monday. Homework: Page 158 toRead More...
Today We: Finished the Birthday Card project Started the Custom Birthday Card project Learned how to upload costumes and backgrounds from the internet Coded a sprite to start and glide somewhere differentRead More...
WEDNESDAY Today we finished the 2nd Style for the Princess Zelda project. Added simple shading Added shine and blush details Made “holes” in the lines for additional style details HOMEWORK DrawRead More...
Homework For everyone, including Vincent and Henry, add menu number 12. Find staff by name using List and 13 Find staff using Dictionary, Make the feature works, this is very similar toRead More...
Today We: Finished the Rocketship 1.0 project Started the Rocketship 2.0 project Added the Fireball sprite Changed the Fireball sprite's direction Created a Fireball clone when the space key is pressed CodedRead More...
Today We Did Functions without return value In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB8_functions_hw, please submit by next Tuesday. Homework: #7 fromRead More...
Today We Did Started working on Monster Inheritance Homework in a file called monster.py make a class called Monster that has 3 attributes: species, health, and max_attack. Then in main.py, add 2Read More...
What we did today We finished working on the Dino Dance Party project. Homework Add another sprite into the game. Make the sprite dance. (reference the ballerina sprite code)
Today We Did Went over Driver System (practice final) Homework Study for the Final Test 2 hrs long from 7-9pm. Open note, open book. Get here 6:55pm If you have any questions,Read More...
What we did Homework review Input from shell review Boolean expression review (AND and OR) Intro to for loops Homework Complete the problem in the following link: https://www.ayclogic.com/java-for-loop-if-else/ Name your homework fileRead More...
Homework Continue on Feb10_GrocerryShoppingCart.py Add codes in this file so it can do the following What do you want to purchase: 1. Frozen Pizza - $10 2. Ice cream - $ 4Read More...
Today We: Continued working on the Flappy Duck project Your HW: Finish making your time line for your projects Add all links to which assets you will be using Start working onRead More...
Today we: Added sound to Gobo. Finished the Ask Gobo project. Started the Funny Faces project. Made the Face sprite. Made the Eyes sprite. Made the Nose sprite. Learned about the "goRead More...
Today we: Started the Custom Birthday Card project. Added our mom's pictures and our own pictures into the sprites. Added the Arrow sprites. Made the Shark1, Shark2, Birthday Banner, and Cake spritesRead More...
What we did today We finished working on the Fireball Fighting project. Homework Add a background to your project. Add music to your project.
Today We Did Quiz review homework and more quiz review In case you need anything, feel free to email me at sebastian@ayclogic.com Homework We will have 2nd quiz on 02/18. Prepare forRead More...
Today We Did Quiz review homework and more quiz review In case you need anything, feel free to email me at sebastian@ayclogic.com Homework We will have 2nd quiz on 02/18. Prepare forRead More...
Today We Did Went over tasks for Final Project Continued working on Flappy Bird Homework Work on the tasks assigned to you for your Final Project Game If you have any questions,Read More...
Today We: Created the Checkout sprite Coded the Cat sprite to say the items in the Shopping Cart and say the total cost Finished coding the Muffin, Bread, Donut, Jam, and MilkRead More...
Today We: Learned how to draw images onto the screen Your HW: Get your pycharm working Send an email to gamas@ayclogic.com to schedule time to fix yours if it is still notRead More...
Today We Did Reviewed last week's homework assignment: f-strings, .upper(), .title(), .lower() Learned about newlines "\n" and tabs "\t" Learned about Boolean datatypes, expressions, and if-else statements. In case you need anything,Read More...
Today We Did: We finished up with the Tunnel of Doom by creating the home button. Started with the Window Cleaner project and learned about how to use clones. For Homework: CreateRead More...
Today We: Reviewed Classes and Instances Learned about using instance variables in lists and dictionaries Your HW: Create a new file called "Feb_13_ClassesHerosPractice" Create a Hero Class with the following attributes: NameRead 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...
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...
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...
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...
WEDNESDAY Today we started working on a lesson about clothes and the physics of fabrics. HOMEWORK : Final Project preparation (a character in 2 styles) Please fill our this FORM
Homework Continue on WED-6PM-LibrarySystem project Add code to enable Add Book List all books Find book by name You have to add book class to do this name author publish_year id UseRead More...
Today We: Finished the Lightning sprite by making it explode. Added the Fireball variable. Added the FireballPowerUp sprite. Made the FireballPowerUp sprite create clones of itself and go to random locations onRead More...
Today We Did Python functions with return values Reviewed how to call functions Reviewed what "return" does (where does the return value go?) In case you need anything, feel free to emailRead More...
Today We Did Continued working on Monster Inheritance Homework In the Wed7PMClass project, do pg. 168-170 from the textbook in a file called Feb15_InheritanceHomework.py If you have any questions, you can askRead More...
What we did today We finished the Dino Dance project. We started working on the Animal race project. Homework Do page 55 on your pink Scratch book.
Today We Did Took the Final Test Homework None If you have any questions, you can ask me at latisha@ayclogic.com.
Today We Did: Reviewed the homework "ForLoopIfElseHW" Started to learn about lists, and how to add, get, and remove things from them. Also, learned about how to loop through a list andRead More...
Homework Create a new file Feb17_StringHomework.py Copy codes from page 20 to page 23 from the textbook. If you see ">>>" in the book, don't copy this >>>. For example in theRead More...
Homework Continue on Feb10_GroceryShoppingCart.py Add codes so after you are "done", the program will list all items that the user purchase. You have to create a list to keep track of theRead More...
Today We: Continued working on the Flappy Duck project Added a game_state attribute and a main menu Your HW: Continue working on your projects
Today we: Made the Mouth sprite. Made the Bowtie sprite spin. Made a sprite change colors. Made the Eyebrows sprite get bigger and smaller. Finished the Funny Faces project. Homework: Go to https://www.ayclogic.com/project-resources/Read More...
Homework Continue on Feb18_Magic8BallV1.py. Change the code so it can the program can provide more answers: Yes No Maybe Absolutely No way I am not sure Create a new file Feb18_Magic8BallV2.py. CreateRead More...
Today we: Added the Boxing Glove and Pow sprites. Added the Big Boing sound effect. Made the Boxing Glove sprite follow the mouse. Made the Eyeball and Head sprites move back andRead More...
Homework Continue on TicTacToe project. Do the following inside activity_main.xml: Change player1Label text to "Player 1". Change the textSize to be 24sp. Change the player1Text textSize to be 24sp. Create a newRead More...
Today We Did Quiz 2 In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No homework, enjoy the long weekend! :)
Today We Did Quiz 2 In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No homework, enjoy the long weekend! :)
Today We Did Went over tasks for Final Project Finished Flappy Bird Homework Work on the tasks assigned to you for your Final Project Game If you have any questions, you canRead More...
Today We Did We started migrating our 1.16 minecraft mod project into minecraft 1.19. Homework No homework
Today We Did Reviewed last week's homework assignment: if and else statements Learned about <=, >=, ==, !=, and elif (else if) In case you need anything, feel free to email me atRead More...
What we did: We learned about random. We went over Magic 8-ball version 1 We went over the password generator. Homework: Create a magic 8-ball using random.randint. It will have 6 answers:Read More...
Today We Did: Continued the Window Cleaner project Learned how to use the camera sensor to erase the splats. For Homework: If the countdown is less than 10, play the boing soundRead More...
Today We: Reviewed Last week's homework Continued the grocery system v3 project Your HW: Make sure your files are organized You should have 1 folder on your desktop called Mon5pmOOPProjects In thatRead More...
What we did Homework review While loop intro Homework Copy pages 118 and 121 Put these in a file named Feb21_WhileLoopHW.py If you have any questions, don’t hesitate to email me at szhuang@ayclogic.com.
Today We Did We continued on Feb14_GroceryShoppingCart.py. Added codes to keep track of total price. Added codes to response differently depending on the selection. Homework Continue on your turtle python project. TheRead More...
Today we: Added gravity to the Monkey sprite. Added the Level variable. Made a ShowLevel MyBlock in the Level Banner sprite. Added conditions for when the Monkey sprite collects all the BananaRead More...
What we did Homework review String functions and escape characters Homework Create a file named Feb21_StringHomework2.py From page 25, do the TRY IT YOURSELF problems - 2-3, 2-4, 2-5 and 2-6 https://drive.google.com/file/d/1s6gJdU4HalqMx6HOU52ihqJ5VYT273qv/view?usp=sharing Read More...
TUESDAY Today we continued the Hello Kitty in-class project and also continued reviewing progress of the final project. We added the lines on a new layer We added the flat colors onRead More...
Today We Did Grocery System Using Class and dictionary In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB21_restaurant_hw, please submit by next Monday. Homework:Read More...
Today We: Finished the Spiralizer project Started the Tunnel of Doom project Created the Tunnel sprite Coded the Cat sprite to follow the mouse until touching the Tunnel sprite Important Reminders: AfterRead More...
WEDNESDAY Today we continued the lesson about clothes and the physics of fabrics. HOMEWORK : FINAL PROJECT Time to start your final project! You can choose either your Style 1 orRead More...
Homework Continue on LibrarySystem Add new feature "5. List all old books". Old books means books.publishing_year < 2000. Please look at below options 1. Add book 2. List all books 3. FindRead More...
Today we: Continued the Spaceship 2.0 project Started the Fantastic Flowers project Added a Ball sprite Coded the Ball sprite to move and leave stamps to create a flower Coded all stampsRead More...
Today We Did How to generate a random number How to get a random element from a list In case you need anything, feel free to email me at sebastian@ayclogic.com Homework NameRead More...
Today We Did Continued working on Monster Inheritance Homework In the Wed7PMClass project, do pg. 173 DO-IT-YOURSELF 9-6 and 9-7 from the textbook in a file called Feb22_InheritanceHomework2.py If you have any questions,Read More...
What we did today We finished working on the Animal Race project. Homework Finish the Bat Banner sprite code. (make sure to broadcast "bat win", and then the Bat Banner sprite willRead More...
What we did Homework review String functions and escape characters Homework Create a file named Feb24_StringHomework2.py From page 25, do the TRY IT YOURSELF problems – 2-3, 2-4, 2-5 and 2-6 Turn itRead More...
Today We Did: Covered the List and For Loop homework for the first two questions. Reviewed about for loops and how to loop through a list using them with either index orRead More...
Homework Continue on Feb24_RobuxShoppingCart.py Add codes so your program can do the following features Welcome to Robux Bank, you have 300 robux in the beginning. What do you want to do: 1.Read More...
Today We: Reviewed the handle_button method Worked on the play and credits button Worked on the credits page Your HW: Continue working on your projects On the credits page, display the followingRead More...
What we did today We finished working on the Flower drawing. We started working on the Eevee drawing. Homework Keep woking on you final project.
Today we: Learned about coordinates, the x-axis, and the y-axis. Started the Draw Shapes project. Learned about the pen extension. Made the Cat sprite draw the square and rectangle. Homework: Find allRead More...
Homework Create Feb25_FixPythonErrorHomework.py Copy broken codes from https://www.ayclogic.com/fixing-python-bugs/
Today we: Finished the Punch The Dummy project. Started the Mary Had A Little Lamb project. Made the Do, Re, Mi, Fa, and Sol sprites. Made each note sprite play a soundRead More...
Homework Everytime the player kills a bird, increase score by one. Display score in the top middle of the screen.
What we did today We went over and reviewed older projects as preparation for the test. Homework Study the things we went over during class. Good luck on your test! :D
Homework Inside activity_main.xml, adjust player1Label and player2Label topConstraint so it will look vertically aligned with the player1Text and player2Text. Inside activity_game.xml, set the background image to background_img.png
Today We Did Basic turtle penup(), pendown() bgcolor(), color() begin_fill(), end_fill() goto() In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB25_turtle_hw.py, please submit byRead More...
Today We Did Basic turtle penup(), pendown() bgcolor(), color() begin_fill(), end_fill() goto() In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB25_turtle_hw.py, please submit byRead More...
Today We Did: We finished up the Window Cleaner project. Started the Punch The Dummy project Added in most of the components For Homework: Continue with the Punch The Dummy project GoRead More...
What we did today: We went over the Magic 8-BallV2 homework. We went over the steps to fix errors and went over some examples. Homework: Create a new file called Feb25_FixPythonErrorHomework.py CopyRead More...
Today We: Finished the Grocery System project Started the School System project Your HW: create a new file called student.py create a class called Student first name last name age grade createRead More...
Homework For those who are not done with the Turtle project, please continue with it. It is due on March 14. You can get 10% bonus if you submit by March 7.Read More...
What we did Homework review While loop review Homework Textbook pages 123-124 TRY IT YOURSELF 7-4, 7-5, 7-6, 7-7 Put these in a file named Feb28_WhileLoopHW2.py If you have any questions, don’t hesitateRead More...
What we did Homework review If statement intro Homework Create a file named Feb28_IfElseHomework.py Copy pages 79-81 from the textbook and put it in that file If you have any questions, don’t hesitateRead More...
TUESDAY Today we finished the Hello Kitty in class project We added the shading and the simple background FINAL PROJECT ASSIGNMENT Audrey: Add the flat colors to your whole project. Including eachRead More...
Today we: Finished the Dinosaur sprite. Finished the Game Over Banner sprite. Finished the Jumpy Monkey project. Homework: Make a new project and name it "Fireball Fight." Delete the Cat sprite. AddRead More...
Today We Did Continued Grocery System using class and dictionary In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB28_grocery_system_hw, please submit by next Monday.Read More...
Today We: Reviewed the homework Coded the game to keep track of the best score and the name of the player who got the best score Finished the Tunnel of Doom projectRead More...
WEDNESDAY Today we continued one of the clothing sketches from last time for the in-class project. Finished the lines of her body and clothes Added lines for the hair and face ofRead More...
Today we: Reviewed the homework Continued the Fantastic Flowers project Learned more about "My Blocks" Randomized the number of petals and petal colors a flower will have Important Reminders: After you finishRead More...
Homework Inside LibrarySystem, add code inside book.py so it will have a new method called get_info(self) When get_info(self) is called it will return information of the book. Like this Title: Lightning ThiefRead More...
Today We Did Mixed functions with random module Mixed functions with for loops and while loops Mixed functions with if statements In case you need anything, feel free to email me atRead More...
Today We Did Continued working on Monster Inheritance Homework In sword_attack, do the second half of the attack. Get the number of damage points the monster does to you, which should beRead More...
What we did today We started working on the Gobo Project. Homework Add 3 more options to your Gobo project. (In the end you should have 6 options in total). Look atRead More...
Today We Did Started working Dragon Birdie Homework None If you have any questions, you can ask me at latisha@ayclogic.com.
What we did Homework review If statements Homework Create a file named Mar3_IfElseHW.py Copy pages 79-81 from the textbook Turn it in a day before class If you have any questions, don’t hesitateRead More...
Homework Create a new project called Mar3Magic8Ball.java, and use a combination of Random module, while loop, if else statements to create Magic8Ball game. Look at below Python codes for your reference importRead More...
Homework Continue on Feb24_RobuxShoppingCart.py Add codes so your program can have these 2 features It will not allow to make purchase if you do not have enough robux You will be ableRead More...
Today we: Finished the Draw Shapes project. Started the Animal Crossing project. Added the XY-Grid background. Added the Mouse1 sprite and made it walk to the right. When it hits the edgeRead More...
Today We Did We went over how to fix python errors. How to read python errors. Homework Create March4_2ndQuizPrep.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
Today we: Finished the Mary Had A Little Lamb project. Started the Virtual Snow project. Made a gradient background. Made the Snow sprite. Made clones of the Snow sprite. Made the clonesRead More...
Homework We are using a lot of if elif else statements in our codes. There is a slightly faster way which is using switch https://www.w3schools.com/java/java_switch.asp Replaced code inside GameView.update() to use JavaRead More...
Homework Inside activity_game.xml, add the component number 3, 4, 5 and 7. For component 4, just put start (left:32dp) and top constraint (8dp). For component 3, just put end (right:32dp) and topRead More...
Today We Did Robot builder left and right arm Reviewed why functions are useful for large projects like this turtle.forward() & turtle.right() In case you need anything, feel free to email meRead More...
Today We Did Color shapes with turtle.begin_fill() & turtle.end_fill() Move and turn pen with turtle.forward() & turtle.right() Drawing rectangles in different ways In case you need anything, feel free to email meRead More...
Today We Did Set-up PyCharm, Gitlab account, and cloned the dragon-birdie repository. Started blitting images for PyGame to display. Homework Draw bird01_A.png If you have any questions, you can ask me atRead More...
Today We Did Started working on Shoot Balloon Homework Keep working on tasks for project If you have any questions, you can ask me at latisha@ayclogic.com.