American Young Coder

AYC logo

5 PM – Intro to Python – William

Today We Did Learned about functions Without parameters With 1, 2, 3 parameters Homework Create the following file: Dec16_FunctionsHW3.py Complete Try It Yourself 8-1, 8-2, 8-3, 8-5 (ignore the default value) on pages 131Read More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed how to use functions without return value Learnt how to use functions with return value with the keyword Return, that allows us to store values from aRead More...

6 PM – Python OOP – Shawn

Today We Did We continued with Monster Inheritance project. We utilized dictionary to translate from "1" to "fire", "2" to "water" etc. And we utilized another dictionary to translate from "1" toRead More...

6 PM – Intro to Python – Allison

Today we: Learned how to loop through drawing faces Learned how to draw a Kaleido spiral Homework: Important news: You can finish and submit your project early for a +5% bonus onRead More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed the final project criteria Talked about how to create rectangles at an angle by editing the createRectangle() function to include one more parameter, "heading", that is usedRead More...

4 PM – Intro To Python – Darin

What We Did Today: Reviewed the difference between =, !=, and == Reviewed typecasting Learnt about +=, -=, *=, and /= shortcuts Learnt about lists, how to access items from a list,Read More...

5 PM – Python OOP – Darin

Today We Did Reviewed how inheritance works through try it yourself number 9-7 Continued the MonsterInheritance project, creating the initial menu pop up as well as started on using inheritance for creatingRead More...

7 PM – Intro to Python – William

Today We Did Worked on RobotBuilder right_arm Modified arm functions to include width and height Started learning more turtle shapes Polygon function Homework Finish your robots!! (Dec18_RobotBuilder.py) Include the following features: HeadRead More...