4 PM – Intro To Python – Darin
What We Did Today: Introduced Thonny, how to navigate files, and use shell Introduced variables and data types in Python Introduced printing, and math with variables Homework: Copy code from pages 20-23Read More...
What We Did Today: Introduced Thonny, how to navigate files, and use shell Introduced variables and data types in Python Introduced printing, and math with variables Homework: Copy code from pages 20-23Read More...
Today We Did Continued working on the Supermarket System. Created a dictionary menu_items, with item number keys and GroceryItem instances as the values. Created a function to handle purchasing items. Homework NameRead More...
Today We Did Encapsulated blitting play button, logo, and credit button to their own methods Created logic to check mouse position when clicking on play button You can always find the codeRead More...
Today We Did We continued with Monster Inheritance project. We added code so it can start the adventure by displaying all monsters. Homework Continue with Monster Inheritance. After 2nd menu, add codesRead More...
Today We Did Reviewed Quiz2Prep.py and Python bugs homework Homework Review for our quiz next week! I recommend focusing on the following topics: List operations (length, append, etc) Functions (return values, multipleRead More...