6 PM – Intro To Python – Darin
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...
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...
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: 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...
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...