Today We Did We reviewed the functions homeworks. We reviewed while loops. Homework Next week 01/10 is 2nd quiz. Please prepare and study for your 2nd quiz. The 2nd quiz will coverRead More...
Today We Did While loop review (counting up, asking the user, checking numbers) Began quiz review (continuing it next week) In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today We Did We reviewed Class, Inheritance, methods, __init__. We reviewed how to override parent's class method. We continued with AdventureGame project by adding "1. Add New Monster" Homework Continue with AdventureGameRead More...
Today We Did Generate random numbers in a range Generate random element in a list Learned how to simplify if statements into a list In case you need anything, feel free toRead More...
Today We Did Learned how to generate a random number Learned about "libraries" Reviewed lists In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN7_random_hw,Read More...
Gamas sub Today We Did We went over the team project. We made sure everyone know how to run the project. The team did not meet yet to discuss about the projectRead More...
Today We Did Set up PyCharm & Python Python dictionaries (create, get, add, replace, length, remove, and display full dictionary) In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today We Did Fixing Python errors ("debugging") In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN11_errors_hw, please submit by next Monday. Homework: Paste theRead More...
Homework Inside WED-7PM-BookSystem project, inside the main.py do the following: Exit, Add Book and List all books. You also need to create book.py and inside create Book class. Enter one of theRead More...
Homework Continue on WED-7PM-AdventureGame when user enter incorrect monster species, it will do the following Please choose your monster: Dragon - 100 health - 50 Max attack Troll - 50 health -Read More...
Today We Did We went over how to create background process while loader animation is running. This is a very common way to load heavy resources in the background while displaying loaderRead More...
Today We Did We reviewed function without return value homework and did more functions exercises in class. Homework Create Jan14_FunctionHomework2.py Do exercises from page 137: TRY IT YOURSELF 8-3, 8-4, 8-5 CopyRead More...
Today We Did Begun the hangman game! In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN14_hangman_hw, please submit by next Friday. Homework: Complete allRead More...
Today We Did Begun the hangman game! In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN14_hangman_hw, please submit by next Friday. Homework: Complete allRead More...
Today We Did We went over the team project next week task. We continued with Flappy Duck project. Homework Add code in Flappy Duck project to make the credit button clickable. ThisRead More...
Homework Modify draw_square function. Add one more parameter: fill. When the "fill" parameter is True, then do the begin_fill() and end_fill(). When it is False, then do not do begin_fill() and end_fill().Read More...
Today We Did Learned how to loop through dictionary keys Learned how to loop through dictionary values Learned how to loop through dictionary items Began phone book dictionary program In case youRead More...
Today We Did Quiz review In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN18_quiz_review_hw, please submit by next Tuesday. Homework: Please work through theRead More...
Today We Did We reviewed each person's project progress. We started doing draw_face project but could not finish it. Homework If you have not submit your project proposal, please do it immediately.Read More...
Today We Did We reviewed Jan14_functionHomework2.py. We started learning about function with return value. Homework Create Jan21_FunctionReturnValueHomework.py Copy codes from page 138 and 139.
Today We Did Hangman project In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN21_hangman_hw, please submit by next Friday. Homework: a. Create list calledRead More...
Today We Did Hangman project In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN21_hangman_hw, please submit by next Friday. Homework: a. End hangman gameRead More...
Homework Continue on Jan24_RobotBuilder.py, complete all parts of the robot except for the left and right arms latest codes can be found in google drive: https://drive.google.com/drive/u/0/folders/10gSNvKsNKHapu_-rKAYYOR56UVBblwp2
Today We Did Finished phone book dictionary program Began grocery shopping cart program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN24_dictionary_hw, please submitRead More...
Today We Did Finish hangman game Fixing python errors In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN28_errors_hw, please submit by next Friday. Homework:Read More...
Today We Did Finish hangman game Fixing python errors In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JAN28_errors_hw, please submit by next Friday. Homework:Read More...
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...