10 AM – Intro To Python – Darin (Riley Class)
What We Did Today: Covered the topic of lists, how to modify lists by adding, removing, or replacing elements Covered the topic of for loops, using lists as well the range functionRead More...
What We Did Today: Covered the topic of lists, how to modify lists by adding, removing, or replacing elements Covered the topic of for loops, using lists as well the range functionRead More...
Today we did: Learned how to get user input Reviewed if-else statements Homework: Create Aug14_IfElseHW2.py (new file -> save) Complete page 84 exercises 5-3, 5-4 Create Aug14_Input.py Complete page 117 exercises 7-1, 7-2 UploadRead More...
What We Did Today: Reviewed for loops Covered the topic of while loops, and using conditionals (if statements) to end the loops Used input from shell along with while loops to createRead More...
What We Did Today: Reviewed for the quiz next week on topics such as while loops, for loops, if statements, getting input from shell, printing using f "{variable}" Homework: Review your recentRead More...
Today We Did Learned about variables and datatypes Learned about if-else statements Learned how to get user input Homework Catch up on the previous 2 homeworks: Lesson 1 - Variables and DatatypesRead More...
Today we did: Learned lists Started for and for each loops Remember, you can reference the code from our lesson in the class Google Drive folder: https://drive.google.com/drive/folders/14Onyk8hhcNsgqsbuBMvIX1p0aCnxWZlj?usp=drive_link Homework: Make the following files:Read More...
Today We Did Reviewed Robot Builder HW Learned about drawing circles Created face function Homework Name your file Aug30_ManyShapes_HW.py Finish the smile for the face1 function using turtle.setheading(direction) Create a letter_A() functionRead More...
What We Did Today: Had our first quiz covering topics so far on data types, conditionals (if statements), for/while loops, and input from shell Homework: No Homework!
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...