5 PM – Intro to Python – Darin
What We Did Today: Had our second quiz For those of you that weren't able to make it to today's zoom, please work on the quiz sent to your emails before classRead More...
What We Did Today: Had our second quiz For those of you that weren't able to make it to today's zoom, please work on the quiz sent to your emails before classRead More...
Today We We went over the If-Else HW. We learned about user input. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a newRead More...
Today we: Reviewed the Intro to Python Quiz 1. Started learning about functions without return values. Homework: Do pages 130-133. Do not do the Try-It-Yourself questions. Email me for help: yitong@ayclogic.com
Today We Do We reviewed the second quiz. We started Python Digital drawing using Turtle. Homework Create a new file “Oct10_Turtle4ShapesHomework.py” Draw these shapes using t.goto() and t.penup() and t.pendown() Look atRead More...
Today We We learned about user input. We learned what is a Strings and what is an Integer. We learned how to convert Strings into Integers Homework (Upload your homework into yourRead More...
Today we: Continued learning about functions without return values. Started learning about functions with return values. Python file from class: https://drive.google.com/drive/u/3/folders/143UhHBu3LouTWr3l0WDVNGwpC6gElwjl Homework: Name your Python file oct15_functions_with_return_value Do the Try-It-Yourself questions (#8-1, #8-2)Read More...
Today We Do We continued learning the basics of Python Digital drawing using Turtle. Homework Create a new file “Oct17_Turtle3FunctionsHW.py” Look at this image for your coordinates guidance Draw the Square, Rectangle, andRead More...
Today We We went over last week's HW. We went over lists. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a new fileRead More...
Today We Do We learnt how to draw shapes next to each other and created general purpose shape functions. Homework Continue in your file "Oct24_TurtleRobot.py" and draw the eyes, mouth, legs, and armsRead More...
Today We We went over last week’s HW. We went over for loops. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a newRead More...