6:30 PM – Intro to Python – Juan
Today We Did Reviewed Aug9_TurtleShapesHomework.py Started Robot Builder Homework Finish the rest of the Robot Builder project Name your file: Aug15_RobotBuilder.py Finish the legs, body, neck, head, eyes, mouth
American Young Coder Academy – Indo
Today We Did Reviewed Aug9_TurtleShapesHomework.py Started Robot Builder Homework Finish the rest of the Robot Builder project Name your file: Aug15_RobotBuilder.py Finish the legs, body, neck, head, eyes, mouth
What We Did Today: Covered variables and data types, typecasting, combining strings Covered if and else statements along with and/or operators and ==, <, >, !=, <=, and >= Learned how toRead More...
What We Did Today: Reviewed while loops and for loops Get input from shell for a while loop to end Homework: https://indo.ayclogic.com/intro-to-python-exercises/ Create a file called Review1HW.py and upload it to googleRead 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...