4 PM – Intro To Python – Darin
4 PM – Intro To Python – Darin
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
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...
What We Did Today: Started learning what functions are and how they are significant Learnt how to create and use functions without return values Learnt how parameters/arguments for a function works Homework:Read More...
Today we: Continued learning about for loops Homework: Upload this homework in the Google Drive folder as Mar4_ForLoop_Pt2_Homework Follow the instructions in: https://www.ayclogic.com/animal-list-and-for-loop-exercises/ Read and do the codes from Pg. 56 Try It Yourself sectionRead More...
Today We Did Reviewed code for the final -- uploaded to Google Drive Homework Study for the final! Make sure to understand everything we went over today, and review the following topics:Read More...
Today We Do Reviewed how to create a function for a shape (in this case a left arm) Learnt how to make circles using turtle Created a makeCircle() function to change featuresRead More...
Today We Did Reviewed Exercise #3 and #4 from Quiz 2 Prep Completed 2 practice problems for Quiz 2 Homework Study for next week's quiz! You can review our lesson material here:Read More...
What We Did Today: Started learning what functions with return value are and how to use them using the return keyword Went through a couple examples on how to use return to initializeRead More...
Today we: Learned about for loops with range Homework: Upload this homework in the Google Drive folder as Mar11_ForLoopWithRange_Homework Read and do the codes from Pg. 57-58 Contact us at gamas@ayclogic.com or allison@ayclogic.com if you haveRead More...
Today We Did Final Exam! Homework No more homework. Good job finishing the course! :) If you have any questions, email me at williamsmith@ayclogic.com.
Today We Do Reviewed how setheading changes the incline of the mouse, which in turn when used in functions changes how the functions are angled Learnt how to make semicircles using theRead More...
Today We Did Learned Python variables have names (can't have spaces), and values (values can have 4 different data types) Learned the 4 main data types are integer, float, string, and booleanRead More...
Today We Did Python Quiz 2 Homework No homework this week! Next week we will review the quiz and start learning about Turtle in Python :) If you have any questions, pleaseRead More...
What We Did Today: Learnt how to use the random module to get a random number from a range and how to get a random item from a list Showcased a coupleRead More...
Today We Did Reviewed Final Exam Notes Gamas will reach out to your parents to schedule a Final Retake. Wishing you the best of luck! If you have any questions, email meRead More...
Today We Do Learnt how to make things appear at random on our screen for the trees in the March12_ExtraShapes file Made a kaleidoscope that creates a circle infinitely but with aRead More...
Today We Did Learned about conditions and if statements Learned comparison operators: ==, !=, <=, >=, <, > Learned about operators that let us connect conditions: and, or Learned about 3 kindsRead More...
Today We Did Reviewed Python Quiz 2 Learned Turtle basics Homework Create the following file: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ Use goto(x, y) to go to a specific x, yRead More...
What We Did Today: Learnt how to use the random module in other programs like password generator and using random.choice to reinvent our magic 8 ball program. Homework: Create a new fileRead More...
Today We Do Learnt how to make a grocery system, where our computer keeps track of what items we bought and we imitated a simple text based game. Reviewed the final projectsRead More...
What We Did Today: Learnt how to debug, identified common types of errors, and gained independence as a coder. Homework: Continue on your file called April1_Debugging_2.py and submit it into the googleRead More...
Today We Did We continued learning turtle. We drew triangles and octagon inside forloop We learned how to set background to dark blue We learned how to set the pen to white.Read More...
What We Did Today: We learnt how to make a Robux system where our program can keep track of how much money we have in the interactive text based program we madeRead More...
Today We Did Reviewed conditionals like if, elif, and else Learned about user input User input can be retrieved using input() All user input turns into a string data type Class code:Read More...
Today We Did Learned about x,y coordinates in Python Turtle Created functions to draw shapes Homework Work on the following: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ You can use any method (goto(x,y),Read More...