5 PM – Intro To Python – Gamas
5 PM – Intro To Python – Gamas
Homework For those who are not done with the Turtle project, please continue with it. It is due on March 14. You can get 10% bonus if you submit by March 7.Read More...
Homework For those who are not done with the Turtle project, please continue with it. It is due on March 14. You can get 10% bonus if you submit by March 7.Read More...
Today We Did Continued Grocery System using class and dictionary In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB28_grocery_system_hw, please submit by next Monday.Read More...
Homework Inside LibrarySystem, add code inside book.py so it will have a new method called get_info(self) When get_info(self) is called it will return information of the book. Like this Title: Lightning ThiefRead More...
Today We Did Mixed functions with random module Mixed functions with for loops and while loops Mixed functions with if statements In case you need anything, feel free to email me atRead More...
Homework Continue on Feb24_RobuxShoppingCart.py Add codes so your program can have these 2 features It will not allow to make purchase if you do not have enough robux You will be ableRead More...
Today We Did We went over how to fix python errors. How to read python errors. Homework Create March4_2ndQuizPrep.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
Today We Did Robot builder left and right arm Reviewed why functions are useful for large projects like this turtle.forward() & turtle.right() In case you need anything, feel free to email meRead More...
Today We Did Color shapes with turtle.begin_fill() & turtle.end_fill() Move and turn pen with turtle.forward() & turtle.right() Drawing rectangles in different ways In case you need anything, feel free to email meRead More...
Today We Did Set-up PyCharm, Gitlab account, and cloned the dragon-birdie repository. Started blitting images for PyGame to display. Homework Draw bird01_A.png If you have any questions, you can ask me atRead More...
Today We Did Reviewed getting shell from the input and flow of if-elif-else statements. Learned how to convert shell input from string into an int. Briefly learned about lists. In case youRead More...
Homework Next week is 2 hours final test. The test is an open book test. Please study the following Robux Shopping Cart Grocery Shopping Cart Turtle codes, like draw face. All pythonRead More...
Today We Did Did setup for SchoolApplication project Created SchoolApplication class with menu attribute Created Student class with name, age, and grade attributes In case you need anything, feel free to emailRead More...
Homework Continue on MonsterInheritance project. Create Monster class inside monster.py species health max_damage Also create get_info(self) method Use the Monster class inside MonsterInheritance class to do Add New Monster List all monsters
Today We Did Reviewed star wars homework and worked through the rest of it together Started hangman game In case you need anything, feel free to email me at sebastian@ayclogic.com Homework NameRead More...
Homework Next week is a 2 hour final test. The final test starts at 5 PM to 7 PM. Don't be late. The test is open book. Make sure you study theRead More...
Today We Did Create both legs and one foot from robot. Learned how we can calculate the position of each new body part with math, but also by using a good guessRead More...
Homework Display assets/bird03_A.png in to bottom left corner of the screen and make it move to the right. Display assets/bird04_A.png in the bottom right corner of the screen and make it moveRead More...
Today We Did Started robot builder project, drawing a full robot using rectangles Built robot body and part of left arm In case you need anything, feel free to email me atRead More...
Today We Did Reviewed converting shell input to int. Learned about accessing a list with an index Changing list items Printing out the length of a list In case you need anything,Read More...
Today We Did Continued creating the SchoolApplication class In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR14_schoolapp_hw, please submit by next Monday. Homework: FinishRead More...
Homework Continue on MonsterInheritance project Create a method initialize_monsters. In here, you want to automatically add 3 monsters in the beginning and call this when you start the program. Dragon - 100Read More...
Today We Did Finish hangman game! Reviewed functions, loops, and comparisons in hangman game. In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR15_looping_hw, pleaseRead More...
Today We Did Finished robot builder Learned how to draw a circle Began drawing face In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR18_face_hw,Read More...
Today We Did Continued robot builder Put robot arms into function to move easier Drew robot legs and began left foot In case you need anything, feel free to email me atRead More...
Today We Did Reviewed creating lists and accessing list items using index. Learned about adding to a list using: append, insert Removing from a list: pop, remove, del In case you needRead More...
Today We Did Continued creating the SchoolApplication program Added Staff class and functions to add, list, and find new staff members In case you need anything, feel free to email me atRead More...
Today We Did We continued with Monster Inheritance. We added Adventure Menu: Magic Attack and Sword Attack. When the user choose "Sword Attack" the monster, the player will damage the monster withRead More...
Today We Did Reviewed questions similar to those on the quiz In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR22_quiz_review_hw, please submit by nextRead More...
Homework Continue in March25_Turtle_Basic.py Draw a square (white color), a rectangle (yellow color), a triangle (blue color) and an octagon (pink color) according to coordinates below.
Homework Continue on Tic Tac Toe game. In the activity_main.xml, change the color of the "Start Game" button from purple to blue, similar to activity_game.xml. Inside GameActivity.java use for loop to addRead More...
Today We Did Continued learning how to draw different shapes using Turtle Finished drawing faces (using circle function) In case you need anything, feel free to email me at sebastian@ayclogic.com Homework NameRead More...
Today We Did Finished robot builder In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR25_robot_addition_hw, please submit by next Friday. Homework: Add one thingRead More...
Today We Did Reviewed adding to a list using: append, insert Reviewed removing from a list: pop, remove, del Reviewed list access by index and modify by index. Started learning about for-loops.Read More...
Today We Did We setup Pycharm We started learning dictionary. Homework Create March28_DictionaryHW.py Copy codes from page 92 to 95. Do Try It Yourself page 99.
Today We Did Added teacher class and methods to school application project In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR28_schoolapp_hw, please submit byRead More...
Today We Did Reviewed quiz review homework and did more quiz review Please make sure you look back at the homework and class work before the quiz to have it fresh inRead More...
Homework Continue on Monster Inheritance project. Add the water, earth and wind magic attacks. Look at how we did it for fire magic. After each magic attack, the monster also need toRead More...
Today We Did We created draw_square function so we can reduce code duplication. Homework Create 3 new files: April1_TurtleRectangleFunction.py Copy the rectangle codes from March25_TurtleBasic.py and create a function draw_rectangle(x,y, color) function.Read More...
Today We Did Finished learning about more complex shapes and semi circles In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No class on 04/08 due to easterRead More...
Today We Did Learned how to draw circles Began drawing faces In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No class on April 8th (next week) becauseRead More...
Today We Did Reviewed for-loops and covered in range() Started learning about while loops. In case you need anything, feel free to email me at juan@ayclogic.com View what we covered today atRead More...