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...
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...
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...
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...
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...
What We Did Today: Reviewed how to use functions with and without return value Learnt how to use the random function, using random.randint(1, 10) and random.choice( {some list} ) Created a magicRead More...
Today we: Started and finished the Grocery System project Started the Robux Shopping Cart project Project Feedback: Eden: Add the text "PEASHOOTER" by using rectangles, circles, and/or polygons Make some part ofRead More...
What We Did Today: Learnt how to make half circles with the second parameter used in the circle() function. Created a kaleidoscope project using a forever loop and creating circles that moveRead More...
Today We Did Learned about functions with return values Converted hello(), add() functions to return a value Homework Create the following file: Jan13_FunctionsNoReturnHW.py Complete Exercises 4-7 at: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ #7 needs a return value,Read More...
What We Did Today: Learnt about lists, how to access items from a list, and how to add/remove items from the end of a list. Learned how to use lists with printRead More...
Today We Did Reviewed RobotBuilder Finished TurtleShapes Semicircle Infinite polygon generator Homework Final Project Proposal: Criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Draw your project proposals on a piece of paper by next week! Upload your proposalRead More...
What We Did Today: Created a second version of the magic 8 ball program that answers any question the user asks with a random answer, using random.choice() this timw. Created a randomRead More...
What We Did Today: Created a Grocery System program, where users can buy items and check out, where the program tells us what items we bought as well as the total price.Read More...
Today we: Finished the Robux Shopping Cart project Reviewed for the Final Test Project Feedback: Eden: Add the text “PEASHOOTER” by using rectangles, circles, and/or polygons Make some part of your projectRead More...
Today We Did Reviewed Jan13_FunctionsHW.py Topics covered: Lists For loops If-Else Functions Code available here: https://drive.google.com/file/d/1oubSs4pyHULMHorwmbc-eIEmVc7rNm-p/view?usp=sharing Homework Finish Exercise 7 at https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Make for following functions in a new file: Jan20_FunctionsHW5.py Write aRead More...
Today we: Reviewed your Turtle project Started and finished the Grocery System Program Went over the beginning of the Robux Shopping Cart project Project Feedback: The word "Peashooter" is drawn and coloredRead More...
What We Did Today: Reviewed how lists work Introduced the ideas of for loops and how to use a for loop to go through each item in a list Learnt how toRead More...
Today we: Learned about variables and data types Homework: Upload this homework in the Google Drive folder as Jan22_StringHomework_Pt1: Read and do the codes from Pg. 20-23 Upload this homework in theRead More...
Today We Did Built a Kaleido-Spiral pattern on Jan22_KaleidoSpiral.py Started soft_rectangle Homework Finish your project proposals and upload them to your Google Drive folders! More info here: https://www.ayclogic.com/event/7-pm-intro-to-python-william-22/ If you have anyRead More...
What We Did Today: Learnt about debugging, reading error messages, and the types of errors you could encounter. Homework: Create a file called Jan23_Debugging2_HW.py and submit it into the google drive whenRead More...
Today We: Took the Final Test Homework: Contact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help There is no homework this week. Enjoy!
Today We Did Reviewed Jan20_FunctionsHW5.py Functions with return values Learned about the random module in Python random.randint() -- choose random integer random.choice() -- choose random item from list Homework Work on theRead More...
What We Did Today: Created a Robux System program, which is similar to the grocery system, but this time we introduce money that we hold in the bank, using functions to purchaseRead More...
Today we: Reviewed the homework Learned about if else statements Homework: Upload this homework in the Google Drive folder as Jan29_IfElseHomework: If you have the second edition of the book: Read and doRead More...
Today We Did Finished the soft_rectangle function Started GrocerySystem Homework Work on your projects, I'll be checking in next class. The deadline is Feb 12th! :) If you have any questions, emailRead More...
What We Did Today: Started reviewing for the quiz next week, going through the practice quiz involving concepts such as functions, loops, conditionals, and typecasting. Homework: Continue on your called Jan30_PracticeQuiz2.py andRead More...
FINAL EXAM NEXT WEEK!! FINAL PROJECT IS ALSO DUE NEXT WEEK ON FEBRUARY 8!! What We Did Today: Reviewed for the final test next week, on a game system similar to lastRead More...
Today We: Reviewed the Final Test Homework: Ask your parents to contact Mr. Gamas about when to schedule your Retake Test Review the feedback I gave you on your Final Test StudyRead More...
Today We Did Reviewed Jan20_FunctionsHW5.py Exercise #3 Created a password generator Homework Create the following files: Magic8BallV2.py Complete the 2nd version (#2) of the Magic 8 Ball with r.choice(): https://www.ayclogic.com/intro-to-python/magic-8-ball/ Feb3_StarWars.py CompleteRead More...