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 Continued Monster System program Added new menu items to get the last bit of required user input In case you need anything, feel free to email me at sebastian@ayclogic.comRead 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...
Today We Did Reviewed Magic8Ball using random.randint() and random.choice() Finished Password Generator and Star Wars problems. View what we covered at https://drive.google.com/drive/u/1/folders/1ZUAbuGWWGPRXxcEKHRhFdGLyFc7N5Jva No class on July 5th Homework Name your file: July12_FixingBugs1_HW.pyRead More...
Today We Did: How to access lists Add items to a list Remove items from a list, and Modify lists. Homework Create new python file named June29_ListHomework.py For those with second editionRead More...
Today We Did Reviewed last week's homework for Robot Builder. Complex shapes and polygons. No class next week. Next class on July 10, 7:00 PM. Homework Project proposal (drawing) due July 10.Read More...
Today We Did Added object oriented programming to grocery shopping cart with GroceryItem class In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JUN8_OOP_hw, pleaseRead More...
Today We Did We setup SAT-3PM-TOD project. We created gitlab project and clone them and checkout individual branches. Added background and Enemy class. Homework Inside Enemy class, resize the image according toRead More...
Today We Did First day of class, learned about dictionaries! How do the following in dictionaries: create, get key's value, add key/value pair to dictionary, update key's value, delete item from dictionary,Read More...