American Young Coder

AYC logo

3 PM – Intro to Python – Sebastian

Today We Did Learned about conditions and if statements Learned comparison operators: ==, !=, <=, >=, <, > Learned about operators that let us connect conditions: and, or Learned about 3 kindsRead More...

5 PM – Intro to Python – William

Today We Did Reviewed Python Quiz 2 Learned Turtle basics Homework Create the following file: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ Use goto(x, y) to go to a specific x, yRead More...

4 PM – Intro To Python – Darin

What We Did Today: Learnt how to use the random module in other programs like password generator and using random.choice to reinvent our magic 8 ball program. Homework: Create a new fileRead More...

6 PM – Intro To Python – Darin

Today We Do Learnt how to make a grocery system, where our computer keeps track of what items we bought and we imitated a simple text based game. Reviewed the final projectsRead More...

4 PM – Intro To Python – Darin

What We Did Today: Learnt how to debug, identified common types of errors, and gained independence as a coder. Homework: Continue on your file called April1_Debugging_2.py and submit it into the googleRead More...

5 PM – Intro To Python – Gamas

Today We Did We continued learning turtle. We drew triangles and octagon inside forloop We learned how to set background to dark blue We learned how to set the pen to white.Read More...

6 PM – Intro To Python – Darin

What We Did Today: We learnt how to make a Robux system where our program can keep track of how much money we have in the interactive text based program we madeRead More...

3 PM – Intro to Python – Sebastian

Today We Did Reviewed conditionals like if, elif, and else Learned about user input User input can be retrieved using input() All user input turns into a string data type Class code:Read More...

5 PM – Intro to Python – William

Today We Did Learned about x,y coordinates in Python Turtle Created functions to draw shapes Homework Work on the following: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ You can use any method (goto(x,y),Read More...

4 PM – Intro To Python – Darin

YOU WILL HAVE YOUR SECOND QUIZ NEXT WEEK ON APRIL 15 What We Did Today: Prepared for the second quiz, went over some topics to prepare for the quiz, how to study,Read More...