What We Did We learned on how to do OR operator inside if or elif statements. We reviewed homework number 3 from https://indo.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Homework If you did not do last week homework, pleaseRead More...
Today We Did Reviewed question 1 from exam a Reviewed question 2 from exam b In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Please review the codeRead More...
Today We Did Reviewed Error HW and Quiz Review https://indo.ayclogic.com/fix-python-bugs-2/ https://indo.ayclogic.com/intro-to-python-exercises-for-quiz-2 Homework Quiz 2 next class Monday, June 19. New schedule: Monday/Thursday 7:00 PM - 8:30 PM Questions? Email me at juan@ayclogic.com
Today We Did Completed Quiz #2 Quiz scores are sent to your email. Started learning about the basics of Turtle Graphics. New schedule: Monday/Thursday 7:00 PM - 8:30 PM Homework Homework dueRead More...
Today We Did Reviewed HW problems 6, 7 from: https://indo.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Learned about the random module, random.choice() and random.randint() View what we covered today at: https://drive.google.com/drive/u/1/folders/1ZUAbuGWWGPRXxcEKHRhFdGLyFc7N5Jva Homework Name your file: June28_Magic8Ball_HW.py and do:Read More...
Today We Did We learned more about input from shell. How to convert from String to Integer. We learned about +=, -=. *=, /= . Homework Create a new Python file June22_HowOldAreYou.pyRead More...
Today We Did Reviewed problems from Quiz #2. Continued learning about Turtle Graphics: Reviewed HW. Learned about turtle.begin_fill() and turtle.end_fill() New schedule: Monday/Thursday 7:00 PM - 8:30 PM Homework Name your fileRead More...
Today We Did Learned about variables, data types: int, float, string, and boolean. int and string operations. Converting data types, int(), str()... Learned about if-elif-else statements. Learned about boolean expressions. View whatRead More...
Today We Did Reviewed last week's homework. Modified our rectangle function, using parameters, to specify: Starting (x, y) coordinates. Length and width. Color and fill color Created a left_arm function for ourRead More...
Today We Did Reviewed the homework due today for strings and if-else. Reviewed: Strings: upper(), title(), lower() If-elif-else Learned about lists: Accessing and modifying lists by index. Adding to lists: append(), insert()Read More...