Today We Did 1st Python Quiz! Homework Create the following file: Oct2_WhileLoopHW.py Read textbook end of pg 117 until pg.123 and copy down the code If you have any questions or needRead More...
Today We Did Reviewed homework Reviewed creating instances of a class, using attributes and methods outside of class, incrementing/decrementing class attributes Started School System Homework No homework
What We Did Today: Learnt how to get input from shell (user) Manipulated user input with if statements to perform certain code/actions Reviewed fundamental concepts of data types Homework: Create a fileRead More...
What We Did Today: Reviewed the Star Wars homework: https://www.ayclogic.com/intro-to-python/star-wars-problem/ Applied "random" inside of functions, to get random items from a list Practiced steps in debugging, and got started on debugging worksheetRead More...
Today We Did Started learning variables and data types Homework Read pages 15-19 in the textbook Complete 1 lesson everyday on Typing Club or Typing.com If you have any questions, please emailRead More...
Today We Did Reviewed 1st Python quiz Learned functions without parameters Homework Create the following file: Oct9_FunctionsHW.py Copy code from pages 130 to 133 Oct9_FunctionsHW2.py https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ If you have any questions orRead More...
What We Did Today: Reviewed input from shell homework with if statements Introduced the concept of lists and how to add items into a list, remove items from a list, and printRead More...
What We Did Today: Finished the debugging homework as well as the second debugging homework Maintained practicing proper debugging techniques Started on the Quiz 2 Review, covering topics like functions, conditionals, andRead More...
Today We Did Learned about If-Else statements Learned about if statements with multiple conditions (and/or) Learned about Elif statements Homework Create the following file: Oct14_IfElseHW.py Copy code from pgs 78-81 in theRead More...
Today We Did Learned about floats and strings Concatenated (combined) strings to form a sentence Homework Create a new file and save it as Oct14_StringHW.py Read pages 20-23 and copy the codeRead More...
Today We Did Reviewed functions with no return value Learned about functions with return values Created a grade calculator for the course Homework Create the following file: Oct9_FunctionsHW3.py Try It Yourself 8-3 onRead More...
What We Did Today: Learned how to use .insert(0, "a") .remove("a") del lst Practiced the functions in an example at the end of the notes Homework: Create a file called Oct17_ListsHW2.py andRead More...
QUIZ 2 IS NEXT WEEK ON OCT 26 What We Did Today: Reviewed topics for the quiz next week, through past examples and the homework. Homework: Practice and review the following topics:Read More...
Today We Did Learned how to get input from the shell Started learning list operations Append Modify Homework Create the following file: Oct21_TellMeYourAge.py Complete exercise #1 (everything besides the last two lines)Read More...
Today We Did Learned about If-Else statements Learned about printing f-strings Homework Create the following files: Oct21_IfElseHW.py Read page 78 (If Statements) to the top of page 80 and copy the code Oct21_StringHW2.py Complete TryRead More...
Today We Did Reviewed functions with return values Learned about the random module randInt() choice() Homework Create the following file: Oct23_StarWars.py Finish the exercises at https://www.ayclogic.com/intro-to-python/star-wars-problem/ If you have any questions orRead More...
What We Did Today: Reviewed operations on lists Introduced using for loops with lists Homework: Create a file called Oct24_ListForLoopsHW.py and submit it into the google drive when you are finished. DoRead More...
What We Did Today: Had our second quiz covering topics so far on lists, loops (while and for), functions, and the random module. Homework: No Homework!
Today We Did Finished learning lists Delete element Last element of list List of integers Learned about for loops For loops with range Enhanced for loop (for-each) for lists Homework Create theRead More...
Today We Did Reviewed If-Else statements Learned about Elif (else if) Homework Create the following file: Oct28_IfElseHW2.py Read page 80-81 and copy all the code Catch up on last week's homework! https://www.ayclogic.com/event/730-pm-intro-to-python-william-3/ ContinueRead More...
Today We Did Reviewed Exercises 1-2 of Oct23_StarWars.py Created a password generator Homework Finish exercises 3-4 of Oct23_StarWars.py https://www.ayclogic.com/intro-to-python/star-wars-problem/ Oct30_Magic8Ball.py Follow the instructions on the page to create a magic 8 ball!Read More...
What We Did Today: Reviewed using lists in for loops Learnt how to use for loop with range() function to do certain things a fixed number of times Homework: Create a fileRead More...
What We Did Today: Reviewed the quiz 2 and talked about results, how to improve, and etc. Did a brief overview on everything we have learnt in this course so far, includingRead More...
Today We Did Reviewed for loops Started while loops Homework Create the following file: Nov4_AnimalList.py Follow the instructions at https://www.ayclogic.com/animal-list-and-for-loop-exercises/ If you get stuck, look at code from previous lessons or emailRead More...