5 PM – Intro to Python – Shawn (Substitute: Sebastian)
Today We Did Reviewed data types and operations Learned about if, elif, and else Learned about the special keywords "and" & "or", and how to use them with conditions In case youRead More...
Today We Did Reviewed data types and operations Learned about if, elif, and else Learned about the special keywords "and" & "or", and how to use them with conditions In case youRead More...
Today We Did Installed and set-up Pycharm. Created a Pycharm project Started learning about dictionaries Homework Name your file August14_Dictionary_HW.py and do: Page 92 to 97. Page 99 TRY IT YOURSELF. 6-1Read More...
Today we did: Reviewed HW Printing using f-strings (formatted strings) If statements with or and and elif statements Homework: Create Aug7_StringHW2.py Page 25: TRY IT YOURSELF: 2-3, 2-4, 2-5 and 2-6 ForRead More...
Today We Did Discussed more about Git commits, what repositories are, and how to explore them to see our past commits Learned about static variables, reviewed what local variables and attributes are,Read More...
Homework Continue with your Jul22_RobuxShoppingCart.py. Add codes to handle "2. Buy The Samurai of the Gamers 1000 robux", "3. Buy parrot 50 robux". Also add code to do "4. Add more robux"Read More...
Today We Did Reviewed Aug9_TurtleShapesHomework.py Started Robot Builder Homework Finish the rest of the Robot Builder project Name your file: Aug15_RobotBuilder.py Finish the legs, body, neck, head, eyes, mouth
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://www.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...