6 PM – Intro to Python – Daniel
What We Did Reviewed the debugging homework Prepared for the quiz next week through the Quiz 2 Review exercise. Homework Continue on your Sep4_QuizReview2.py file and finish number 4!! If you haveRead More...
What We Did Reviewed the debugging homework Prepared for the quiz next week through the Quiz 2 Review exercise. Homework Continue on your Sep4_QuizReview2.py file and finish number 4!! If you haveRead More...
Today We Did: Reviewed the homework Brushed up on what functions are with/without return values Did examples of functions from the https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ page Homework: In one new file, "Sep5_FunctionsWithRVCopyHW", do the following:Read More...
Your final exam will be on Sep 21. What We Did: Implemented a more advanced text based program – Robux System – that tests the knowledge gained in the class so farRead More...
Today We: Reviewed the homework for the grocery system v2 program, in adding a dictionary to keep track whether an item is meant to be frozen or not. Introduced the concept ofRead More...
What We Did Did our second quiz today. You will get your results by email soon. Homework None! If you have any questions, email me at dmeng@ayclogic.com or ddjapri@ayclogic.com
What We Did Today: Did our final exam! Homework: None! Notes: You can email me at ddjapri@ayclogic.com if you have any questions!
What We Did Today: Learnt the basics of turtle drawing. Learnt how to shorten code by use of loops and functions. Homework: Create a new file “Sep18_Turtle4ShapesHomework.py” Draw the rectangle and squareRead More...
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 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...