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...