5:30 PM – Intro To Python – Gamas
Today We Did We continued with Turtle topic. We introduced a function draw_rectangle and made the function to have 5 parameters: x, y, width, height, color. This way the functions can beRead More...
Today We Did We continued with Turtle topic. We introduced a function draw_rectangle and made the function to have 5 parameters: x, y, width, height, color. This way the functions can beRead More...
Homework Create Dec15_Private_ForLoopInRangeHomework2.py translate this Scratch code into Python. Use for loop in range. Create Dec15_WhileLoopHomework.py Copy codes 118 to 121.
Homework These homeworks are due on 12/19 - Monday at 5 PM. Create a new python file Dec16_HowOldAreYouHomework.py Do exercises number 1 only from https://www.ayclogic.com/tell-me-your-age/ . This is an input from shellRead More...
Today we did: Reviewed the Quiz Started graphical interfaces with Turtle like setting background color, drawing shapes, etc. Announcements No class until January 7th. Holidays for next 2 weeks. Homework In aRead More...
Today We Did We started learning about functions without return value. We learned that function can reduce code duplication. Homework No homework and no class until January 7, 2023. Merry Christmas 2022Read More...
Remember, no class December 24th - December 31st! Today We Did Reviewed how functions simplify repetitive operations (can put all the print statements inside a function and only call it once!) FunctionsRead More...
Remember, no class December 24th - December 31st! Today We Did Reviewed how functions simplify repetitive operations (can put all the print statements inside a function and only call it once!) FunctionsRead More...
Today We Did General review on several past topics In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework DEC20_function_review_HW, please submit by next Monday. ToRead More...
Today We Did Learned while loops continue to loop while their condition is True Used input() inside of while loops as a condition Learned how to make a while loop act theRead More...
Today We Did We reviewed the functions homeworks. We reviewed while loops. Homework Next week 01/10 is 2nd quiz. Please prepare and study for your 2nd quiz. The 2nd quiz will coverRead More...