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 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: 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 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...
Today We: Finished the HangMan project Started learning about the Turtle Module Learned about the Turtle Cursor, coordinate grid system, and cursor direction Learned the basic turtle functions (goto, forward, right, etc.)Read More...
MONDAY Today we started our new project: Rengoku from Demon Slayer The new project is to draw a character in full-body by taking in to account the things we learned from lastRead More...
Today We Did We continued with the quiz for number 6. We continued with the Intro To Turtle by coloring the background color and coloring the shapes. Homework Finish the quiz fromRead More...
Today We: Added receive_x_attack functions to the monster class Learned about overiding functions in sub-classes Finished the Monster System project Your HW: Create a new file called "Aug_9_ClassesHW" Page 168 to 170:Read More...
Today We Do We went over how to fix Python Errors Use this process: Click the bottom blue line Read the error message Fix the error and rerun Homework Fix all theRead More...
Today we: Added the Fireball sprite. Made clones when the Space bar is pressed. Made the Fireball clones start at the spaceship and move up. Made the Fireball clones disappear when theyRead More...
Week - 07 3D Animation Beginner Today we do: How to apply animation principles in a bouncing ball How to animate a pendulum How the weight work on the pendulum How toRead More...
Today we: Finished adding code for the Lightning sprite. Added collision code for the Asteroid sprite. Added the Bomb and Fireball variables to keep track of clones. Made a FirePowerUp sprite. Homework:Read More...
Today We Do Finished Grocery System Homework In a file called Aug10_RobuxSystem, show the menu below and continuously ask for user input until the user enters 5, then break. If the userRead More...
Today We Do Finished face2 function Learned how to make letters in turtle Homework Continue working on final project, Due September 7 If you have any questions, please send an email toRead More...
Homework When user pop bad balloon, play the assets/explodify.wav Make the Explode sprite disappear after 2 seconds. Use timer inside Explode sprite and also the self.kill(). Similar to self.balloon_create_timer in main.py.
What we did today We finished working on the Animal Crossing project. We started working on the Window cleaner project. We made clones of the sprite and put the in random positions.Read 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 did: Reviewed for Final Exam on August 18th Homework Next week August 18 is a 2-hour final exam. The final exam is open book. You can use thonny to doRead More...
What we did today: We discussed how to make the Background music stop when the Cat sprite wins. We made the Banner sprite show up when the Cat sprite wins. We madeRead More...
Today We Did How to make an if-else statement Some conditions we can check: Equals(==) Not Equals(!=) Less than, greater than(<,>) Combining conditions with "and" and "or" Homework Create a file calledRead More...
Homework When loading self.dizzy_image in player.py, resize the size to be the same as the other images. Continue with your project according to https://docs.google.com/document/d/11qsM9WCdo9TxZwoEbwUp99DpIRGV5xTitH_HbHA0S90 If you have question, please email me atRead More...
Today We Did We learned about static variables and method. We started creating Ore generation to minecraft world. Homework Download and install https://www.blockbench.net/ Do the quickstart tutorial https://www.youtube.com/watch?v=xC81Q3HGraE
Today We Did We went over the solution of the last week test to make sure they knew their mistakes. We went ahead and do the test retake.
Today We Did We continued with EmailApplication program We added EmailMainApplication.createEmailMessafe(EmailAccount) Homework Inside EmailMainApplication.checkInbox(EmailAccount) display email message from emailMessageMap. To test your code, login using one account l(et say gamas@ayclogic.com) and sendRead More...
Today We Do Made Player class Made player move using WASD Keys Made player flip directions Homework Make Fireball class in fireball.py using bullet.png and make it move right. If you pressRead More...
Today We: Reviewed the Practice Test Homework: Study for the Final Test (which is next week on Saturday, August 20) Come to our next class 10 minutes early (come into the zoomRead More...
Today We Do Finished going over Driver System Homework Study for Final Test, next week from 5pm-7pm. Please come on time so we can start on time. Open notes, open Pycharm. IfRead More...
Today We: Learned about classes Learned about instances of the class Learned about methods Your HW: Create a new file called "Aug_13_ClassesHW2" Page 162 – TRY IT YOURSELF Page 163 to PageRead More...
What we did today We started working on the starry night drawing. We colored and drew the sky using the airbrush tool. Homework Lay out where you want the trees to beRead More...
Today We: Started the Robot Builder project Created a rectangle function Went over a little bit of the Turtle Project Your HW: Do the Legs, Torso, Neck and Head of the RobotRead More...
MONDAY Today we continued the Rengoku project. What we did: Sketch of the cloak, jacket and face NO HOMEWORK
Today We: Learned about dictionaries Used dictionaries in the Shopping Cart Project Your HW: Create a new file called Aug_16_DictionaryHW Page 92 to 97. Page 99 TRY IT YOURSELF. 6-1 and 6-2
Today We: Reviewed the Ice Cream Stand HW Reviewed the Admin HW Reviewed the Electric Car HW Your HW: Do the Practice Final Exam I sent to your emails Do it yourselfRead More...
Today We Did Introduction to variables Data types such as: Integers Floats/Doubles Strings If/else statements: Conditions: Equals(==) Less than(<) Greater than(>) Combining Conditions with "and" and "or" Homework In the file Aug16_StringHomework.py:Read More...
Today We Do Finished Hangman Homework Review for Quiz 2 coming up on August 30th (CLICK ON LINK): https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
Today we: Finished the Bomb sprite. Made the Asteroid sprite delete itself when it touches the Bomb sprite. Homework: When the player presses the Up-Arrow key, switch the costume to Rocketship-A. WhenRead More...
Today we: Started the Dino Dance project Learned about sprites and costumes Learned how to duplicate sprites Learned how to code sprites to switch costumes Learned how to customize costumes Homework: ReadRead More...
Week - 07 3D Animation Beginner Today we do: How to create posing in maya using 3D rig Homework: Find 5 exciting images with clear line of action. (Could be fighting poses,Read More...
WEDNESDAY Today we added some lighting/shading. What we did: We added a new layer to add the lighting/shading. HOMEWORK Finish the pattern on the wood panels (on a separate layer) Finish theRead More...
What we did today We finished the Spaceship project. We finished working on the power ups. We made invisible barriers around the screen to ensure no cheating. We stopped the rocket ship'sRead More...
Homework Continued on Aug10_RobuxSystem.py Add code so you can keep track of all items purchased. Add code so when user exit, the program needs to print all items purchased and also printRead More...
Homework: 1. You are given an integer array nums. The unique elements of an array are the elements that appear exactly once in the array. Return the sum of all the uniqueRead More...
Today We Did Started kaleidospiral Homework Continue working on final project, Due September 7 Add 2 more colors to kaleidospiral and make changes to the while loop so that the colors willRead More...
Today We Did We continued with SchoolSystemUsingMap project. We added Student.getInfo() method to return information about student. We added Find Student by First Name feature. We don't use for loop to find somethingRead More...
Today We Did We added score on top of the explode image. We started working on bug.py Homework Continue working on bug.py so you can have the following Display the bug onRead More...
Today we: Added a score Added a timer Added a variable to keep track of the difficulty level Coded to turn the video off when the space bar is clicked Learned howRead More...
Today We Do We went the homework from last week We went over functions with return values Homework pgs. 138, 139
Today We: Learned about classes Learned about instances of the class Learned about methods Your HW: Create a new file called "Aug_19_ClassesHW2" Page 162 – TRY IT YOURSELF Page 163 to PageRead More...
What we did today: Finished the Spiralizer project. Homework: When the player presses the Space bar on the keyboard, delete the clones and erase everything the pen drew on the screen.
Today we did: Getting user input with the input function Converting user input to a number Adding to variables with += Intro to lists Indexing lists Getting the length of lists Homework:Read More...
Today We Did We continued with Flappy Bird project. We made sure the Flappy Bird cannot jump when in falling mode. When user click the Play button, the location of the birdRead More...
Homework Continue with Monster Inheritance, add heal monster feature. Please select from one of the following 1. Add new monster 2. List all monsters 3. Play the game Enter your selection (enterRead More...
Today we did: Reviewed for loops and iterating by elements as well as index Review append, insert, remove, pop, del list functions Introduced while loops as a way of executing certain codeRead More...
Homework Create a new python file Aug20_StringHomework.py Copy codes from page 20 to 23. For those who do not have the book yet, click this link IntroToPythonP20toP23 When you see >>> copy theRead More...
Today We Did We were able to generate new minecraft world where Saturn Ore can be mined in Y:10 to Y:50. Homework Create recipes inside /src/resources/data/aycessentials/recipes folder for the following items saturn_helmetRead More...
Today We Did We continued with EmailApplication We added a check to see if user has any email messages or not in their inbox. We added the ability to contain more thanRead More...
Today We Did We learned about IF ELSE ELIF statements We learned how to get input from shell We learn about List. Homework Create Aug20_HowOldAreYou.py and do exercise from this page (onlyRead More...
Today We Do Made Fireball Class Added timer to fireball class and made fireball spawn where the player is located Homework None If you have any questions, please send an email toRead More...
Today We: Took the Final Test Homework: Contact us if you have any questions or need any help There is no homework this week. Enjoy!
Today We Do Took Final Test Homework None If you have any questions, please send an email to latisha@ayclogic.com
Today We: Took the Final Test Homework: Contact us if you have any questions or need any help There is no homework this week. Enjoy!
Today We: Finished the Robot Builder project Your HW: Email me your project proposal that was due last week ASAP or else you will not get full points for it (billhan@ayclogic.com) LookRead More...
MONDAY Today we continued the Rengoku project. Today we did: Fixed up the errors in the student's projects Added the sketch of his hair HOMEWORK Review your own project, and make theRead More...
Today We Did Retrieving what the user typed with input() Converting Strings to ints using int() Making comparisons against user input with if statements Writing python code in the shell to getRead More...
Today We: Reviewed the Practice final exam Your HW: Study for your final exam next Tuesday(8/30) 2 Hours Open Note/Book MUST use pycharm Things to study: Shopping Cart system (Dictionaries) School SystemRead More...
Today We Do We went over Quiz Review Problems Reviewed for the Quiz next week Homework Next week is 2nd quiz, please come 10 mins early 5:20 PM.Study and redo the followingRead More...
Today we: Created a Fireball variable. Set the Fireball variable to 5. Checked if the Fireball variable is bigger than 0, create a Fireball clone, and decrease the Fireball variable. Made aRead More...
Today we: Worked on the Dino Dance project Learned about sprites and costumes Learned how to code sprites to move Learned how to change the direction modes for a sprite Homework: ReadRead More...
Today we do: How to find a good pose How to use image as a reference How to interpret 2D pose reference into 3D space in maya How the body work inRead More...
Today we: Reviewed and remade another version of the Animal Crossing project Coded the Mouse and Bear sprites to move Created the Banner sprite and coded it to hide Coded the MouseRead More...
What we did today We started working on the Cheese Chase project. We made our maze. We added controls to our mouse, using our own blocks. Homework Make another maze/costume into theRead More...
Today We Did We continued with Robux System. We added purchase_item function to eliminate code duplication. We keep track robux_spent by creating a new variable. Homework Continue with Robux system, add aRead More...
Homework: https://docs.google.com/presentation/d/1uaxoYlgTNEkjh7UTQTbejzZuRgHl5J3EPfQSntV-YcA/edit#slide=id.g14433beda7b_0_523 https://docs.google.com/presentation/d/1uaxoYlgTNEkjh7UTQTbejzZuRgHl5J3EPfQSntV-YcA/edit#slide=id.g14433beda7b_0_533 Please send email to aaron@ayclogic.com if you have issue accessing the slide.
Today We Did: Today we finished up the School System using Map project by going through adding, listing, and finding the Teacher. We also went through how to fix errors and theRead More...
Today We Did Finished kaleidospiral Started Grocery Shopping Cart Homework Continue working on final project, Due September 7 Extra Credit: Combine robot builder and kaleidospiral like in the example below. First 2Read More...
Homework Make sure the bug can appear from left or right side of the screen. This is very similar to the Bird sprite in the dragon-birdie project. If you have not doneRead More...
Today We Do Students want more review on functions Went over more examples of functions with return value Homework Do all the problems on this link (CLICK LINK): https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
Today We Did Learned about lists How to append values to a list How to insert elements into a list How to change elements in a list Homework In Aug26_ListHomework.py: Complete TRYRead More...
What we did today: Started the Window Cleaner project. Created a Splat sprite. Added SplatsOnScreen variable. Made the Splat clones show up randomly on the screen. Made the Splat clones fade awayRead More...
Today We Did We continued with Flappy Bird. We started creating Credit Page. Homework Continue on your personal python game project according to your project planning. Continue on your Flappy Bird project.Read More...
Today we did: Review for the quiz with trivia style questions: went over variables and the different types string concatenation, f-strings, string functions if, elif, else statements, the different operators like ==,Read More...
Today We Did We finished Monster Inheritance project. We downloaded and install Android studio. We started Android App - Temperature Converter project. Homework No homework. Next week is labor day weekend, soRead More...
Today We Did We learned about String data type. We learned about 3 String built-in functions: lower(), upper(), title() We learned how to combine String together using Python "f" formatter. Homework IfRead More...
Today We Did We started creating a new custom Entity Hog. We created Hog texture skin. We learned that HogModel class is generated by BlockBench application. Homework Next week (09/03) is laborRead More...
Today We Did: We continued with the EmailApplication and were able to finish the project. We were able to figure out the issue of why there was only one email at aRead More...
Homework Create Aug27_ForLoopListHW.py Copy code from page 55. Do page 56 TRY IT YOURSELF: 4-1, 4-2
Today We Did We learned about Integer, Float, String, Boolean We learned how to combine String together using + and , Homework Create a new python file Aug27_StringHomework.py in Thonny. Copy codesRead More...
Today: We added collision detection between the player and the bird. We added a new page the landing page when the game is loaded, and switched to the game in session pageRead More...
Today We Did We continued with Birdie Mobile game. We started adding Credit page. Homework Next week is labor day weekend (09/03) no class. The class will resume on 09/10 at 12Read More...
Today We: Started the More Shapes project Learned how to draw circles Created a Face Function Learned how to draw slanted rectangles Your HW: Continue to work on your Turtle Projects DueRead More...
MONDAY Today we continued the Rengoku project. Today we did: Finished the sketch - sketch of the sword on a new layer using the straight ruler and transforming a slight bend toRead More...
Today we did Homework review for new students: F-Strings Whitespace Escape characters Input Lists Creation Indexing Getting the size with len Homework In file Aug30_tell_me_your_age.py: Follow the main instructions under the firstRead More...
Gamas subs Today We Did We had our 2nd quiz today. Homework No homework next week
Today we: Added code to delete the FireballPowerUp clones when they get near the bottom of the screen. Homework: Add code to delete the BombPowerUp clones when they get near the bottomRead More...
Today we: Continued the Dino Dance project Learned about the "repeat 10" code Added a Ballerina sprite Coded the Ballerina sprite to look like the sprite is dancing by switching costumes ImportantRead More...
Today we do: Use reference to create a pose to pose animation Create a running animation for running and jump animation. Homework: Continue working on the other half of the posing animation.Read More...
What we did today We continued working on the Cheese Chase project. We added the beetle, cheese, "Game Over" sign, and the ghost sprites. We did the code for the cheese sprite.Read More...
WEDNESDAY Today we finished our Anime Room in One-Point-Perspective. We did: Added more contrast to the shading and lighting of the room Added a girl into the room Steps for the girl:Read More...
Today we: Reviewed how to make sprites move Reviewed how to make sprites talk after touching the edge Reviewed how to make sprites communicate with other sprites Finished the Animal Crossing SecondRead More...
Today We Did Finished Robux application Did some final test review Homework next week is 2 hour finals. It is open book, you should use thonny to do your coding. Study theRead More...
Homeworks: You are given an integer array nums. The unique elements of an array are the elements that appear exactly once in the array. Return the sum of all the unique elementsRead More...
Today We Did Continued working on Grocery Cart Homework FINISH FINAL PROJECT. It is due by Sept 7, 10PM PST. Submit on Google Drive in the Python Turtle Final Project folder (linkRead More...
Today We Did: We started with the Email Application project. Added in how to create the email account and also how to list out all of the email accounts. For Homework: InitializeRead More...
Homework When the bug in dizzy mode, make the bug fall down. You have to do this in bug.py in the update method. Create landing page using balloon_title.png, play_button.png and copy theRead More...
Today We Do Review of Functions with return values Review of Last weeks homework Homework Since I was substituting for Parna, there is no homework If you have any questions, you canRead More...
What we did today: Made the Splat clones switch to a random costume. Added a MaxSplats variable, a SplatsOnScreen variable, a Score variable, and a Countdown variable. Added a 60-second countdown thatRead More...
Today We Do Review of lists .insert .append modifying with [] Deleting with lists del .pop .remove For loops Homework Read pages 54-55 In Sep02_ForLoopHomework.py: Page 56 TRY IT YOURSELF
Today We Did We downloaded Forge 1.16.5 MDK file We created aycessentials mod Homework No homework
Today We Did We went over the String homework2 today. We reviewed String, Integer data types. We introduced Float data types. We reviewed .strip(), .rstrip(), .lstrip() String functions. We reviewed \t andRead More...
Today We Did We learned about Integer, Float, String, Boolean We learned how to combine String together using + and , (one has space and one doesn't) Homework Create a new fileRead More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.