American Young Coder

AYC logo

9AM – Intro to Python – Saagar

Today we did: Briefly reviewed list and indexing Introduced iterating/traversing through lists with for loops using the for each method as well as for loops (for <variable> in <list>:) with indexing usingRead More...

2 PM – Intro To Python – Gamas

Today We Did We learned about Variables and data types. We were able to cover String and Integer data types. Homework Create a file July30_StringHomework.py Copy codes from pages 20 to 23Read More...

8:30 AM – Intro To Python – Gamas

Today We Did We reviewed the first 5 questions of the 1st quiz. We started learning Python Turtle module. We drew square and rectangle in Turtle module. Homework Finish the 1st quizRead More...

SAT – 2 PM – Intro To Python – Gamas

The class was on 8 AM Today We Did We went over String homework. We learned about String built-in functions: .title(), .upper(), .lower(), .strip(). We learned about String formater. We learned aboutRead More...

7:30 AM – Intro To Python – Gamas

Today We Did We continued with the quiz for number 6. We continued with the Intro To Turtle by coloring the background color and coloring the shapes. Homework Finish the quiz fromRead More...

6 PM – Intro To Python – Gamas

Homework Continued on Aug10_RobuxSystem.py Add code so you can keep track of all items purchased. Add code so when user exit, the program needs to print all items purchased and also printRead More...

9AM – Intro To Python – Saagar

Today we did: Reviewed for loops and iterating by elements as well as index Review append, insert, remove, pop, del list functions Introduced while loops as a way of executing certain codeRead More...

2 PM – Intro to Python – Gamas

Today We Did We learned about IF ELSE ELIF statements We learned how to get input from shell We learn about List. Homework Create Aug20_HowOldAreYou.py and do exercise from this page (onlyRead More...

6 PM – Intro To Python – Gamas

Today We Did We continued with Robux System. We added purchase_item function to eliminate code duplication. We keep track robux_spent by creating a new variable. Homework Continue with Robux system, add aRead More...