5PM – Intro To Python – Bill
5PM – Intro To Python – Bill
Today We: Reviewed If, elif, else chains Learned how to get input from user and store it into a variable Went over how user input comes in as a string Went overRead More...
Today We: Reviewed If, elif, else chains Learned how to get input from user and store it into a variable Went over how user input comes in as a string Went overRead More...
MONDAY Today we finished our Link project. We added the last details on his eyes, chainmail, and hair. We also added a simple background and finished off the project by signing itRead More...
Homework Create May3_1stQuizPrepHomework.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises/ . Make sure you review all the python exercises and homeworks which you have done before to do this homework. If you have question, youRead More...
Today We Do We learned about Car and ElectricCar class inheritance. We learned about Monster and Dragon class inheritance. Homework Inside Dragon class, override sword_damage method. Inside this method, it will notRead More...
Today We: Reviewed the Restaurant Class homework Went over how to create methods Went over how to call methods and grab attributes of instance variables Continued learning about lists of custom classRead More...
Today We Do We went over last week's homework We went over how to create a list We went over how to +,-,*,/ elements of a list Homework Page 38 to 41:Read More...
Today we: Made clones of Snow sprite Talked about X-axis and Y-axis Made Snow sprite fall down Went over how to check coordinates (if Y position < -175) Got rid of cloneRead More...
TUESDAY Today we finished the Cute Cat project! We added the color and details, and signed the project with the name and date. HOMEWORK Re-color the cat in a new color andRead More...
WEDNESDAY Welcome to the first class of Digital Illustration 3! (a continuation of the previous Digital Illustration class) Today we started Project 1: Girl in Side-View. We learned about drawing the sideRead More...
Today We Do We reviewed 2nd quiz result. We went over some for loop problem We went over some function problem Homework Create May4_FunctionWhileLoopHomework.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ These exercises will beRead More...
Today We Do We reviewed function without return value and function with return value. Homework create python file May4_StarwarsHomework.py Do exercises from https://www.ayclogic.com/intro-to-python/star-wars-problem/
Today We Did: We went over how to get the user input by using Scanner Talked about how we use If Else statements Covered AND and OR usage Also talked about howRead More...
Today We Did: Continued Flappy Bird Added Coin class Homework: Fill out the project proposal template (here) for your own project. Send/Share it with me before class next week. If you haveRead More...
Today We Did: Went over Star Wars Homework Went over looping through strings again Continued working on Hangman Homework: Work on Hangman Check if the health is equal to 0 at theRead More...
Today We Do We added the Fahrenheit TextView UI component. We added the sourceTemp EditText UI component. We added a new method onConvertButtonClick and wire it with the convert button. Homework ContinueRead More...
For Homework: Find two characters for a new project we are going to do called the Fireball Fighting project. The two characters have to have a clear background that we can uploadRead More...
Today we: Added a Dog Start sprite Added a Bat sprite Added a Bat Start sprite Added a Finish Line sprite Added a Dog Win Banner sprite Made the Dog sprite changeRead More...
Today We Did: Worked on Birdie Centered Title Button Reset Player's location when you start the game Added Giant Fireball Added Background music Homework: When the giant fireball collides with a bird,Read More...
Today We Do We reviewed EmailApplication We continued EmailApplication by adding checkInbox. Homework Create a new Java Project. PracticeQuiz. Do exercises from https://docs.google.com/forms/d/1jmuWBAdD1bSY3voMhjxz2ql5Jh5obi3-xagR146hpIQ submit this Practice quiz on Friday night.
Today We Do We completed Doom On The Broom project. We went over Father's Day Coding competition due on June 4. Check this link for more details https://www.ayclogic.com/2022-scratch-coding-competition/ We went over howRead More...
Today We Do We added saturn_sword to aycessentials mod. We added AYCLOGIC tab in minecraft inventory. Homework Using an image editor, change the jupiter_sword.png so it looks different than saturn_sword.png Make theRead More...
What we did today We went over the Scratch Level 1 Practice Test. Homework Work on your Scratch Level 1 Practice Test, submitted it before Saturday! :D
Today We Do We continued with MonsterInheritance project. We added meleeAttack feature and override monster.meleeAttack() inside dragon.meleeAttack() so Dragon is immune to meleeAttack. We also able to start Android Studio temperature converterRead More...
Homework: Change your Magic8Ball project to using the methods like how we did it for TellMeYourAgeOOP. a. The main method should only have two lines of code, creating the class and thenRead More...
Today: We went over the homework to animate the enemy and slow down the creation of the enemy sprite. We added a new tower for purchase and also added logic to createRead More...
Today we: Continued the Doom on the Broom project Coded the bats to face right or left Coded the Witch sprite to lose a life and hide if the Witch sprite isRead More...
Today We: Reviewed User Input and If else chains Practiced getting user input and reviewed when to convert it to an integer Learned about list data type Learned how to create aRead More...
MONDAY Today we continued the Ayaka project. We have progressed on the sketch, adding on her neck, shoulders, face, and the beginning of her hair. HOMEWORK Just be caught up on theRead More...
Homework: https://leetcode.com/problems/cheapest-flights-within-k-stops/
Today We Do We went over 3 of the homeworks question from last week in the class. Homework Finish last week homework by Saturday night. Email to gamas@ayclogic.com and attach the pythonRead More...
Homework When monster has been defeated, display monster in the menu like this "<species> has been defeated. For example You have 112 health remaining. Please choose a monster that you want toRead More...
Today We: Reviewed HW and attributes of a class that have a default value Added a gas_tank attribute that also has a default value Made a fill_gas_tank method Added a drive methodRead More...
Today We Do We went over last week’s homework We went over built-in functions for lists: append, insert, del, remove, pop Homework Page 57 to 58
TUESDAY Today we started on the Katara project. So far we have done the sketch of the body template by using shapes and lines. HOMEWORK Make any fixes that you need to,Read More...
Today we: Talked about Pick Random Homework: Finish Father's Day project The coding competition is linked below. https://www.ayclogic.com/2022-scratch-coding-competition/ If you need help email me: idyllicalyssum@gmail.com
WEDNESDAY Today we continued the Girl in Side-View project. We sketched out the flower crown, and also finished up the all the lines in a soft brown color. HOMEWORK Use the aboveRead More...
Homework Finish the triangle function. Create rectangle function and draw rectangle according to coordinate below. Create octagon function and draw octagon according to coordinate below. Question, email to gamas@ayclogic.com
Homework Continue on your May11_Hangman.py game Inside the for loop continuously display like below secret_word = dragon ❤❤❤❤❤❤❤❤❤ Enter a letter or the entire word: a ❤❤❤❤❤❤❤❤❤ Enter a letter or theRead More...
For Homework: Create a new project called ForLoopListHomework.java Go to this page: https://www.ayclogic.com/java-list-forloop/ for the information on how to do the code.
Homework: Write the minimal stops problem and binary search tree by yourself and understand how to solve problems with queue and binary search tree http://www.usaco.org/index.php?page=feb22results, review all three bronze problems and weRead More...
Today We Do We went over how to create variables with different data types: Integer, double/float, Boolean, String. We learned how to combine String. We learned how to do mathematical operations. HomeworkRead More...
Today We Did: Continued Flappy Bird Added Coin Collision Added Score Draw Score on Screen Homework: Fill out the project outline template (here) for your own project. Send/Share it with me beforeRead 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 Do We went over how to get text from one EditText and set a text to another TextView. We learn more about Android ConstraintLayout. Homework Convert the value that youRead More...
Gamas Chang substituted Alex Today We Do We learned about List. We learned how to get element from list. We learned how to know the number of element inside the list. WeRead More...
Today we: Added code for the Bat sprite Added a Bat Win Banner sprite Broadcasted Bat Won and Dog Won Added music when an animal won Stopped code when an animal wonRead More...
Today We Did: Finish Birdie Overview of Final Project Teams: Christopher, Keanu & Joshua Homework: Meet with your partner to talk about what kind of game you want to make. Then, writeRead More...
Today We Do We reviewed the practice quiz result about List, Bird class. Homework In your Email Application project go to EmailAccount.java class. Add one more attribute, String phone number. Add thisRead More...
Homework Find 2 character images in the Internet that you like for your project. The image have to be transparent background. Find 2 projectile images in the Internet that you like forRead More...
Homework Using an image editor, change the jupiter_axe.png so it looks different than saturn_axe.png Make the jupiter_axe appear in your minecraft: a. JupiterAxe.java under src/main/java/com/ayclogic/aycessentials b. ModItems.java c. en_us.json d. create jupiter_axe.jsonRead More...
What we did today We went over the Practice Final Test Homework Study for your Final Test!
Today We Do We learned about creating Android App We learned how to add button We learned how to add TextView We learned how to add EditText We learned about Android ConstraintRead More...
Today: We went over the homework to add a type to the enemy. We added the tower hotspot sprite. We added the ShootingTower sprite. We went over how to create the shootingRead More...
Today We Did: We continued by creating the Teacher class with all its attributes. Also, add in createTeacher() and how to list all the students out when asked to. Also, we learnedRead More...
Important Reminders: There are new homework rules. After you finish your homework in Scratch, you have to send an email the night before the day of the class. Since our class isRead More...
Today we: Finished the Window Cleaner project Started the Virtual Snow project Created the Snowflake sprite and background Coded the Snowflake sprite to hide and forever create a clone Coded the SnowflakeRead More...
Today We: Reviewed lists Learned how to loop through list using a for loop Learned about the structure of a for loop Learned about the index variable in a loop through aRead More...
MONDAY We spent today to catch up to the Wednesday class. Use the sketch from your current project and the two images below to help you finish the flower crown. TIPS: StartRead More...
Monday Today we continued the Ayaka project. We have progressed on the sketch, finishing up her hair, adding the hand, and her clothes. HOMEWORK Clean up your Ayaka sketch. Use the imageRead More...
Homework: Write code for http://www.usaco.org/index.php?page=viewproblem2&cpid=1203 and make sure your solution can pass all tests Try to solve http://www.usaco.org/index.php?page=viewproblem2&cpid=1204 and http://www.usaco.org/index.php?page=viewproblem2&cpid=1205 Bonus: http://www.usaco.org/index.php?page=viewproblem2&cpid=1206
Today We: Set Up Pycharm for use Your HW: Open your car class file Make a max_gas_tank atribute that needs to be in the __init__ function Make it so the gas_tank defaultRead More...
Today We Do We went over for loops with range() We went over for each loops and looping through a list Homework Page 54 and 55 TRY IT YOURSELF page 56, 4-1,Read More...
TUESDAY Today we continued the Katara project. Today we spent time fixing up the body template, and we also started on the lines. HOMEWORK Please make sure you project is caughtRead More...
Today we: Added pen extension Added code to make snow pile up (stamp) Homework: Finish Father’s Day project Make sure you guys follow all the rules! (Use music, lots of personal pictures,Read More...
WEDNESDAY Today we continued the Girl in Side-View project. We started to add the colors and also shading. HOMEWORK If anything needs to be fixed or catch up on the project, pleaseRead More...
Today We Do We created May18_RobotBuilder.py We created rectangle function with x,y,color parameters. We were able to call rectangle with different coordinates and color. Homework Add 2 parameters in rectangle function: width,Read More...
Today We Did: We covered how to use for loops with index. Talked about how we can nest for loops into other for loops and also that we can put if elseRead More...
Today We Do We continued with Hang Man game We added the questions marks clue. We added ability to reduce the hearts when user guess incorrectly. Homework Continue on May11_Hangman.py, when healthRead More...