2 PM – Intro To Python – Sebastian
Today We Did Quiz review homework and more quiz review In case you need anything, feel free to email me at sebastian@ayclogic.com Homework We will have 2nd quiz on 02/18. Prepare forRead More...
Today We Did Quiz review homework and more quiz review In case you need anything, feel free to email me at sebastian@ayclogic.com Homework We will have 2nd quiz on 02/18. Prepare forRead More...
Today We Did Quiz review homework and more quiz review In case you need anything, feel free to email me at sebastian@ayclogic.com Homework We will have 2nd quiz on 02/18. Prepare forRead More...
Today We Did Reviewed last week's homework assignment: f-strings, .upper(), .title(), .lower() Learned about newlines "\n" and tabs "\t" Learned about Boolean datatypes, expressions, and if-else statements. In case you need anything,Read More...
Homework Start working on your Turtle project and make 25% progress every week. The project is due on March 14. If you guys can submit by March 7, I will give youRead More...
Today We Did Reviewed homework and went into further detail about object oriented programming. Explained the constructor, attributes, methods, and the difference between objects and classes. In case you need anything, feelRead More...
Homework Continue on WED-6PM-LibrarySystem project Add code to enable Add Book List all books Find book by name You have to add book class to do this name author publish_year id UseRead More...
Today We Did Python functions with return values Reviewed how to call functions Reviewed what "return" does (where does the return value go?) In case you need anything, feel free to emailRead More...
Homework Create a new file Feb17_StringHomework.py Copy codes from page 20 to page 23 from the textbook. If you see ">>>" in the book, don't copy this >>>. For example in theRead More...
Homework Continue on Feb10_GroceryShoppingCart.py Add codes so after you are "done", the program will list all items that the user purchase. You have to create a list to keep track of theRead More...
Homework Continue on Feb18_Magic8BallV1.py. Change the code so it can the program can provide more answers: Yes No Maybe Absolutely No way I am not sure Create a new file Feb18_Magic8BallV2.py. CreateRead More...