3 PM – Intro To Python – Sebastian
Today We Did Learned about how while loops continue to loop when their condition (turns into a boolean) is true Reviewed how to get user input ( input() ) Remembered that forRead More...
Today We Did Learned about how while loops continue to loop when their condition (turns into a boolean) is true Reviewed how to get user input ( input() ) Remembered that forRead More...
Today We Did We reviewed turtle project result. We started and completed Kaleido spiral project. Homework Make progress on your Turtle project, it is due on Nov 15. By next week youRead More...
Today We Did Variables have a name and a value. Variables are like a box that wraps around a "thing" (value). The values of a variable can be one of four differentRead More...
Today we did: Went over the magic 8 ball problem using random.choice() Discussed debugging, different types of errors, how to go about fixing these errors Briefly went over this problem at endRead More...
Homework Create a new Python file in Thonny Nov4_StringHomework.py Copy codes from page 20 to 23. If you do not have the book yet, you can look here IntroToPythonP20toP23 Upload your homeworksRead More...
Homework Create a new file Nov5_1stQuizPrep.py do exercises from https://www.ayclogic.com/intro-to-python-exercises/ If you have question, please email me at gamas@ayclogic.com
Today We Did Full review! Variables and data types input(), + - * /, += -= *= /=, and how they effect different data types if elif and else statements and howRead More...
Today We Did Full review! Variables and data types input(), + - * /, += -= *= /=, and how they effect different data types if elif and else statements and howRead More...
Today We Did We reviewed everyone's project progress. We make sure everyone knows how to continuously draw one shape with different colors. This is one of the requirement for the Turtle finalRead More...