10 AM – Intro to Python – Darin (Riley Class)
What We Did Today: Covered variables and data types, typecasting, combining strings Covered if and else statements along with and/or operators and ==, <, >, !=, <=, and >= Learned how toRead More...
American Young Coder Academy – Indo
What We Did Today: Covered variables and data types, typecasting, combining strings Covered if and else statements along with and/or operators and ==, <, >, !=, <=, and >= Learned how toRead More...
What We Did Today: Reviewed while loops and for loops Get input from shell for a while loop to end Homework: https://indo.ayclogic.com/intro-to-python-exercises/ Create a file called Review1HW.py and upload it to googleRead More...
What We Did Today: Covered the topic of lists, how to modify lists by adding, removing, or replacing elements Covered the topic of for loops, using lists as well the range functionRead More...
Today We Did Continued our Grocery System project but started implementing the class system structure Organized each operation into its own method in the system class In case you need anything, feelRead More...
Today We Did Continued SchoolSystem project Took another deep dive into the differences between lists and dictionaries for the "find_student" methods. Full lesson on how lists and dictionaries "find" different things, veryRead More...
Today We Did Reviewed last week's homework Learned about inserting, removing, modifying, and accessing with dictionaries. Learned about looping through dictionary keys, values, and items. Learned about checking if a key existsRead More...
Today We Did Finished adding static variables to Bird class Began creating the player class Learned how to get keyboard input from players to move our Player bird You can always findRead More...
Today we did: Learned how to get user input Reviewed if-else statements Homework: Create Aug14_IfElseHW2.py (new file -> save) Complete page 84 exercises 5-3, 5-4 Create Aug14_Input.py Complete page 117 exercises 7-1, 7-2 UploadRead More...
What We Did Today: Reviewed for loops Covered the topic of while loops, and using conditionals (if statements) to end the loops Used input from shell along with while loops to createRead More...
What We Did Today: Reviewed for the quiz next week on topics such as while loops, for loops, if statements, getting input from shell, printing using f "{variable}" Homework: Review your recentRead More...