2 PM – Intro To Python – Bill
2 PM – Intro To Python – Bill
Today We: Reviewed the HW Learned how to loop through a list Learned about the index variable of a for loop using list Learned how to use if chains inside the loopRead More...
Today We: Reviewed the HW Learned how to loop through a list Learned about the index variable of a for loop using list Learned how to use if chains inside the loopRead More...
Today We: Did the first quiz Your HW: None No Class Next Week, Happy 4th Of July
Today We: Continued the Book Application project Gave the Book class a get_info method Created the main_application class Created the menu for the main application as an attribute Created the main loopRead More...
Topics covered in class today: We went over functions: how to create functions, call functions, and pass in parameters to functions. Briefly began introducing functions with return values If you have anyRead More...
Today we: Went over the second project in the Scratch Level 1 Practice Test. Homework: Check the feedback for your practice test and go over what you didn't understand!!! THERE IS NORead More...
Week - 02 3D Animation Beginner Today we do: How to use maya: Learm how to read graph editor in maya Work with timing and keyframe in maya Animate a bouncing ballRead More...
Today We: Reviewed the HW Learned about while loops Your HW: Create a new file called "June_29_WhileLoopHW" Do Pages 119 to 121, and page 123 Make sure to do the TRY ITRead More...
Today We Did: Reviewed 2nd Quiz Answers Learned basic turtle Homework: Create a new file “June29_Turtle4ShapesHomework.py” Create a new function “draw_rectangle”. One parameter: color. Inside the function, draw a rectangle shape usingRead More...
Today we: Finished the Ask Gobo project Started the Animal Race project Added the Cat sprite, Bat sprite, Dog sprite, Finish Line sprite, Bat Start sprite, Dog Start sprite, and background LearnedRead More...
Today We Do We went over last week’s homework We went over while loops Homework Page 118 and 121 Do these exercises (CLICK THE LINK ON THE RIGHT) : https://www.ayclogic.com/intro-to-python-exercises/ NO CLASSRead More...
Today We Do Gave Feedback on Turtle project progress We went over how to draw circles continuously using Turtle We started writing functions for a face. Homework Make some progress on yourRead More...
Today we: Learned about the X-axis and Y-axis Learned about coordinates Learned how to find the X and Y coordinates Homework: Find the coordinates for all the corners of the octagon (theRead More...
Today We: Reviewed the HW Learned about basic functions Learned about what functions are used for Learned how to create our own functions Learned about calling functions Learned about parameters Learned howRead More...
What we did today We finished coloring the Cat drawing. Homework Color the second cat using the techniques we learned in class. Remember to make a new layer for the coloring! (optional)Read More...
Today We Do We reviewed final projects. We started Shoot Balloon project. Homework The final project is due on July 21. Please make progress on your final project every week according toRead More...
Gamas Chang substitute. Today We Do We reviewed Practice Final Test Homework Next week (07/15) is 1 hour final test. Please study below topics: Make sure you guys know how to createRead More...
Today We Do We reviewed individual project. We continued with flappy bird Homework Continue on your individual project. Continue on Flappy Bird, create landing page like below
Today We Do We continued with Monster Inheritance project. We added attack menu after user selected a proper monster species. Homework In the attack menu, after user selected "2. Melee attack", weRead More...
Today we did: If, elif, else statements and when/how we use them to execute code based on specific condition(s), else is not always necessary Important of indentation and colons in distinguishing ifRead More...
Today We Do We fixed displaying Saturn Ore properly in minecraft game. We tried adding drop loot for Saturn Ore. Homework We are going to create Saturn Armor next week. Please copyRead More...
Today We Do We added Star sprite which will appear on the screen every 3 seconds. We made one of the player flashing when it touch the star. When that flashing playerRead More...
Today We Do Set up Birdie Game Homework Load bird01_A.png into self.bird and blit it to the screen at (50,50) If you have any questions, please send an email to latisha@ayclogic.com
What we did today We finished working on the Punch the Dummy project. We started working on the MHALL (Mary had a Little Lamb) project. We finished coding the C note sprite.Read More...
Today We Do We finished Temperature Converter android application. We learned how to deploy android application manually using APK file. Homework You will soon have final test. Please do this practice test.Read More...
Today We Do Finished Adventure Game Homework Create a new file book.py and add a new class Book. Inside the class, add these attributes: name, author, publication_year Create a new file book_main.pyRead More...
Today We: Reviewed the Functions HW Learned about How to Get Random numbers Learned about the Random Module Learned about the randint and choice functions DId the Magic 8 Ball project StartedRead More...
Today We: Learned about functions Learned about how to call functions Learned about parameters Your HW: Create a new file called "July_11_FunctionsHW" Do pages 130, 131 (TRY IT YOURSELF), 132 from theRead More...
MONDAY Today we continued the Ayaka project and added a lot more shading to her clothes. Before next class, just make sure your shading and colors are all caught up, but thereRead More...
Homework: Finish http://www.usaco.org/index.php?page=viewproblem2&cpid=1132 and submit your solutions Understand and try to solve http://www.usaco.org/index.php?page=viewproblem2&cpid=1133
Week - 03 3D Animation Beginner Today we do: How to use maya: How to polish bouncing ball How to ease in and out the bouncing ball use graph editor How toRead More...
Gamas Chang substitute Bill. Today We Do We reviewed homeworks. We added find book by id. We added a new dictionary, books_by_name, to store books whose key is its title/name. We addedRead More...
Today We Do We went the homework from last week We went over functions with return values Homework pgs. 138, 139
TUESDAY Today we continued the Simba project and added all the shading on his body. Layers so far: Layer 4 - Lines Layer 3 - Shading colors (clipped down) Layer 2 -Read More...
Today We: Continued to work on the Hang Man project Learned about the "in" boolean operator Created a hint system to show how many letters the user has guessed Created an updateRead More...
WEDNESDAY Today we reviewed all the student's progress in sketching a room in "one-point-perspective". Since most projects had many problems, we took the time to slowly go over each important line whenRead More...
Today We Do We reviewed everyone Turtle Project. We answered students questions about their projects. We learned how to draw letter P in different colors forever. Homework The Turtle project is supposedRead More...
Today We Do Created the function Rectangle Homework Draw the head, face, and the neck of the robot in the file that we worked on today, July13_RobotBuilder.py If you have any questions,Read More...
Today We Did: We continued with the School System project, adding in the find student and edit teacher. We made it so that the find student would return a student for usRead More...
What we did today We started working on the Funny Faces Project. We made a head sprite, eyes sprite, mouth sprite, and nose sprite (+costumes). We set coordinates for the head sprite.Read More...
Today We Do We reviewed each individual game project. We continued with Shoot Balloon project. Homework Finish your game project, they are due next week 07/21
Today We Do We reviewed last weeks homework. Started reviewing for quiz. Homework Page 123-124 TRY IT YOURSELF 7-4, 7-5, 7-6, 7-7 Complete these exercises (CLICK ON LINK): https://www.ayclogic.com/intro-to-python-exercises/
Today We Do Gave Feedback on Turtle project progress We went over how to draw the letter A using Turtle We went over how to code the kaleidospiral using Turtle Homework MakeRead More...
What we did today We started working on the Snowman drawing. We sketched out the snowman. We outlined the snowman to make our line art. We colored the snowman using base colors.Read More...
Today we: Learned how to use the Pen extension Made the Cat sprite draw a square Made the Cat sprite draw a triangle Homework: Make the Cat sprite draw the rectangle andRead More...
Homework in main.py, create game_over_page method which should be very similar to game_landing_page method. The big GAME OVER text is just a text, similar to how you guys did the score text.Read More...
Today We Did: We took the final Scratch test for level 2. The tests will be graded by Tuesday night so expect to see them by then or possibly earlier.
Homework: Continue on Monster Inheritance project. We want to add magic attack menu now like below Please select from one of the following 1. Add new monster 2. List all monsters 3.Read More...
Today we did: Reviewed if, elif, else statements, ran through various different problems and determined what would be printed Learned how to get user input from the shell using the input functionRead More...
Today We Do We fixed the Saturn Ore loot_table configuration to be able to drop Saturn and Diamond. We learned how to configure loot_table configuration. We added Saturn Chestplate to our aycessentialsRead More...
Today We Do We continued with Fireball Fighting project. We were able to make the player stop flashing after launching big projectile. Homework Make sure both players (left and right) can launchRead More...
Today We Did: For today, we went through how to fix compilation errors and runtime errors along with the differences between them. We were able to complete it and also revisited theRead More...
Today We Did: We continued with the Fireball Fighting project We added in the Super Power so that it would be bigger and do more damage. Also, we made sure that theRead More...
Today We Do Continued working on Birdie Move bird left and right created bird class Homework make bird3 move diagonally down and to the right If you have any questions, please sendRead More...
Today We Do Went over Book System Homework Complete and submit practice final by Friday night. (https://docs.google.com/forms/d/e/1FAIpQLSdytsWuc530WJmnPU-mcfHhIzSjBE1qgr0jWwqXVZi0t8EZzQ/viewform?usp=sf_link) If you have any questions, please send an email to latisha@ayclogic.com
Today We Do We reviewed practice test. DriverSystem which uses inheritances. I uploaded the Driver System solution to the google drive. Homework Next week is final test from 5 PM to 7Read More...
Today We: Reviewed How To Fix Bugs Reviewed HW Learned about Turtle module Learned about goto, penup, pendown turtle functions Learned about Turtle Cursor and Direction Learned about Turtle Grid System LearnedRead More...
Today We Do We went the homework from last week We went over functions with return values Homework pgs. 138, 139 Do numbers 4-7 on this link: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
Week - 04 3D Animation Beginner Today we do: How to use maya: How to Playblast the homework How to create bouncing ball with personalities How to animate bouncing ball with tailRead More...
Gamas substitute Today We Do We finished with the Book system. Homework Create a new project in Pycharm "MonsterInheritance". If you are having problem creating a new Pycharm project, no worries, youRead More...
Today We Do We went over the homework from last week We went over how to get a random number and how to get a random element from a list We wentRead More...
TUESDAY Today we finished Simba. And also added the background. If you want to add anything to the background you can, but no other homework
Today We: Continued to Learn about Turtle Created our own Rectangle Function Started the Robot Builder project Learned about the Circle function Created our own Circle function Started the More Shapes projectRead More...
WEDNESDAY Today we continued the Room project. We added a lamp, a chair, a trash-can, and a window to the sketch. We also started to add the lines over the sketch. HOMEWORKRead More...
Today We Do We went over questions about turtle project. We went over how to draw face forever in different coordinates and different colors. Homework If you have not done with TurtleRead More...
Today We Did: We finished up the School System for now but will return to it. We started and finished going over how to create a HashMap and use it. For Homework:Read More...
Today We Do Went over Final Project Criteria Did Left Arm of Robot Homework create right_arm function for the robot like how we made left_arm function in class. Prepare a sketch ofRead More...
https://leetcode.com/problems/trapping-rain-water/submissions/. Try to solve in three different approaches we discussed in class USACO 2021 Feb Bronze: http://www.usaco.org/index.php?page=feb21results
What we did today We finished the Funny Faces project We made the Hair sprite, Hat sprite, Bowtie sprite, and the eyebrow sprite. We started working on the Spiralizer project. We createdRead More...
Today We Do We reviewed the finished version of the students' games Cow and Panda Attack Doodle Marathon We continued with Shoot Balloon game by adding target, by randomizing the color ofRead More...
Topics covered in class: We reviewed material for your quiz next week! Homework: You don’t have any homework besides studying for your quiz! Review all content from the past weeks including: forRead More...
Today We Do Gave feedback on Turtle Project submissions. Went over Grocery System Program. Homework You have one week to improve your code on the Turtle Project to raise your grade onRead More...
Today we: Finished drawing all the shapes in the Draw Shapes project. Started the Animal Crossing project. Added the Mouse sprite and made it start at the left edge. Made the MouseRead More...
Today We Do We learned how to do cropping of images using Fire Alpaca. We learned how to commit and push codes to gitlab. Homework Make some progress on your game project.Read More...
Today we did: Reviewed homework briefly Continued with input using variables as user input i.e. prompt Introduced lists as a way to store an ordered collection of elements, how to index intoRead More...
Today We Do We continued with Monster Inheritance project. We did Sword attack and Magic Fire attack. We introduced Inheritance concept a little bit. Homework No homework
Today We Do We finished Fireball Fighting games. Homework Two weeks later is final test. Please do this scratch exercise: https://docs.google.com/forms/d/1kNxbq8BwAYDQ-3OFWAY4O3VEAVu5hBJYeTSsVYoCGSI submit it on Friday evening.
Homework Add saturn_boots, saturn_leggings, saturn_helmet to your project. Get the images from External Libraries > Gradle:net.minecraft:client:extra:1.16.5 > assets/minecraft/textures/item folder. Copy the images from here to your project src/main/resources/assets/aycessentials/textures/items Add all the necessaryRead More...
Today We Did: We started with the Email Application project. We were able to create the menu and print it out. Also, we were able to create the Email account and exitRead More...
Today We Do Continued working on Birdie Worked on bird class Add create_bird Homework Make the Cloud class in cloud.py and create_cloud in main.py, like how you did bird.py and create_bird. cloudRead More...
What we did today We finished the MHALL (Mary had a Little Lamb) project. We coded the MHALL song onto the conductor sprite. Homework Do the Scratch Level 1 Practice Test. Link:Read More...
Today We Do Started going over practice test Homework convert Hangman game from Intro To Python into application using class If you have any questions, please send an email to latisha@ayclogic.com
What we did today We finished working on the Snowman drawing. We added snow to the hills, trees, and the sky. And added finishing touches. We started working on the Aang drawing.Read More...
Today We: Finished the Robot Builder Project Did the Kaleido Spiral project Started the Shopping Cart system project Learned about multiple line string/menu Made it so the program would continuously ask theRead More...
Today We: Reviewed Functions with Return value Learned about the random module Learned how to get random numbers between 2 numbers Learned how to get a random item out of a listRead More...
MONDAY Today we continued and finished the Ayaka project. We finished adding shading to her hair and ribbons, and also added a background. HOMEWORK If you missed class, here is the linkRead More...
Homework: Finish http://www.usaco.org/index.php?page=viewproblem2&cpid=1107&lang=en based on our discussion in class Finish problem2 and problem3: http://www.usaco.org/index.php?page=viewproblem2&cpid=1108 http://www.usaco.org/index.php?page=viewproblem2&cpid=1109
Today We: Continued the Monster System project Reviewed HW Created a player health attribute Created a monsters dictionary attribute Created a load_monsters method to fill the monsters dictionary Created a basic mainRead More...
Today We Did: Finished Magic 8 Ball with choice Went over how to loop through a string Introduced Hangman Homework: Do Exercise 1-3 ONLY, Problem (CLICK ON LINK): https://www.ayclogic.com/intro-to-python/star-wars-problem/
TUESDAY Today we started a new project to draw some simple and cute kittens. HOMEWORK Color in the third kitten on a separate layer, and then merge it together with theRead More...
What we did today We started working on the Spaceship 2.1 project We used the Virtual Snow project as a reference, and changed the snow into stars. We made a rocket spriteRead More...
Today We: Did the Shopping Cart System Did the Robux System Your HW: Study for the Final Test on Monday August 1st Things to study recomendations: Getting User Input Functions and FunctionsRead More...
WEDNESDAY Today we finished up the lines so far in the room. We drew in the curtains. We added color to some of the furniture. HOMEWORK Part 1 - On one ofRead More...
Today We Do We started with Kaleido spiral. Homework Currently, the Kaleido spiral only have 3 colors: red, green and blue. Add more colors to it. Add any three colors to it.Read More...
Today We Do Finished Robot Builder Started making face1 Homework Finish the face1 function from class Make changes to project proposal and email the new version to latisha@ayclogic.com If you have anyRead More...
What we did today We finished the Spiralizer project. We added the pen extension and made a pensize variable. We added color effects to the pen and clones. We started the DrawingRead More...
Today We Did We continued with Shoot Balloon project. We drew the target lines. We added hitbox in both target and the balloon. We added collision detection on target and balloons. HomeworkRead More...
Today We Do We went over the RobuxShoppingCart Program Homework Edit the current RobuxShoppingCart program so that a function can be used to purchase items from the menu and add them toRead More...
Today We Did: We covered how to figure out when the sprite reaches the other side of the screen, without using it to touch the edge. Also, we talked about the 4Read More...
Today We Did: Learned about the Integer data type, letting us do math on numbers. Learned about the String data type, letting us represent text and words. Learned about the print function,Read More...
Week - 05 3D Animation Beginner Today we do: How to apply animation principles in a bouncing ball How to apply squash and strech How to create an anticipation in animation HowRead More...
Today we did: Briefly reviewed list and indexing Introduced iterating/traversing through lists with for loops using the for each method as well as for loops (for <variable> in <list>:) with indexing usingRead More...
Today We Did We continued with the Monster Inheritance project. We added codes in Dragon class to override magic damage so if a player attack Dragon with a Fire magic attack, thenRead More...
Today We Did We learned how to customize our custom armor looks like. This is by modifying saturn_layer_1.png. We learned about the attributes of SaturnArmorMaterial.java Homework Customize your saturn_layer_1.png according to theRead More...
Today We Did We reviewed Lots of Balloons project. We reviewed how to launch a projectile from a sprite. We reviewed how to control a sprite's movement using arrow keys. Homework NextRead More...
Today We Did: We continued with the Email Application project. Added in how to list out all of the emails and also how to store 3 emails in the system before theRead More...
Today We Did We learned about Variables and data types. We were able to cover String and Integer data types. Homework Create a file July30_StringHomework.py Copy codes from pages 20 to 23Read More...
Today We Did: Today we went over the practice test that you guys did last week for homework. Also went over the basics again and how to tell the difference between andRead More...
Gamas subs Today We Did We continued with Birdie Dragon project. We learned how to make the bird appear from both the left and right edges of the screen. We learned aboutRead More...
MONDAY Today we had a short lesson on figure proportions. We talking about: Measuring a character's height with number of heads Proportions of body parts to each other (such as elbows areRead More...
Today We Did We reviewed the first 5 questions of the 1st quiz. We started learning Python Turtle module. We drew square and rectangle in Turtle module. Homework Finish the 1st quizRead More...
Today We: Continued the Monster System project Learned about inheritence Learned how to create a class that inherits from another class Created the dragon class Your HW: Create the following new files:Read More...
Today We Did: Started Hangman Homework: Work on Hangman Keep printing the number of lives using the symbols Keep asking the user "Enter a letter or the whole word: " If theRead More...
TUESDAY Today we started a new project: Corgi Puppy. This is a different style than what we have been drawing so far, so I hope you can all learn a lot. SoRead More...
Week - 06 3D Animation Beginner Today we do: How to apply animation principles in a bouncing ball How to animate a tail How to offset keyframe How the follow through inRead More...
WEDNESDAY Today we colored the rest of the furniture in the room, and we also started to add the background and what we can see from the window. HOMEWORK Finish the flatRead More...
Today We Do Finished Kaleidospiral Started Grocery System Homework Extra Credit: Combine Robot Builder and Kaleidospiral like the picture below. The first two people to upload it to Google Drive and emailRead More...
Today We Did: We continued with the Restaurant map project and were able to complete it. We went over how to find the restaurant and also how we could list out allRead More...
Today We Do Finished face1 function Made polygon function Homework Create face2 function like how we made face1 function based on the image below. Then call the function and make the faceRead More...
Today We Did: Today we started with creating the Animal Crossing project. We explained x and y, with how x is for moving left and right, and that y is for movingRead More...
Topics covered in class today: We reviewed Quiz 1, which you guys took last week. We briefly went over functions: how to create functions, call functions, and pass in parameters to functions.Read More...
Today we did: Finished Robux Shopping Cart program Started reviewing for Final Exam on August 18th Homework Review Turtle complex shape functions (draw face function), Grocery System program, and Robux Sopping cartRead More...
Today We Did: We finished up the Animal Crossing project by adding in a beetle and making it move upwards. We also started the Tunnel of Doom project. Created the cat andRead More...
Today We Do We went the homework from last week We learned some built-in functions for the String data type Homework Create <date>_StringHomework2.py page 25. TRY IT YOURSELF: 2-3, 2-4, 2-5 andRead More...
What we did today We colored Aang. We shaded and put lighting on Aang. We started working on the background. Homework Finish drawing the background. (The blob on the ground is aRead More...
Today we did: Went over built-in functions for list: append(), insert(), pop(), remove(), del Reviewed for loops (for each and for loop with range()) Combined for loops, if statements, and list logicRead More...
Homework Add saturn_layer_2.png into your Minecraft project. Place the image into src/main/resources/assets/aycessentials/textures/models/armor/ folder. You can find saturn_layer_2.png image below. Customize saturn_layer_2.png so it match your saturn_leggings armor.
Today We Did: We continued with the AYCLOGIC Email project and were able to finish multiple parts. We were able to finish the login menu and also explained how we could transferRead More...
The class was on 8 AM Today We Did We went over String homework. We learned about String built-in functions: .title(), .upper(), .lower(), .strip(). We learned about String formater. We learned aboutRead More...
Today We Did: We took the test today! Test results should be out by Thursday.
Today: We went over the homework. We added animation to the birds. We added a delay to slow down the flapping of wings for the birds. Note: I pushed the code toRead More...
Gamas Chang substitute. Today We Did We reviewed how to do both questions on practice test. Homework Finish the practice test questions. For each of the projects, SHARE the project, copy andRead More...
Gamas Subs Today We Did We went over Practice Final. We added to add a new driver. Homework Finish the Practice Final codes. List all drivers Book a Trip Look at theRead More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.