American Young Coder

AYC logo

5 PM – Python Game Development – Darin

What We Did Today: Setup the necessary accounts and files to begin Python Game Development using PyGame. Briefly talked about what gitlab is, and what master/branches are. Showed how to load imagesRead More...

5 PM – Intro to Python – Allison

Today we: Reviewed the homework Learned about input Learned how to change a variable from a string to an integer Homework: Upload this homework in the Google Drive folder as Feb12_InputHomework: Read andRead More...

7 PM – Intro to Python – William

Today We Did Finished GrocerySystemV2 Started Robux Catalog Began handle_transaction function Homework Final project deadline is next Monday, February 19th! If you submit your project (final version or partial) by this Thursday,Read More...

6 PM – Intro To Python – Darin

Today We Do We started Python Digital drawing using Turtle. Learnt how to use turtle.goto() Learnt how to color our shapes Learnt how to use penup() and pendown() Homework Create a newRead More...

7 PM – Python OOP – Sebastian

Today We Did Reviewed the idea of object oriented programming, and how we're going to use it for our Supermarket and GroceryItem class Created print_menu method Added multiple grocery item objects toRead More...

5 PM – Intro to Python – William

Today We Did Reviewed Magic 8 Ball with random.choice() Finished Feb3_StarWars.py Homework Create the following files: FixingPythonBugs.py Copy and paste the code from the following website & fix errors until it runsRead More...

4 PM – Intro To Python – Darin

WE HAVE OUR QUIZ NEXT WEEK ON FEBRUARY 26!! What We Did Today: Reviewed how to use while loops Distinguished between while loops and for loops Started on the quiz review ReviewedRead More...

5 PM – Python Game Development – Darin

What We Did Today: Learnt how to load images onto the program using pygame.image.load() Learnt how to make images appear onto our game using .blit( {image} , {x _coordinate, y_coordinate} ) LearntRead More...