5 PM – Python OOP – Gamas
5 PM – Python OOP – Gamas
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 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...
Today We Did Reviewed dictionary basics Began phone book with dictionary program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR4_phonebook_hw, please submit byRead More...
Today We Did Finished School System project Began Library System project Got really good at creating new classes and constructors In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Homework Similar to dragon.py, create troll.py, water_golem.py. Inside troll.py Create Troll class that inherits from Monster class. override magic_damage method so when Troll got hit by earth magic, it will say "TrollRead More...
Today We Did Quiz 2 In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No homework
Today We Did Started and quickly finished GroceryShoppingCart (great job!) Brief introduction to OOP, sneak peak of the following: Classes, Attributes, Methods, Constructors, and Objects In case you need anything, feel freeRead More...
Today We Did Finished library system project Began shopping cart OOP In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR11_supermarket_hw, please submit by nextRead More...
Today We Did We completed Monster Inheritance project. We discussed Practice Final. Homework Do practice final already sent in the class to your email. It should come from ayclogic@gmail.com. Please let meRead More...
Today We Did Turtle basics turtle.bgcolor("red") turtle.begin_fill() & turtle.end_fill() turtle.goto(x, y) In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR12_turtle_basics_hw, please submit by nextRead More...
Homework Continue with April15_RobotBuilder.py. continue with the robot drawing: neck, head, the eyes and mouth. Don't do the arms, we are going to do it together next week. Look at this screenshotRead More...
Today We Did Learned how to draw several shapes using for loops Kaleido Spiral In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR15_project_hw, pleaseRead More...
Today We Did Learned how to draw half circles Went through examples of drawing things in a loop In case you need anything, feel free to email me at sebastian@ayclogic.com Homework NameRead More...
Today We Did Finished covering while loops. View what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA Homework Create Apr22_ReviewHW.py file, and do the following pages: Do these exercises https://www.ayclogic.com/intro-to-python-exercises/
Today We Did Large introduction to object oriented programming Learned about classes, constructors, attributes, methods, and objects In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name yourRead More...
Today We Did Finished Supermarket class Began inheritance (child inherits all attributes and methods from parent) In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homeworkRead More...
Today We Did We reviewed Practice Test (DriverSystem) solution. The solution can be found in https://drive.google.com/drive/u/0/folders/1ZYxxajAgLJw8_LDVzpxMMw4QkB6Gant4 Homework Next week (04/26) is the 2 hours final test. The final test is open bookRead More...
Today We Did Began robot builder In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR19_robot_hw, please submit by next Tuesday. Homework:a) Complete #4 (draw_octagon)Read More...
Homework Continue with April15_RobotBuilder.java Create a new function right_arm(x,y,color) Inside this right_arm function, you need to draw one right arm which composed of 2 rectangles. This is very similar to left_arm function.Read More...
Today We Did Reviewed how to draw letters (like the letter S) to help with project Finish second half of Kaleido Spiral In case you need anything, feel free to email meRead More...
Today We Did Semi circles (t.circle function takes extent parameter to make semicircle) Kaleido Spiral In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR22_project_hw,Read More...
Today We Did Reviewed the exercises covered last week View what we covered today in files Apr22_ReviewHW.py and Apr22_ReviewPart2.py in the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA Homework Study for quiz next week
Today We Did Reviewed object oriented programming by making Dog class Deeply understood what "self" means, and when to use "self" instead of an object name Began GrocerySystemV2 In case you needRead More...
Today We Did Reviewed OOP, dictionaries, and inheritance Began creating Monster inheritance program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR25_inheritance_hw, please submitRead More...
Today We Did Inserting to a list using: insert, append Removing from a list using: del, pop, remove Started covering looping through a list Homework Pg. 42: Try it Yourself 3-4, 3-5,Read More...
Today We Did Finished robot builder Began learning how to draw circles with turtle.circle() In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR26_face_hw, pleaseRead More...
Today We Did Grocery System Program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR29_robux_hw, please submit by next Friday. Homework: In the sameRead More...
Today We Did Learned how to draw several different letters in turtle Learned how to draw polygons In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name yourRead More...
Today We Did Intro to Python, Quiz 1 Scores are out for those who've taken the quiz today, check the email you used for the quiz.
Today We Did Finished Grocery System class Began School System class In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAY2_school_system_hw, please submit by nextRead More...
Today We Did Continued Monster inheritance program with Monster System Reviewed vocabulary in object oriented programming with short quiz on words In case you need anything, feel free to email me atRead More...
Today We Did Reviewed inserting and removing from a list Reviewed looping through a list Started learning about for loop in range() Contact me at juanfcastro03@gmail.com for any questions Homework Animal ListRead More...
Today We Did Began learning about turtle complex shapes as we drew faces In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAY4_new_rectangle_hw, please submitRead More...
Homework Open your Thonny and create a new file May4_StringHomeworks.py Copy codes from the textbook from page 20 to 23. If you do not have the book yet, just look at thisRead More...
Today We Did We continued on April22_DrawFace,py We completed the draw_face(x,y) function. Homework Create a new python file May6_DrawFace2.py Copy the rect and draw_circle functions from April22_DrawFace.py into this new file. CreateRead More...
Today We Did Finished Robux Balance program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAY6_project_edits_hw, please submit by next Monday. Homework: I willRead More...
Today We Did Finished grocery system Began robux shopping cart In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN17_dictionary_hw, please submit by next Friday.Read More...
Today We Did Started learning about functions, defining a function, parameters, and return values Homework Number 4 - 6 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Pg. 130-133