American Young Coder

AYC logo

5 PM – Intro To Python – Gamas

Homework For those who are not done with the Turtle project, please continue with it. It is due on March 14. You can get 10% bonus if you submit by March 7.Read More...

6 PM – Python OOP – Gamas

Homework Inside LibrarySystem, add code inside book.py so it will have a new method called get_info(self) When get_info(self) is called it will return information of the book. Like this Title: Lightning ThiefRead More...

5:30 PM – Intro To Python – Gamas

Homework Continue on Feb24_RobuxShoppingCart.py Add codes so your program can have these 2 features It will not allow to make purchase if you do not have enough robux You will be ableRead More...

10 AM – Indo – Intro to Python – Gamas

Today We Did We went over how to fix python errors. How to read python errors. Homework Create March4_2ndQuizPrep.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/

2 PM – Intro To Python – Sebastian

Today We Did Robot builder left and right arm Reviewed why functions are useful for large projects like this turtle.forward() & turtle.right() In case you need anything, feel free to email meRead More...

3 PM – Intro To Python – Sebastian

Today We Did Color shapes with turtle.begin_fill() & turtle.end_fill() Move and turn pen with turtle.forward() & turtle.right() Drawing rectangles in different ways In case you need anything, feel free to email meRead More...

3:00 PM – Python Game Development – Juan

Today We Did Set-up PyCharm, Gitlab account, and cloned the dragon-birdie repository. Started blitting images for PyGame to display. Homework Draw bird01_A.png If you have any questions, you can ask me atRead More...

6:00 PM – Intro to Python – Juan

Today We Did Reviewed getting shell from the input and flow of if-elif-else statements. Learned how to convert shell input from string into an int. Briefly learned about lists. In case youRead More...