American Young Coder

AYC logo

2 PM – Intro To Python – Sebastian

Today We Did String functionalities:  .title(), .upper(), .lower() Formatted strings: f"" Removing end spaces: .rstrip(), .lstrip(), .strip() Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the followingRead More...

2 PM – Intro To Python – Gamas

Today We Did We learned about For Loop in Range. We learned about While Loop We learned about +=, -=, *=, /= shortcuts Homework Create Sep10_WhileLoopHomework.py Inside the file copy codes fromRead More...

3 PM – Intro To Python – Sebastian

Today We Did String functionalities:  .title(), .upper(), .lower() Formatted strings: f"" Escape keys: \n \t Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the following by yourself:Read More...

9AM – Intro to Python – Saagar

Today we did: First quiz - data types, for/while loops, input from shell, if else, lists Homework No homework!!! Enjoy your week!

2 PM – Intro To Python – Sebastian

Today We Did Learned how to check if things are the same, and if things are not the same (==, !=) Learned if, elif (otherwise if), and else (otherwise) Learned the differenceRead More...

5:30 PM – Intro To Python – Parna

Today We Did We started robot builder project. We learned when we want to control the color, position and width and height of rectangles, we have to introduced parameters into draw_rectangle functionRead More...

2 PM – Intro To Python – Sebastian

Today We Did Learned how to get input from the shell: input() Learned how to add part of one string to another (+=) Reviewed if, elif, else Homework Homework due in GoogleRead More...