10:30 AM – Intro To Python – Bill (Darin Sub)
What We Did Today: Reviewed the star wars homework problem involving functions and random module Learnt how to debug, and we did a couple debugging exercises Your HW: Create a new fileRead More...
What We Did Today: Reviewed the star wars homework problem involving functions and random module Learnt how to debug, and we did a couple debugging exercises Your HW: Create a new fileRead More...
Today We Did Continued learning about functions Wrote examples of functions with parameters and return values Began learning about the random library SAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9 AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ InRead More...
What We Did Today: Made a grocery system text based program with logic we have learnt before including while loops, for loops, and if statements along with variable and data types. Homework:Read More...
William Sub What We Did Today: Learned about For Loops: For loop using range() Enhanced (For Each) loop using lists Started learning while loops Homework: Create two files in Thonny as shown,Read More...
Your second quiz is next week Tuesday on June 18 What We Did Today: Reviewed the debugging homework. Finished the rest of the quiz 2 review. Reviewed concepts that will come outRead More...
What We Did Today: Learnt about while loops using counter variables. Learnt about forever loops and using conditionals inside of while loops. Homework: Create one file named June13_WhileLoopsHW.py in Thonny as shown,Read More...
What We Did Today: Made a Robux System similar to BankSystem but with the ability to add money balance to make purchases. Learnt about the global keyword which is used for a functionRead More...
What We Did Today: Learnt about functions (with and without return value) Learnt in depth on why we want to use functions and why they are useful. Learnt about parameters and commonRead More...
What We Did Today: Did the second quiz. Homework: No homework! Enjoy your one week's break of no homework as next week we will learn something new - drawing in python!!
What We Did Today: Reviewed functions with/without return values Learnt about the random module. Learnt how to get a random integer using random.randint() Learnt how to get a random item from aRead More...