5PM – Summer Intro to Python
5PM – Summer Intro to Python
What We Did Today 1. We worked on School_Application 2. We learned how to treat class objects as list items 3. We learned how to utilize class methods Homework 1. Create aRead More...
What We Did Today 1. We worked on School_Application 2. We learned how to treat class objects as list items 3. We learned how to utilize class methods Homework 1. Create aRead More...
What we did today: Reviewed Quiz 1 Practiced problems from previous class material Homework: Do ONLY problems 1-3 here: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ If you have any questions, feel free to email me at nathaniel@ayclogic.com
What We Did Today 1. We created ShoppingCart with Object Oriented Programming 2. We learned how to assign object values to a Dictionary key 3. We learned more about the practicality ofRead More...
Today We went over the homework to add in the credit page and sound effects. We fixed a bug to respawn player correctly. I've uploaded the finished flappy duck code here. Homework:Read More...
Today: We went over the final projects. We added in collision detection and animation for the bug. Aydan/Anson: Make sure invulnerability mode switches back to damage mode after a timer expires. InvulnerabilityRead More...
Today We Do We display GAME WIN page. We made sure the tank explosion animation is given a chance to finish before GAME WIN page is displayed. Homework When tank is destroyed,Read More...
Today We fixed the Flappy Duck credit button. I've uploaded the source code here. We went over how to clone source code from Gitlab. We went over the final project proposal Homework:Read More...
What We Did Today: 1. We used a dictionary to find an object 2. We went over self. Homework: 1. None If you have any questions, please send an email to latisha@ayclogic.com
Today We Do We reviewed the functions homework We do more function exercises Homework Create a function according to below instruction # Create a new function convert_minute_to_second(minute) # inside the function, multiplyRead More...
Gamas sub Nathaniel today Today We Do We reviewed legs homework. We drew the body, head and eyeball white strip. We create left_arm(x,y,color) function to draw the left arm. The left armRead More...
Today We: Continued working on school application Implemented add_student() method to StudentApplication class Homework The project can be found in google drive under folder named “SchoolApplication”. Go to the src folder andRead More...
Today We Do We reviewed everyone's final project progress We continued with Shoot Balloon project Homework Continued with your final project progress
What We Did Today: 1. We worked on shopping_cart_main and shopping_cart_main2 2. We learned how to loop through lists containing objects 3. We got more exposure calling methods within classes 4. WeRead More...
What We Did Today: 1. We created an adventure game to prepare for the exam 2. Went over class attributes and methods 3. We went over calling methods within a class Homework:Read More...
Today: We went over how to use gitlab. We started shoot balloon. Homework: Meet to discuss the final project -- Sunday in the morning 10 to 11. Choose a final project:Read More...
Today We went over the final projects We added the landing page, and countdown timers to shoot balloon. I've uploaded the source code here. Homework Aydan/Anson Add logo for landing page. FixRead More...
Today We Do We continued with Shoot Balloon project. Homework Your Game project is due on August 19.
Today We went over the final projects We learned how to commit code inside pycharm and push it to gitlab. Homework Make sure that you are able to push a commit toRead More...
Today We Do We started the enemy waves code today. Still work in progress Homework Add LANDING_PAGE and GAME_IN_SESSION in config.py. in main.py , add code to display landing page. The landingRead More...
Today We: Finished the complex shapes module with the rectangle face. Homework Write turtle python code to create the following shape:
Today We: Finished the SchoolApplication methods to handle the first 3 options of the menu (add, list, and find student) Homework Create 3 new methods called add_teacher(), list_teacher(), and find_teacher() add_teacher() shouldRead More...
Today We Do We reviewed Final Projects progress We continued with Shoot Balloon project. Homework Continue making progress of your Final project.
What we did today: Reviewed problems 1-3 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Finished learning about functions without return values NOTE: In class, I forgot to add "Aug17" to the beginning of my file names. InRead More...
Today: We went over the final project proposal We went over how to commit and push code to gitlab. We started the shoot balloon project. Homework: Add more details to you finalRead More...
Today: We went over the final projects We finished up shoot balloon. Homework: Aydan/Anson Add logo for landing page. Fix problem with buttons switching game modes correctly (make sure the back buttonRead More...
Today We Do We learned about Python Dictionary We learned how to go through each element inside dictionary. We learned how to check if the key exists inside dictionary. Homework Create pythonRead More...
Today We Do We displayed the shield on top of the player We make sure the enemy bullet disappear when colliding with player.shield. We randomly pick an empty space on the mapRead More...
Today We went over the final projects We added the balloon sprite to shoot ballon Homework Make sure to commit your changes to gitlab as outline in the final project plan. AddressRead More...
Today We Do We finished Magic 8 Ball version 1 using random.randint We finished Magic 8 Ball version 2 using random.choice We started HangMan game. Homework Continued with the HangMan game. CreateRead More...
Today We: Finished the complex shapes module with the staircase polygon Went over the final project details Homework Draw your final project proposal on a white piece of paper that follows theRead More...
Today We: Finished SchoolApplication Started ShoppingCartApplication Homework In the ShoppingCartApplication class: add orange juice and eggs as GroceryItem objects in the menu_item dictionary
Today We Do We reviewed each team Game Project We forgot to do Game Credit page in Flappy Duck, so we finished that today. Homework The team Game project is due nextRead More...
What we did today: Reviewed Page 131 (TRY-IT-YOURSELF) Finished learning about functions with return values Homework: Pages 138, 139 If you have any questions, feel free to email me at nathaniel@ayclogic.com
Today We Do We reviewed Python game projects from each team. We continued with Shoot Balloon project Homework There are some polishing and final touch still need to be done with eachRead More...
Homework On June25_ShoppingCart.py, utilize the 2 dictionaries (item_names, item_prices) that we created in the class to change the code inside the if statements. Change the code inside the if statements so itRead More...
Today We Do We finished Tunnel Of Doom project. Homework No homework next week.
Today We Do We completed Shields We display powerup sprite on empty space on the map. Homework Make the powerup show up once every 5 seconds. Add collision detection between player tankRead More...
Today: Introductions and class overview Review how to create and use classes. Learned about inheritance: Student/Human example. Homework: Read and do the examples and exercises from page 167 to page 169.
Today We went over the final projects. Make sure you check your project is working before you commit changes. Work with your teammate to also make sure it still works on theirRead More...
Today We Do We continue with Hangman game. We display the clues ("?") properly according to the number of letter inside the secret word We learned how to use a different unicodeRead More...
Today We: Made requests to current project proposals Finished learning about Spiral image in turtle Homework Email nathaniel@ayclogic.com a picture of your edited project proposal Final Project Criteria Link: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Begin coding yourRead More...
Today We: Finished working on the first version of the ShoppingCart Application. Homework No homework! Reminder: No class next week due to labor day! If you have any questions, feel free toRead More...
Today We Do We reviewed final projects from each team. We continued with Shoot Balloon project. Homework There is no class on September 4 because of labor day weekend. The class willRead More...
What we did today: Finished learning about functions with return values Practiced problems with functions with return values Homework: Page 137 Try-it-yourself (8-3,8-4,8-5) If you have any questions, feel free to emailRead More...
Today: We went over the final project Created a plan and divided projects. We added the balloon sprite Homework: Follow your plan for the final project.
Today: We went over the final project. We added some sound effects in shoot balloon. I've uploaded the source code here. Yitong/Spencer: Create a credits page to list, team members, AycLogic SchoolRead More...
Today We Do We continued with Shoot Balloon project by making the bug moves left and right. We added a feature to kill the bug when it collides with the Target sprite.Read More...
Today We Do We continued to improve Shopping Cart program to use dictionary and removed code duplication We also created the menu dynamically according to the elements inside the dictionary. Homework CreateRead More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.