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...
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...
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 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...
What We Did Today: Learnt how to use for loops with range() function Illustrated examples with the range() function Homework: Create a file called Feb5_ForLoopWithRange_HW.py and submit the file into the googleRead More...
Today we: Reviewed the homework Learned more about "if, elif, and else" statements Learned about "not equal to" statements Homework: Upload this homework in the Google Drive folder as Feb5_IfElseHomework2: Read andRead More...
Today We Did Finished GrocerySystem Worked on GrocerySystemV2: Made separate lists for menu items and prices Homework Final project deadline has been extended to February 19th (in 2 classes). Continue working on yourRead More...
Today We Did Practiced creating a function that takes a list as a parameter Reviewed homework (extra practice with for loops and random choice from list) Began learning about Python errors HomeworkRead More...
What We Did Today: Reviewed For Loops with Lists, For Loops with Range() Introduced While Loops Talked about the difference between the 2 functions Homework: Create a file called Feb12_ForLoopWithRange_HW.py and submitRead More...
Today we: Reviewed the homework Learned about input Learned how to change a variable from a string to an integer Homework: Upload this homework in the Google Drive folder as Feb12_InputHomework: Read andRead More...
Today We Did Finished GrocerySystemV2 Started Robux Catalog Began handle_transaction function Homework Final project deadline is next Monday, February 19th! If you submit your project (final version or partial) by this Thursday,Read More...
Today We Do We started Python Digital drawing using Turtle. Learnt how to use turtle.goto() Learnt how to color our shapes Learnt how to use penup() and pendown() Homework Create a newRead More...
Today We Did Reviewed Magic 8 Ball with random.choice() Finished Feb3_StarWars.py Homework Create the following files: FixingPythonBugs.py Copy and paste the code from the following website & fix errors until it runsRead More...
WE HAVE OUR QUIZ NEXT WEEK ON FEBRUARY 26!! What We Did Today: Reviewed how to use while loops Distinguished between while loops and for loops Started on the quiz review ReviewedRead More...
Today we: Learned about lists Homework: Upload this homework in the Google Drive folder as Feb19_ListHomework: Do the exercise from https://www.ayclogic.com/tell-me-your-age/ Read and do the codes from Pg. 38-41 Make sure to read theRead More...
Today We Did Reviewed Final Projects Continued working on Robux Catalog Finished handle_transaction() Started implementing user selection Homework Final deadline for project corrections is next Monday, February 26th! Be sure to make use ofRead More...
Today We Do Learnt to use t.forward() and t.right() to create shapes instead of t.goto() Learnt how to use loops to simplify code Learnt how to make a polygon Learnt how toRead More...
Today We Did Debugged FixingPythonBugs.py Reviewed common Python errors Homework Create the following files: FixingPythonBugs2.py Copy and paste the code from the following website & fix errors until it runs correctly withoutRead More...
What We Did Today: We finished our first quiz of the class Homework: None Notes: If you have any questions, feel free to email me at ddjapri@ayclogic.com
Today we: Continued learning about lists, if else, and user input Began learning about for loops Homework: Upload this homework in the Google Drive folder as Feb26_List_Pt2_Homework Read and do the codes fromRead More...
Today We Did Finished Robux Catalog Buy more Robux Checkout Homework Create the following file: Feb26_FinalPrep.py Complete the exercises at: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ If you have any questions, email me at williamsmith@ayclogic.com.
Today We Do Continued on the RobotBuilder project, where we further connected the shapes together using a bit of math and logic. Introduced creating a function for creating the right arm, whereRead More...
Today We Did Debugged FixingPythonBugs2.py Reviewed Exercise #1 and #2 from Quiz 2 Prep Explained return values from functions Homework Continue working on Quiz2Prep.py! Try your best to attempt all the exercises.Read More...