What We Did Today: Learnt about functions, why we use functions. Learnt about functions without and with return values, highlighting a couple examples. Homework: Make a new file called Sep19_FunctionsWithoutRV_HW.py and submitRead More...
Today We Did Reviewed variables and data types Reviewed the functions from homework like upper(), lower(), and title() Began learning about conditional statements (if, elif, else) Thursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing AYCRead More...
Today We: Changed the grocery system program to use classes to minimize the number of dictionaries needed for our program. Reviewed how dictionaries work. Homework: (1) IF you haven’t already: Do TryRead More...
What We Did Today: Installed and did the setup for PyCharm, our new IDE to use in this course. Navigated the PyCharm environment, and explained how to submit homework and access PyCharmRead More...
Today We: Reviewed the homework for TIY pages 162, 167 Got started on the School Application project, further implementing object oriented concepts. Homework: (1) IF you haven’t already: Do Try It YourselfRead More...
What We Did Today: Learnt about dictionaries, how to access, remove, edit, and loop through dictionaries. Homework: In a file called Oct1_DictionaryHW, do pages 99 (TIY 6-1 to 6-3) and pageRead More...
Today We Did Reviewed the logical operators "and" & "or" Reviewed everything we can do with lists Create a list Access one element in a list Change an element's value Add toRead More...
Today We: Reviewed TIY page 167, highlighting default values. Continued the School Application project, further implementing object oriented concepts. Homework: For Ian: In your Sep30_SchoolSystem project, add a staff class and addRead More...
What We Did Today: Learnt how to implement heading into the functions. Explained the final project structure Homework: Draw a proposal with the following guidelines: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Submit the proposal by taking aRead More...
What We Did Today: Applied dictionaries in a text based game Homework: (If you havent already) In a file called Oct1_DictionaryHW, do pages 99 (TIY 6-1 to 6-3) and page 105 (TIY 6-4Read More...