American Young Coder

AYC logo

6 PM – Intro To Python – Sebastian

Today We Did String functionalities:  .title(), .upper(), .lower() Formatted strings: f”” Removing end spaces: .rstrip(), .lstrip(), .strip() Escape keys: \n \t \" \' Homework Create a new Python file NOV9_StringHomework2.py in Thonny.Read More...

4:30 PM – Intro To Python – Gamas

Today We Did: We reviewed the 3 data types we learned last week. We reviewed String homeworks. Homework Create a new Python file Nov11_StringHomework2.py Do exercises from page 25: TRY IT YOURSELFRead More...

11 AM – Intro To Python – Indo – Gamas

Today We Do We reviewed homework from https://www.ayclogic.com/intro-to-python-exercises/ Homework Next week is 1st quiz and this is 10% of your class grade. Please study well. During the quiz, you can use ThonnyRead More...

2 PM – Intro To Python – Sebastian

Today We Did Review of homework Full review focusing on loops Can use for loops and while loops to do the same thing Reviewed how range() works Homework No homework this weekRead More...

3 PM – Intro To Python – Sebastian

Today We Did Review of homework Full review focusing on loops Can use for loops and while loops to do the same thing Reviewed how range() works Homework No homework this weekRead More...

5:30 PM – Intro To Python – Gamas

Homework If you have not submitted your turtle project, please upload to google drive as soon as possible. Otherwise you get some point deductions. Gamas will send feedbacks on your turtle projectRead More...

6 PM – Python OOP – Gamas

Homework Copy Oct5_GroceryShoppingCartV2.py into Nov16_GroceryShoppingCartUsingClass.py Inside this file, create a new class on the top of the file GroceryItem Inside this class, it will have 2 attributes name price Create Nov16_ClassHomeworkP167.py InsideRead More...

6 PM – Intro To Python – Sebastian

Today We Did Learned about if, elif, else Learned about how "if" starts a conditional block, and "else" ends it Learned a bunch of operators (==, !=, <, <=, >, >=) LearnedRead More...

5:30 PM – Intro To Python – Alex W.

Today We Learned the basics of working with python turtle Homework Complete the questions at the following link: https://www.ayclogic.com/event/6-pm-intro-to-python-46/ We do not have class next week, as it is thanksgiving week

6PM – Intro to Python – Saagar Mahadev

Today we did: went over the bug fixing homework looping through strings and list using for loops and indexes, preparing for hangman started the hangman game with randomly choosing secret word, initializingRead More...