American Young Coder

AYC logo

3:00 PM – Intro to Python – Juan

Today We Did Learned about variables, data types: int, float, string, and boolean. int and string operations. Converting data types, int(), str()... Learned about if-elif-else statements. Learned about boolean expressions. View whatRead More...

7:00 PM – Intro to Python – Juan

Today We Did Reviewed last week's homework. Modified our rectangle function, using parameters, to specify: Starting (x, y) coordinates. Length and width. Color and fill color Created a left_arm function for ourRead More...

3:00 PM – Intro to Python – Juan

Today We Did Reviewed the homework due today for strings and if-else. Reviewed: Strings: upper(), title(), lower() If-elif-else Learned about lists: Accessing and modifying lists by index. Adding to lists: append(), insert()Read More...

6:30 PM – Intro to Python – Juan

Today We Did Reviewed Magic8Ball using random.randint() and random.choice() Finished Password Generator and Star Wars problems. View what we covered at https://drive.google.com/drive/u/1/folders/1ZUAbuGWWGPRXxcEKHRhFdGLyFc7N5Jva No class on July 5th Homework Name your file: July12_FixingBugs1_HW.pyRead More...

6 PM – Intro to Python – Darin

Today We Did: How to access lists Add items to a list Remove items from a list, and Modify lists. Homework Create new python file named June29_ListHomework.py For those with second editionRead More...

7:00 PM – Intro to Python – Juan

Today We Did Reviewed last week's homework for Robot Builder. Complex shapes and polygons. No class next week. Next class on July 10, 7:00 PM. Homework Project proposal (drawing) due July 10.Read More...

3 PM – Adv Python Game Dev – Gamas

Today We Did We setup SAT-3PM-TOD project. We created gitlab project and clone them and checkout individual branches. Added background and Enemy class. Homework Inside Enemy class, resize the image according toRead More...