Today We: Reviewed the homework for TIY pages 162, 167 Got started on the School Application project, further implementing object oriented concepts. Homework: (1) IF you haven’t already: Do Try It YourselfRead More...
Today We Did We installed Minecraft Forge version 1.19.3 MDK file in each student's computer. We ran the minecraft examplemode from IntelliJ community edition. We started creating "aycessentials" mod. Starting from changingRead More...
Today We Did: Continued in Android Studio, implementing the conversion of the math for the temperature converter. Next week we will review the practice final test. Homework: Finish your practice final testRead More...
What We Did We reviewed the functions with return value homework. Talked more about what a return value does Reviewed what a default parameter does We started learning the random module HomeworkRead More...
Today We Did We finished left_arm and right_arm functions. We learned how to draw circle function. We started with draw_face_1 function. Homework Finish draw_face_1() function draw the right eye ball draw 2Read More...
What We Did Today: Learnt about dictionaries, how to access, remove, edit, and loop through dictionaries. Homework: In a file called Oct1_DictionaryHW, do pages 99 (TIY 6-1 to 6-3) and pageRead More...
Today We Did We started Tic Tac Toe project. We cloned gitlab Tic Tac Toe project. We added background image to the landing page. We added the title image in the landingRead More...
Today We We started working on the Ask Gobo project. Homework Make all the audio clips for all your responses. (You should 6 in total) Put the audio clips into the code.Read More...
Today We Did TBD Homework In your project proposal Add one more tree on the left of the castle Add clouds Add flowers Take a picture of your proposal and email toRead More...
Today We Did We learned about IF ELSE ELSE IF statements. We learned about && and || Homework Create Oct2_IfElseHW.java And answer question in https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/ Upload your homework to your assigned googleRead More...
What We Did Reviewed the robot builder and finished it up We learned how to make some more shapes and create a simple face Talked about project proposal and showed some examplesRead More...
What We Did We went over some functions using random module from the homework. Worked through the Magic 8 ball problem in class together. Homework Create a file called Oct_3_RandomFunctionsHW2.py and doRead More...
Today We Did: Bug fixing practice Looked at the first bug-fixing homework Homework: In one new file, “October3_fix_bugs_2”, do the following: https://www.ayclogic.com/fix-python-bugs-2/ In another new file, “quiz_2_practice”, do the following: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ questionsRead More...
Today We Did Reviewed the logical operators "and" & "or" Reviewed everything we can do with lists Create a list Access one element in a list Change an element's value Add toRead More...
Today We Did: Reviewed a bit about inputs Lists [] to create .append() to add locations --> list starts with zero and ascends upwards how do we get specific location name_of_list --->Read More...
Today we: Continued the Cheese Chase project. Homework: Make a You Win Banner sprite. You need to draw it. When the game starts, hide the sprite. When the player wins, show the sprite.Read More...
Today We Did TBD Homework Eugene download all images you need for the project and add them to the assets folder in your pycharm project Hammer images (for animation) 2 button imagesRead More...
Today We Did We learned about the difference between classification vs regression tasks We learned about different algorithms Neural Network using fast.ai Random Forest Regressor XBBoost for Regression Homework Continue with yourRead More...
Today We Did We installed wordpress in each individual website. We learned how to change menu name and how to add menu item. We learned how to add page Homework In yourRead More...
Today We: Reviewed TIY page 167, highlighting default values. Continued the School Application project, further implementing object oriented concepts. Homework: For Ian: In your Sep30_SchoolSystem project, add a staff class and addRead More...
Today We Did We learned about variables and data types We learned about Integer and String. Homework Create a new file oct_7_string_hw.py Copy codes from textbook page 20 to 23. IntroToPythonP20toP23
Next week is your Final Exam! Study from the practice final review, as well as other projects we have done before. Your practice final grades will be emailed to you.
What We Did Reviewed the Random Functions homework from last week Went over the Magic 8 Ball V2 problem Homework Review the Random Functions homework and try them on your own IfRead More...
What We Did Today: Learnt how to implement heading into the functions. Explained the final project structure Homework: Draw a proposal with the following guidelines: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Submit the proposal by taking aRead More...
What We Did Today: Applied dictionaries in a text based game Homework: (If you havent already) In a file called Oct1_DictionaryHW, do pages 99 (TIY 6-1 to 6-3) and page 105 (TIY 6-4Read More...
Today We Did TBD Homework do draw_letter_c(x,y,color) do draw_letter_a(x,y, color) draw 2 trees according to your project proposal. Draw all parts of the castle: walls, windows, roofs, door
Today We We finished working on the Ask Gobo project. We started working on the Funny Faces project. Homework Do page 75 on your pink Scratch book. Make a Hair sprite, EyebrowRead More...
What We Did We worked with more shapes and learned how to create a half circle. Talked about project proposal Homework Start on project and try to finish 25% of the projectRead More...
Today We Did We learned about List We learned about For loop Homework Create Oct9_ListForLoopHw.java Do exercises in https://www.ayclogic.com/java-list-forloop/
What We Did We went over fixing python errors in class today. We made the password generator together in class. Homework Create a new file Oct_10_FixingPythonErrors.py and fix this code, until theRead More...
Today We Did: Reviewed Fix 2 Homework Remember that it is <= or >= not => =< If/Elif/else reminder: remember the idea of boxes If is start , elif in the middle(ifRead More...
Today We Did Revisited while loops Learned about for loops with the range() function Learned about "for each loops" Thursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case youRead More...
Today We Did Review How to write a list: name_of_list = How to add things to list Way 1: Appending -> name_of_list.append(new_object) Way 2 : Inserting -> name_of_list.insert( 1, new_object) HowRead More...
Today we did: We learned the basics of java: printing, formatting, variables, taking input. Homework: Create a new file called Oct11_VariableDataTypeHomework and do the exercises from here: https://www.ayclogic.com/java-variables-datatypes/ Remember, you need toRead More...
Today we: Finished the Cheese Chase project. Started Fantastic Flowers project. Homework: In your pink coding book, do page 116 steps #21-22. If you have any questions, email me at yitong@ayclogic.com
Today We Did TBD Homework Riley Landing page. Game Over page Credit page. Eugene Continue with the hammer animation Make sure the hammer sound effect is working. Change your background image soRead More...
Today We Did We went over the quiz solution We started Flappy Duck project Homework In your Flappy Duck project display background image create player.py Inside create Player sprite. Use assets/images/Green duckRead More...
Today We Did We learned how to create a subdomain in cpanel. We learned about wordpress plugins We learned how to create contact me page. Homework Create logo image for your website.Read More...
Today We: Reviewed the inner workings of classes, object relationships, and how to use dictionaries. Added the teacher class into the program. Next week we will start on a similar but differentRead More...
Today We Did We added Saturn Sword to Creative Inventory COMBAT tab. Homework Add one more sword: jupiter_sword ModItems.JUPITER_SWORD src/main/resources/assets/aycessentials /models/jupiter_sword.json /lang/en_use.json add the jupiter_sword.json /textures/item/jupiter_sword.png - this is your own image.Read More...
Today We Did Reviewed data types Learned how to take user input with input() function Began learning about conditions and how they always turn into True or False Began learning about if,Read More...