What We Did Reviewed list homework and input. We learned about for loops. Homework Create a file June_2_ListHW2.py and do the Try It Yourself 3-4, 3-5, and 3-6, on pages 41-42. IfRead More...
Today We Do if, else, elif variables (string interger boolean float) or and statemetns how to use thonny logistics of google drive Homework instead of <date>, input todays date (june_3) <Date>_StringHomework.py -Read More...
What We Did: Finished the Animal Crossing project. Started the Birthday Card project. Homework: For the second animal, do the same thing as we did in class for the first animal. MakeRead More...
What We Did Reviewed the Try It Yourself List homework Went over For loops with range Homework Create a new file ForLoopListHW.py and do the problem from this link. https://www.ayclogic.com/animal-list-and-for-loop-exercises/ If youRead More...
What We Did Today: Completed the Shell Game problem Started the Mixing Milk Homework: Submit into the google drive here when you are finished! Implement your solution for this problem! here Notes: You canRead More...
Today We Did We added code to check for horizontal and vertical winners. We block user from clicking the board when winner is found. We added background song. You can find theRead More...
Today We We learned about the fundamentals of lists in Scratch. We started the Mary had a Little Lamb project. Homework Make a new list and name it Mary had a LittleRead More...
What We Did Today: Reviewed how to create and use functions Reviewed about using the random function Learnt how to debug Homework: Create a new file called June4_DebuggingHW.py and do the following:Read More...
Today We Did learned how inputs work response= input("Insert your questionhere") Reviewed string methods (.lower() , .upper(), .title()) Worked with lists indexing adding, removing , overriding Homework Page 34 to 36 TRYRead More...
Today We did Explained the application loop Talked about the theory behind having multiple files Why the class variables in __init__ can help us have a "updating" school system that remembers studentsRead More...
Today we did Start the supermarket application 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 you need anything, feel free to email me at sebastian@ayclogic.com Homework No homeworkRead More...
What We Did Today Installed and setup PyCharm Learnt about dictionaries, and most of the functionality needed for the rest of this class Homework Create a file called June6_DictionaryHW.py and submit intoRead More...
Today We Did We went over the pattern and solution of Shell Game in google drive scratch paper. We started implementing "Shell Game" solution. Homework Finish implementation of Shell Game.
What We Did: Finished our "Punch The Dummy" project. Started our "Mary Had A Little Lamb" project. Introduced the music module. Homework: Do the same code that we did for Do butRead More...
Today we did: We continued with TemperatureConverter. Homework: In the ConversionTypeListener.java (If you didn't make it yet, make a new Java class in the same directory as the MainActivity), in the classRead More...
Today we did: We were introduced to AI, computer vision, and how to use Kaggle. Homework: In the copy of the Lesson_1_Homework notebook you guys created in the class, follow the instructionsRead More...
Today We Did We finished the Drawing Shape project where we drew 4 shapes: square, triangle, rectangle and octagon. We started with Animal Crossing project. We made the mouse move from leftRead More...
Today We Did We reviewed variables, datatypes, input from shell and if else statements Homework Create new file june_7_homework.py Do number 1 to 4 from here https://www.ayclogic.com/intro-to-python-exercises/
What we did today: We made the three Dinosaur sprites and added the backdrop to the project. Mostly finished two Dinosaurs and backdrop. Started working on Dinosaur three. Homework: Start with pageRead More...
What We Did We looked over for loops and input homework We also started learning while loops Homework Create a file, June_9_WhileLoopHW.py and do page 123 TRY IT YOURSELF 7-4, 7-5 CreateRead More...
What We Did Today: Reviewed how to use lists Learnt how to use the for loop for lists Homework: Submit to the google drive: here when you are finished! Homework: Create June9_ForLoopWithListsHW.py, and copyRead More...
Today we did Reviewed Lists and how to use them How to loop through them with for loops Range for loops List for loops Homework Page 54 - Page 56 TRYRead More...
What We Did: Continued working on our Birthday Card project. Homework: Get a picture of either yourself or your parents and download it as an image. Please have your parents help youRead More...
What We Did: Introduced ourselves and our new Scratch class. Started working on our Dino Dance project. Homework: Add a new dinosaur sprite into your Scratch project. Make the dinosaur switch costumes.Read More...
What We Did Today: Completed the Mixing Milk problem Homework: Submit into the google drive here when you are finished! Implement your solution for this problem! here Notes: You can reach out to me atRead More...
Today We Did We finished findWinner() and isDraw() method We paused the background song when user leaves the page. We added Setting page. We added Sound Switch on setting page. We addedRead More...
Your HW: Create 2 new birds Make one start at the bottom right and make it move top left Make one start bottom left and make it move to the upper rightRead More...
What We Did We reviewed homework and all concepts in anticipation of next week's quiz. Homework Study for your quiz next week! If you have any questions, email me at dmeng@ayclogic.com
What We Did Today: Reviewed debugging homework Reviewed topics for the quiz Homework: Create a new file called June11_Quiz2Review.py and do the following: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ Submit into the google drive here when youRead More...
Today We Did We learned about variable and data type Homework Create a new python file june_11_string_hw.py Copy codes from the textbook page 20 to 23. IntroToPythonP20toP23
Today We Did while loops while <condition>: Forever loop how to end a forever loop break crafting exit conditions and practicing transformations as a reminder, input() will always return a string suchRead More...
Today we did Worked on school system Reviewed Homework def list_teachers(self) function The goal of this function is to list all the teachers 1 by 1 with their name, age, and subjectRead More...
Today we did Reviewed the Supermarket Application Started the Monster Inheritance project, learned about inheritance. 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 you need anything, feel free to emailRead More...
Your HW: Work with your groups to make a final project proposal MUST have 9 week plan Each week, what tasks need to be done, who is assigned to them Must haveRead More...
Today We Did We finished Candy Cane Festival - https://usaco.org/index.php?page=viewproblem2&cpid=1347 We started Cowntact Tracing 2 - https://usaco.org/index.php?page=viewproblem2&cpid=1348 Homework Start doing implementation for Cowntact Tracing 2 - https://usaco.org/index.php?page=viewproblem2&cpid=1348 Read input from shell and putRead More...
What We Did Today Created PhoneBook Created Grocery System with dictionary Homework Create a file called June13_RobuxShoppingCart.py and submit into the google drive when you are finished: Make a copy of yourRead More...
Today We Did We finished implementation of Shell Game (https://usaco.org/index.php?page=viewproblem2&cpid=891) We went over how to do debugging in intelliJ We went over how to submit Java file in USACO. Homework Read thisRead More...
What We Did: Continued working on our "Mary Had A Little Lamb" project. Homework: Finish the Do Octave so that we have a full musical scale. If you have any questions feelRead More...
What we did today: We went over last week’s homework. Learned about variables Made the Cat start the race. Made the dog start at the same spot each time. Homework: Rename yourRead More...
Today We Did We reviewed String concatenation, input from shell, if elif else statements We reviewed List a little bit. Homework Inside your june_14_review.py change the codes for "What grade are youRead More...
Today We Did We went over how to make the bat goes up, bettle goes to the left. We added butterly to move from top to bottom. We made the mouse sayRead More...