American Young Coder

AYC logo

6 PM – Python Game Development – Sebastian

Today We Did Finished adding movement to Player class Changed Player image direction on movement Began understanding hitboxes, groupcollide, and the rect attribute You can always find the code we wrote inRead More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed input from shell homework with if statements Introduced the concept of lists and how to add items into a list, remove items from a list, and printRead More...

6 PM – Intro To Python – Darin

What We Did Today: Finished the debugging homework as well as the second debugging homework Maintained practicing proper debugging techniques Started on the Quiz 2 Review, covering topics like functions, conditionals, andRead More...

5 PM – Intro to Python – William

Today We Did Learned about If-Else statements Learned about if statements with multiple conditions (and/or) Learned about Elif statements Homework Create the following file: Oct14_IfElseHW.py Copy code from pgs 78-81 in theRead More...

7:30 PM – Intro to Python – William

Today We Did Learned about floats and strings Concatenated (combined) strings to form a sentence Homework Create a new file and save it as Oct14_StringHW.py Read pages 20-23 and copy the codeRead More...

7 PM – Python Game Development – Sebastian

Today We Did Finished drawing double tubes Started Coin class You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/MON-7PM-FlappyBird/-/tree/Sebastian?ref_type=heads In case you need anything, feelRead More...

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