10 AM – Intro To Python – Gamas
10 AM – Intro To Python – Gamas
What We Did We finished reviewing function with return value. We started working on Random module. Homework No homework
American Young Coder Academy – Indo
What We Did We finished reviewing function with return value. We started working on Random module. Homework No homework
Today We Did String functions .upper(), .lower(), .title() Formatting strings: f-strings In case you need anything, feel free to email me at juan@ayclogic.com View what we covered today at the google drive:Read More...
Homework Create Turtle project proposal in a piece of paper like below Look for project criteria: https://indo.ayclogic.com/intro-to-python-final-project-criteria/ Upload your project proposal to your assigned homework google drive.
Today We Did Object Oriented Programming In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB7_oop_hw, please submit by next Monday. Homework: Page 158 toRead More...
Homework For everyone, including Vincent and Henry, add menu number 12. Find staff by name using List and 13 Find staff using Dictionary, Make the feature works, this is very similar toRead More...
Today We Did Functions without return value In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB8_functions_hw, please submit by next Tuesday. Homework: #7 fromRead More...
Homework Continue on Feb10_GrocerryShoppingCart.py Add codes in this file so it can do the following What do you want to purchase: 1. Frozen Pizza - $10 2. Ice cream - $ 4Read 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...
Today We Did Quiz 2 In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No homework, enjoy the long weekend! :)
Today We Did Quiz 2 In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No homework, enjoy the long weekend! :)
Today We Did Reviewed last week's homework assignment: if and else statements Learned about <=, >=, ==, !=, and elif (else if) In case you need anything, feel free to email me atRead More...
Today We Did We continued on Feb14_GroceryShoppingCart.py. Added codes to keep track of total price. Added codes to response differently depending on the selection. Homework Continue on your turtle python project. TheRead More...
Today We Did Grocery System Using Class and dictionary In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB21_restaurant_hw, please submit by next Monday. Homework:Read More...
Homework Continue on LibrarySystem Add new feature "5. List all old books". Old books means books.publishing_year < 2000. Please look at below options 1. Add book 2. List all books 3. FindRead More...
Today We Did How to generate a random number How to get a random element from a list In case you need anything, feel free to email me at sebastian@ayclogic.com Homework NameRead More...
Homework Continue on Feb24_RobuxShoppingCart.py Add codes so your program can do the following features Welcome to Robux Bank, you have 300 robux in the beginning. What do you want to do: 1.Read More...
Today We Did Basic turtle penup(), pendown() bgcolor(), color() begin_fill(), end_fill() goto() In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB25_turtle_hw.py, please submit byRead More...
Today We Did Basic turtle penup(), pendown() bgcolor(), color() begin_fill(), end_fill() goto() In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB25_turtle_hw.py, please submit byRead More...
Homework For those who are not done with the Turtle project, please continue with it. It is due on March 14. You can get 10% bonus if you submit by March 7.Read More...
Today We Did Continued Grocery System using class and dictionary In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework FEB28_grocery_system_hw, please submit by next Monday.Read More...
Homework Inside LibrarySystem, add code inside book.py so it will have a new method called get_info(self) When get_info(self) is called it will return information of the book. Like this Title: Lightning ThiefRead More...
Today We Did Mixed functions with random module Mixed functions with for loops and while loops Mixed functions with if statements In case you need anything, feel free to email me atRead More...
Homework Continue on Feb24_RobuxShoppingCart.py Add codes so your program can have these 2 features It will not allow to make purchase if you do not have enough robux You will be ableRead More...
Today We Did We went over how to fix python errors. How to read python errors. Homework Create March4_2ndQuizPrep.py Do exercises from https://indo.ayclogic.com/intro-to-python-exercises-for-quiz-2/
Today We Did Robot builder left and right arm Reviewed why functions are useful for large projects like this turtle.forward() & turtle.right() In case you need anything, feel free to email meRead More...
Today We Did Set-up PyCharm, Gitlab account, and cloned the dragon-birdie repository. Started blitting images for PyGame to display. Homework Draw bird01_A.png If you have any questions, you can ask me atRead More...
Today We Did Color shapes with turtle.begin_fill() & turtle.end_fill() Move and turn pen with turtle.forward() & turtle.right() Drawing rectangles in different ways In case you need anything, feel free to email meRead More...
Today We Did Reviewed getting shell from the input and flow of if-elif-else statements. Learned how to convert shell input from string into an int. Briefly learned about lists. In case youRead More...