American Young Coder

AYC logo

7 PM – Intro to Python – William

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...

6 PM – Intro To Python – Darin

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...

6 PM – Intro To Python – Darin

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...

5 PM – Intro to Python – William

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...

7:30 PM – Intro to Python – William

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...

7 PM – Intro to Python – William

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...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed operations on lists Introduced using for loops with lists Homework: Create a file called Oct24_ListForLoopsHW.py and submit it into the google drive when you are finished. DoRead More...

6 PM – Intro To Python – Darin

What We Did Today: Had our second quiz covering topics so far on lists, loops (while and for), functions, and the random module. Homework: No Homework!

5 PM – Intro to Python – William

Today We Did Finished learning lists Delete element Last element of list List of integers Learned about for loops For loops with range Enhanced for loop (for-each) for lists Homework Create theRead More...

7:30 PM – Intro to Python – William

Today We Did Reviewed If-Else statements Learned about Elif (else if) Homework Create the following file: Oct28_IfElseHW2.py Read page 80-81 and copy all the code Catch up on last week's homework! https://www.ayclogic.com/event/730-pm-intro-to-python-william-3/ ContinueRead More...