7 PM – Intro To Python – Darin
What We Did Today: Reviewed final project proposals Finished the interactive grocery system program Started the last robux program Homework: YOUR FINAL PROJECT IS DUE NEXT WEEK SEPTEMBER 10! For those ofRead More...
What We Did Today: Reviewed final project proposals Finished the interactive grocery system program Started the last robux program Homework: YOUR FINAL PROJECT IS DUE NEXT WEEK SEPTEMBER 10! For those ofRead More...
What We Did Today: Learnt about functions without RV Homework: Make a file called Sept5_FunctionsWithRV_HW.py and submit to the google drive HW folder when you guys are done: from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ do number 7.Read More...
What We Did Today: Finished the Robux System project Homework: You have a one week extension for the final project! YOUR FINAL PROJECT IS DUE NEXT WEEK SEPTEMBER 10! For those ofRead More...
Today we: Went over Sept3_while_loop_hw1. Reviewed using while loops. Learned about infinite loops, break, and flag variables. Homework: Make a file called Sept10_while_loop_hw2. Do the Try-It-Yourself (7-4, 7-5, 7-6, 7-7) section on page 123 inRead More...
What We Did Today: Learnt about random module to use the random functions Homework: Make a file called Sept5_Magic8BallV2.py and submit to the google drive HW folder when you guys are done: # modifyRead More...
Today We We went over different Variable types and their uses. Homework Copy down the code from pages 20-23 from your Python Crash Course book. From pages 22-23, there are these symbolsRead More...
NEXT WEEK IS YOUR FINAL EXAM FROM 7-9 PM If you haven't submitted your python final project already, please do so in your google drive. If you have any issues, let yourRead More...
Today we: Went over sept10_while_loop_hw2. Reviewed using while loops. Homework: Make a file called sept17_quiz1_review. Finish ALL of the exercises here: https://www.ayclogic.com/intro-to-python-exercises/ Use your past projects and the textbook to help you reviewRead More...
What We Did Today: Saw a couple more examples on the random module to use the random functions Learnt debugging techniques and forms of errors Homework: Make a file called Sept19_RandomHW.py and submit toRead More...
Today We We went over last week's homework. We learned about Strings: Built-in String methods (ex: .upper(), .lower(), .title()) New way to combine variables into Strings (ex: f"{var1} {var2}") String Shortcuts (ex:Read More...