7:30 PM – Intro to Python – William
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 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 Finished drawing double tubes Started Coin class You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/MON-7PM-FlappyBird/-/tree/Sebastian?ref_type=heads In case you need anything, feelRead 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...
Today We Did Fixed rectangle hitboxes for Player and Bird classes. Created and finished full Fireball class You can always find the code we wrote in class in my Gitlab repository here:Read 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 Finished code to load the 3 different kind of coin images Finished the code to flip coin images You can always find the code we wrote in class inRead 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...