4 PM – Intro To Python – Shawn
4 PM – Intro To Python – Shawn
Gamas sub Today We Did We learned the difference between if elif else with a lot ifs. We learned how to get input from Shell. We learned how to convert from StringRead More...
Gamas sub Today We Did We learned the difference between if elif else with a lot ifs. We learned how to get input from Shell. We learned how to convert from StringRead More...
Today we did: Reviewed lists Continued for loops with lists Homework: Make the following files: Aug28_ListsHW2.py Read pages 37-41 and copy the code down into a file Aug28_AnimalList.py Follow these instructions: https://www.ayclogic.com/animal-list-and-for-loop-exercises/ Upload yourRead More...
What We Did Today: Reviewed the quiz 1 content and things to remember Introduced functions with no return value, and how to use them to reduce code duplication and make things simplerRead More...
Homework Continue with Aug29_RobotBuilder.py Draw the face and the neck according to below screenshot We drew one left arm in the class, draw two more left arms like above screenshot. You needRead More...
What We Did Today: Reviewed homework on functions with no return value Introduced the topic of functions with return values Homework: There are two parts to the homework, the website and theRead More...
Today we did: Learned about for loop with range Started learning while loops Homework: Make the following files: Sep11_ForLoopHW.py Compete Try It Yourself 4-1 and 4-2 on p. 56 Sep11_ForLoopRangeHW.py Read textbookRead More...
What We Did Today: Introduced the concept of programming in python Learned about variables and 3 data types: Integers, Floats/Doubles, Strings Learned about printing to the shell Learned about doing math withRead More...
What We Did Today: Reviewed the homework on applying different concepts together in a function Covered extra ideas on functions including using functions inside other functions Practiced complicated examples for functions Homework:Read More...
Gamas Sub Today We Did We reviewed for loop homeworks. We continue with while loop. Homework Submit your homework to your assigned google drive by Sunday evening. Create a new python file,Read More...
What We Did Today: Reviewed data types and variables Talked about typecasting Introduced control statements using if, else, and elif statements Homework: Create a file named Sep19_StringHomework2.py and upload it to theRead More...
What We Did Today: Reviewed the homework on formatting of a function Learnt how to generate random numbers and choose a random item from a list Created Magic 8 Ball text basedRead More...
Today We Did Review using for loops to loop through list Can loop through every value Example: "for name in names" Can loop through every index by using range(n) function which returns kindRead More...
Today We Did Reviewed last week's homework Review __init__ method Review class attributes Review how create new instance of a Dog class. Create several instances of Dog class. Review how to useRead More...
Today We Did Reviewed Python Exercises Homework Complete the Python Exercises if you haven't already Study for our quiz next week! Review: Variables (double/float, int, string) for loops while loops list operationsRead More...
What We Did Today: Learnt about .title(), .lower(), and .upper() for string capitalization Reviewed if, elif, and else statements Learnt about !=, >, >=, <, <= comparisons Learnt about and/or statements Homework:Read More...
What We Did Today: Reviewed the homework of recreating the text based mini-game with random.choice instead of random.randint() Created a password generator program using random functions Started working on the StarWars worksheetRead More...