Today We Did We learned about input from shell We learned about if elif else statements We learned about for loops Homework Create dec_30_list_homework.py copy codes from page 34 to 41 answersRead More...
Today We Did: Reviewed Faces, and talked about how to experiment with shapes Created a Triangle function Talked about experimenting with setheading() and set turtle.right() and turtle.left() Homework: In one new file,Read More...
Today We Did We learned about List We learned about while loop Homework Create jan_2_1st_quiz_prep.py Answers question in https://www.ayclogic.com/intro-to-python-exercises/
YOUR QUIZ 2 IS NEXT WEEK!! Today We: Reviewed how to fix bugs Prepared for the quiz next week by reviewing content studied so far Your HW: Continue on your file Jan2_Quiz2ReviewHW.pyRead More...
Today We Did: return function and how to use it reviewed how to create funcions With return,there is a different way to call a function by setting it equal to aRead More...
Today we did: We worked on the SchoolSystem and added the listTeenagerStudents() and editStudent(). Homework: Finish editStudent() by making else ifs for the other selections (other attributes). There are 4 attributes forRead More...
Today we: Continued the Jumpy Monkey project. Homework: Save 2 pictures of 2 different characters to your computer. Make sure to save the pictures as a png, and you save the picturesRead More...
Today We Did We added FloatingPurchaseTower We added cancel purchase button Homework Make the cancel purchase button appear on the screen when there is floating tower on the screen. Hide the cancelRead More...
Today We Did We learned about function with no return We learned about function with return. Homework Create jan_4_function_hw.py https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Create jan_4_magic_8_ball.py Write a program that will continuously ask "Ask yes orRead More...
Today We: Finished the MonsterSystem project. Reviewed inheritance, important concepts, as we prepare for our final exam. Homework: Finish the practice final sent to you! I highly recommend studying before taking theRead More...
Today we did We started to learn about functions. Went over what the purpose of functions are. Worked on writing functions as examples. Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing In case youRead More...
Today We Did We added configuration on which tool and which tool level can mine saturn_ore. We added configuration to control, which item to drop when you mine saturn_ore. Homework Create deepslate_saturn_oreRead More...
Today We Did We reviewed what we did in Pet Breed project. We started handwritten digit prediction project. Homework Continue on your handwritten digit prediction project. Following example in pet breed project,Read More...
What We Did Today: Reviewed and finished the phone book system program, reviewing how to use dictionaries. Replaced our grocery system program to use a dictionary, making the code more efficient Homework:Read More...
What We Did Today: Reviewed how OOP works, and finished the supermarket application project Got started on MonsterInheritance project and learnt a bit about inheritance Homework: """ Your homework is to implementRead More...
Today We Did: Started with the Monster Inheritance project in Java Introduced the concept of inheritance in Java Homework: HOMEWORK: 1: Initialize 4 monsters before you enter the while loop. You canRead More...
What We Did Reviewed the homework and how dictionaries work Went over the Grocery System with using a dictionary. Homework Create a file Jan_8_RobuxSystemV2.py and use a dictionary for the Robux SystemRead More...
Today We Did: Reviewed using the turtle.goto() function and how to create complex polygons with it Reviewed when you would use forward and right to create functions and when you would useRead More...
What We Did We installed python and pycharm together We started to learn about dictionaries, how to add, update, remove and loop through Homework Create a new file Jan_9_DictionaryHW.py and copy codeRead More...
Today We Did: Reviewed HW Reviewed return functions Practice Calling Functions that have return Homework: In one new file, “functions_return_reviewHW”, do the following: From your textbook, do the questions and copy codeRead More...
Today we did: We finished the SchoolSystem and learned about HashMaps. Homework: Add more options to the SchoolSystem: Add a Student (hashmap) Find a student (hashmap) Delete a student (hashmap) It willRead More...
Today We Did Show how to do multi-threading in Pygame Homework Eugene eliminate code duplication on game_win, game_lose and landing_page. Game win - make the text smaller so it does not overlapRead More...
Today we: Finished the Jumpy Monkey project. Started the Fireball Fight project. Homework: For the Right Player sprite: Make them walk using arrow keys. Make them shoot attacks using the "m" key.Read More...
Today We Did: Setting up our first Dino Dance project. Making 3 dinosaurs that had animations. Making a background to go with the dinosaurs. Coding a dinosaur to move around and bounceRead More...
Today We Did We learned about random modules Magic8Ball Password Generator We learned how to fix python errors Homework Fix all problems inside jan_11_fixing_python_errors_2.py Create jan_11_fixing_python_errors_hw.py: Do problem in https://www.ayclogic.com/fix-python-bugs-2/ Create jan_11_quiz_2_prep_hw.pyRead More...
Today We Did Learn how to convert floating tower into base tower on top of the hotspot. Homework Find 8 of the hotspot coordinates on the screen. Create a new Projectile sprite.Read More...
NEXT WEEK IS YOUR FINAL EXAM WHICH WILL LAST 2 HOURS! Today We: Reviewed the practice final exam Reviewed inheritance, important concepts, as we prepare for our final exam. Homework: Go overRead More...
Today We Did We learned about how to configure loot drop to drop the ore when using silk touch enchantment We learned about how to configure loot drop to drop more saturnRead More...
Today we did Learn more about functions Functions can sometimes take parameters Functions can sometimes return output You need to call a function for it to do anything Monday 7:00PM class code:Read More...
Today We Did We learned how to launch projectile from ActiveTower class. We learned how to pass main into ActiveTowerGroup.update() method. Homework Inside Projectile sprite init, add code to decide which projectileRead More...
Your HW: Set up and start working on the main menu, you win, and you lose page You don't have to hook them all up yet just when you change a variable,Read More...
Today We Did We completed MNIST single digit project. We learned that it can predict single digit images that have black background and white color number very well. If images have differentRead More...
What We Did Today: Reviewed and finished the modified Robux system code. Introduced object oriented programming with classes and objects conceptually and with code. Homework: Create a new file called OOP_hw1.py andRead More...
Today We Did We reviewed Pet Breed prediction project. We started single digit prediction project. Homework If you guys did not do your last homework (deploy Pet breed model into streamlit), pleaseRead More...
What We Did Today: Continue the MonsterInheritance project, implementing nested if statements and reviewing object oriented concepts regarding the keyword "self" Homework: Continue in your Monster Inheritance project in main.py and monster.py,Read More...
Today We We finished working on the Tunnel of Doom project. Homework Do page 133 on your pink Scratch book. If you have any questions, email me at abigail@ayclogic.com
Homework Create jan_15_magic_8_ball.py. Make sure the program can answer either Yes, No or Maybe Enter your question? Is it dark outside? No Enter your question? Is it cold outside? No Enter yourRead More...
Today We Did: Continued the Monster Inheritance project in Java, implementing 90% of the features of the game. Homework: Install jetbrains toolbox: https://www.jetbrains.com/toolbox-app/ Through jetbrains toolbox, install Android Studio Koala on yourRead More...
Today We: Went over the Robux System using dictionary Started to learn about Classes Created a dog class Learned how to create instances, access attributes and call methods Your HW: Create aRead More...
Today We Did: Introduced Project Proposal Changing Colors of shapes using a while loop and a for loop Homework: Put A Picture Of your labeled turtle_project_proposal in your google slides FinalRead More...
What We Did We went over the homework on dictionaries We did some review on dictionaries Worked on the Try It Yourself on page 99 Homework Create a file Jan_16_DictionaryHW2.py and copyRead More...
Today We Did We learned how to create palindrome ignore space. We learned how to clone and delete a character in the middle. Homework Create word guessing game. This is very similarRead More...
Today we did Quiz review Begin learning about turtle graphics library 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 atRead More...
Today We Did: Reviewed the homework Brushed up on what functions are with/without return values Tried the Magic 8 ball worked with the library random for random choces random.randint(1,4) random.randchoice() Homework: InRead More...
Today we did: We continued learning about hashmaps. Homework: Modify the SchoolSystem once again and add an updateStudentHashmap method. It should be very similar to what we did today: checking if theRead More...
Today We Did We learned how to add texts in loading page. We added sound effects We added score. We started doing landing page. Homework Everyone Finish landing page with play buttonRead More...
Today we: Continued the Fireball Fight project. Homework: For the Right Player sprite: Make a Right Player SPECIAL sprite. Right Click -> Duplicate Change the size. Change Left Player Health variable byRead More...
Today We Did: Finished our Dino Dance project! Finished dinosaur movement and added a new dinosaur that can talk when x is pressed. Added a ballerina that jumps and a ballerina thatRead More...
Today We Did We learned about python turtle We started robot_builder project Homework Do 2nd quiz on Sunday at 2 PM Finish creating robot add right_arm(x,y) function Add the head and neckRead More...
Today We We started working on the Snowman drawing. Homework Finish up the lineart for the snowman's top hat. Remember to connect all the lines for the lineart. If you have anyRead More...
Today We Did We learned how to draw a circle We learned how to draw a face Homework Finish the jan_18_robot_builder.py Draw 3 left arms use for loop TBD Inside jan_20_face_and_complex_shapes.py createRead More...
Today We Did We added biome modifier features so it can produced saturn_ore in overwold underground. Homework download and install blockbench from https://www.blockbench.net/downloads After installation Go to File > Plugins Select "CEMRead More...
Today we did Learn more about functions Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?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 Please submitRead More...
Today We Did We reviewed everyone individual project progress. We started with Titanic Survivorship project. Homework tue-7-pm-pandas-hw. Homework needs to be completed using Pandas library. Research in the Internet how to useRead More...
What We Did Today: Continued learning object oriented programming with classes and objects conceptually and with code. Reviewed the Dog class homework. Homework: Create a new file called OOP_hw2.py and do theRead More...
What We Did Today: Continue the MonsterInheritance project, implementing attacks against the monster and on the player Implemented object oriented design for method placement Homework: Continue in your Monster Inheritance project inRead More...
Today We Did We finished Single Digit prediction project. We started with Titanic Survivorship project. Homework tue-7-pm-pandas-hw. Homework needs to be completed using Pandas library. Research in the Internet how to useRead More...
Today We We started working on the Window Cleaner project. Homework Create 3 more costumes for your Splat sprite. They should be all unique by having a different colors and shapes. IfRead More...
Today We Did: Continued the Monster Inheritance project in Java, implementing 100% of the features of the game. Set up android studio Homework: In your monster inheritance project: Create two new classes:Read More...
What We Did We reviewed the GroceryClass homework. Went over the Dog Class from last week. Implemented the GroceryItem class into the Grocery System Homework Create a file called Jan_22_ClassesHW.py and doRead More...
Today We Did Create different projectile launch cooldown for each tower type. Create different directions and number of projectile per tower type. Homework For Magic tower type, launch 8 fireballs. When youRead More...
Today We Did Practice random int and random choice Created random passwords Homework in the file "random_starwars.py" do the following questions https://www.ayclogic.com/intro-to-python/star-wars-problem/
Today We Do Reviewed Projects Talk about how to get quarter circles and half circles turltle.setheading(90) (rotates your shape 90 degrees as long as you don't use turtle.goto) Homework Remember, you needRead More...
What We Did We reviewed the dictionary homework. We started and finished the phone book system. We went through the Grocery System and changed it to use dictionaries. Homework Create a fileRead More...
Today We Did We reviewed Word guessing / Hangman game. We started on Wordle game. Homework Continue implementation of WordleGame. Use checkmark (✓) if the letter exist and the position is correct.Read More...
Today we did Started learning how to build a robot using turtle 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 meRead More...
Today we did: We learned how to loop through a hashmap and how to debug a piece of code. Homework: Finish the practice quiz before next week. You can do it atRead More...
Today we: Finished the Fireball Fight project. Introduced the Practice Test. Homework: Finish the Practice Test by Thursday night. Link to Practice Test: https://forms.gle/8VDkRUyiSK3fV5KW8 Email me if you need help: yitong@ayclogic.com
Allison Sub Today We Did: Reviewed angles in the mini-quiz Continued the Animal Race project Learned more about variables, such as how to add and subtract Learned about "broadcast" and "When IRead More...
Today We Did We learned about half circles We learned about kaleido spiral Homework Inside jan_18_robot_builder.py Add a new function spiral(x,y) Draw spiral after the magic wand like below Make progress onRead More...
Today We We continued working on the Snowman drawing. Homework Finish shading the snowman's hat. If you have any questions, email me at abigail@ayclogic.com
Today We Did We continued with Titanic Survivorship project. We reviewed individual projects Homework Research these fast.ai Machine learning presteps Categorify FillMissing Normalize If you have not send your individual project, pleaseRead More...
What We Did Today: Continued learning object oriented programming with classes and objects conceptually and with code. Reviewed HW Got started on implementing classes into the Grocery Shopping Cart application Homework: CreateRead More...
What We Did Today: Continued the monster inheritance project, implementing inheritance for the Dragon class Homework: In your MonsterInheritance project.... """ Homework: Create the Hydra and Goblin classes, and make them inheritRead More...
Today We We continued working on the Window Cleaner project: https://scratch.mit.edu/projects/1126846136/ Homework Do page 138, steps #10-12 in your pink coding book. If you have any questions, email me at abigail@ayclogic.com
What We Did We went over the Restaurant class that was assigned for homework. We started the school system, created the __init__ method and started the application_loop method Homework Create a newRead More...
Today We Did: Finished Monster Inheritance. Started learning android studio concepts for mobile app development. Homework: In your android studio project: Create a new TextView object with text: Celsius and id: temp2LabelRead More...