4:30PM – Intro to Python
4:30PM – Intro to Python
Today we did: Took the 2nd quiz Homework: None If you have any questions, please send an email to latisha@ayclogic.com
Today we did: Took the 2nd quiz Homework: None If you have any questions, please send an email to latisha@ayclogic.com
Today we Learned: How to make functions with return values Homework: page 138 from the textbook, put in a file called Nov30_FunctionWithReturnHomework.py If you have any questions, please send an email toRead More...
We continued with Spaceship 2.0 project. We made the asteroid and the fireball disappear properly by putting wait 0.01 seconds. We limited the number of fireball can be launched by using variableRead More...
We continued with learning how to pull and push from gitlab. Homework: Platformer game: Create platform.py and load the different platform images. Make the platform appears on the screen. Whack-a-mole game: CreateRead More...
Today we Learned: How to use Turtle How to draw a rectangle using Turtle Homework: In Dec2_RobotBuilder.py, draw the head, eyes, and mouth of the robot If you have any questions, pleaseRead More...
Today We: Finished the Spaceship 2.0 project Started the Christmas Card project Uploaded all the custom images/sprites Coded the tree Coded a Marquee or words that scroll through at the top ofRead More...
We went over the final project proposals. I gave feedback to each of the final project proposal. We started Kaleido Spiral project. Homework: If your project is not approved, please make theRead More...
Today we reviewed how to define classes and create objects in python We learned about inheritance in python. Homework Read and do the exercises & examples on page 167-168. In order toRead More...
We went over the progress in final projects. We made the hammer swing in Whack-a-mole game. We continued with Balloon Shoot project. Homework: Whack-a-mole game: Create multiple enemy_mode: APPEARING DISAPPEARING ATTACK IDLERead More...
We added the ability for the player to move left, right, up and down by keyboards a,w,s,d. Homework: Inside main.py # create "create_fireball(self)" function. # check if user is pressing SPACE keyRead More...
We went over how to install git software in students' computers. This is necessary so students can share their codes among team members and myself.
We went over how to kill the sprite when it is off the screen. We learn how to detect collission between Bird and fireball. Homework: Detect collision between Bird and Player. WhenRead More...
Today we did: Went over Star Wars Homework Completed Magic 8 Ball using random.randint() Homework: in Dec5_Magic8BallHomework, write a Magic8Ball program, but instead of using random.randint, use random.choice. If you have anyRead More...
Homework: In the main.py inside game_loop() do the following If self.count_down <= 0 then change the game mode to GAME_WIN. If game mode is GAME_WIN display GAME_WIN page by calling game_win_page() function.Read More...
Today We: Finished the Face project Gave the face Sunglasses Started the Christmas card project Added in a custom background, song and Christmas tree Added a banner Made the background switch andRead More...
Homework: Create platform.py Load "assets/images/PNG/platform1-1.png" image inside platform.py. Integrate platform.py into main.py and display one platform on the screen.
We went over the dictionaries homework We learned about classes and objects in python and created a class representing a Human and Student Your homework is to read and do the examplesRead More...
Next meeting (12/12) is Final Test from 2 PM to 4 PM. Please study the following: Variables: String, int, float. IF, ELSE IF, ELSE statements. How to get input from shell usingRead More...
Today we were able to start the Christmas Card and add in the tree, arrows, snow, and marquee. For Homework: Please switch the backdrop when the tree is clicked and show theRead More...
Today we started the Dino Dance project Homework: Follow the codes from pg. 41-42 from the book
We went over List and how to use for loop to loop through each element in the list. Homework: Create a new file Dec6_ListForloopHomework.java and do the exercise here: https://www.ayclogic.com/java-exercise-3-list/
Today we did: Worked on RobotBuilder Created left_arm and right_arm functions Homework: in the Dec2_RobotBuilder.py file, draw the feet, legs, and neck If you have any questions, please send an email toRead More...
Today we Learned: How to use Random module How to use random.randint How to use random.choice Started Magic 8 Ball program Homework: Do Exercises 1-4 from Star Wars Problem Website inside aRead More...
Today we were able to start on the Christmas Card project. For Homework: Add in two arrows that are pointing at the Christmas tree. When you click on the tree, the tree,Read More...
We went over each individual final projects. Homework: Platform runner. Make the player able to move left and right. Whack-a-mole. Create animation for the following mode DISAPPEARING ATTACK
Today we did: Finished RobotBuilder Learned how to draw a circle How to change heading of a rectangle Homework: In Dec9_TurtleDrawingShapes.py, create a function called draw_face2 that will draw the second typeRead More...
Today We: Added the music Made the 2 banners Made the banners turn left and right Added the presents Made the presents have a random costume/color Made the presents say something whenRead More...
We continued with Kaleido Spiral project. Homework: Continue making progress with your final project. by next week you should have about 50% of your project done. Remember it is due on JanRead More...
Today we went over the inheritance homework. After installing pycharm and python3.7, we learned how to configured pycharm and confirm it's installed correctly. Your homework is to finish installing and setting upRead More...
Makeup for Nathaniel Leornard. Installed git bash and integrate the git into his computer. Load his final project into his Pycharm
Homework: Whack-a-mole: Add functionality to change the mode of the mole when user press the following keys when user press "1", change the mode into NORMAL_MODE when user press "2", change theRead More...
We made the fireball to be launchable when the user press SPACE key. We made the fireball face left and right according to player.x, player.y and player.direction. Homework: currently the fireball isRead More...
We went over how to have GAME_OVER mode in Flappy Duck game. Homework: Display the score of the game on the top left corner of the screen. Look at how we didRead More...
We went over how to increase the score when the Fireball hit the bird. Homework: When the cloud goes off the screen, kill the cloud. Look at how we did it inRead More...
Today we did: Started Hangman game How to make unicode characters How to multiply strings Homework: In the hangman while loop (replace pass): Print the 9 lives symbol Ask the user "GuessRead More...
Homework: Add "assets/audio/Happy Baby.wav" To do your final project properly, you need to be able to share your code project with your team members and me. In order to do that, weRead More...
Today We: Added a present that comes in from the right side of the screen We used our face as a sprite We duplicated to make two faces We made the facesRead More...
We went over how to add platforms into the game. We learned how to push codes into gitlab Homework: inside main.py, enhance create_platform() method to have all the platforms needed for theRead More...
We went over the classes homework. We learned about inheritance and created a Student and Doctor class inheriting from Human. Homework: Read and do the examples and exercises from page 167 toRead More...
Today we were mostly able to complete the Christmas Project. For Homework: Please add in your faces if you haven't already for homework. Also add in a few more phrases for theRead More...
Today we finished coding the dinosaurs in Dino Dance Homework: Follow the codes from pg. 43-45 from the book Do the "Might as Well Jump" section in pg. 47
We completed Robot Builder project. We started Drawing complex shapes. Homework: Create a final project proposal in a piece of paper It needs to have color. It needs to combination of rectangle,Read More...
We went over the for loop list problem We went over how to do while loop in Java. Homework: Create a new Java file Dec13_WhileLoopHomework.java Do exercise here: https://www.ayclogic.com/java-exercise-while-loop/
Today we Learned: How to draw polygons Homework: Create a final project proposal in a piece of paper It needs to have color. It needs a combination of rectangle, circle and polygonRead More...
Today we did: Finished Magic8Ball game Started Hangman game how to print unicode how to multiply strings Homework: Make a file called Dec14_Magic8BallHomework.py, write a Magic8Ball program that uses random.choice instead ofRead More...
Today we were able to continue with the project Christmas Card. For Homework: Please add at least two different photos of yourself as the faces costume. For the gift box, try toRead More...
Homework: Whack-a-mole: Add collision detection between hammer swinging and the hammer.mode is HAMMER_SWING_MODE then you have to change the mole into HIT_MODE so it will show dizzy mole. After that the moleRead More...
Today we did: Learned how to draw polygons Created KaleidoSpiral How to make colors change for shape Homework: Create a final project proposal in a piece of paper It needs to haveRead More...
Today We: Finished the Christmas card project Started the Cheese Chase Project Began learning about the "My Blocks" code blocks Added a mouse Gave it movement Made the maze for level 1Read More...
We completed Kaleido Spiral last week. Homework: Please continue with your final project. You should try to finish it next week so I can give feedback to improve your grade
Today we finished setting up PyCharm and started the Birdie project from the Birdie Template. Your homework is to draw the blue "scene.png" as the background. Insert this line of code atRead More...
We went over how to launch the Fireball properly using space bar and there is a delay from launching one fireball to the next one. We went over how to draw cloudRead More...
We went over how to display the score on the top left corner We went over how to make the player dizzy when it hits the tube and fall. Homework: When theRead More...
We showed scores on the top left corner. No homework and no class from December 24th to January 3rd. The class will resume on January 9th. If you guys eager to doRead More...
Today we did: Worked on Hangman game Exit loop if user enters secret word or has no more lives Subtract a life if the user enters the wrong answer Homework: None IfRead More...
Today we went over: Variables, Data types, and String manipulation Homework: Pg 20 to 23, copy all the codes from the book into Thonny If you have any questions, please feel freeRead More...
We went over how to integrate GIT and GITLAB into students computer. This way they can easily share files between team members and do collaboration. No homework and no class between DecemberRead More...
Today We: Wrapped up the Christmas card project Verified our emails Shared our projects Tested sending project links to the person with email Your HW: Send your project link to the personRead More...
We enabled the walking and the shooting animation of the player. Homework: Create bullet.py Create Bullet sprite class and integrate to main.py. In the main.py, if user click the SPACE button, launchRead More...
Today we went over the inheritance homework. We setup PyCharm and started the Birdie project from the Birdie Template.
Today we were able to complete the Christmas Card and also finish the Star Hunter project. For Homework: There is no homework! Have fun during break.
Today we finished the Dino Dance project Today we also started the Animal Race project Homework: In the same Animal Race project we did in class, add the codes from book pagesRead More...
We learned how to generate random numbers in Java. We do Magic 8 Ball game. No homework and there is no class from December 24 to January 3rd. The class will resumeRead More...
Today we went over: Format Strings, Inputs, Conditional Statements (if/elif/else) Homework: Pg 79 to 81, copy all the codes from the book into Thonny If you have any questions, please feel freeRead More...
Today we did: Finished KaleidoSpiral by alternating circle and square drawings Practiced drawing polygons Homework: Work on final project If you have any questions, please send an email to latisha@ayclogic.com
Today we did: Worked on Hangman game Create game loop Print lives, clues and ask for user's guess Exit loop if user enters secret word or has no more lives Subtract aRead More...
Today we went over: Conditional Statements, Tell Me Your Age project, how to use Lists Homework: Pg 36, 3-1 and 3-2 Pgs 37-38, 39, 41 If you have any questions, please feelRead More...
We went over how to make the enemy able to move back and forth on a platform. Homework: Platform-Runner: Make the enemy face left and right properly. Add one more enemy toRead More...
Today we Did: Learned how to draw letters using rectangles How to draw the body of a bee Started Grocery Checkout System program Homework: Work on final project (due Jan. 11) IfRead More...
Today We: Made the cheese sprite spawn randomly with a buffer from sides of screen Gave the mouse animations Added the collisions with the walls Added and coded the score Added theRead More...
We went over some of the problem in the final projects. We started Supermarket program. Homework: Finish your final project and email your python file to me gamas@ayclogic.com. The final project isRead More...
Today we reviewed how we setup the "Birdie" project in Pycharm, and reviewed the project template code. We went over the homework and learned how the game_loop and pygame coordinate system work.Read More...
Today We: Made the cheese sprite spawn randomly with a buffer from sides of screen Gave the mouse animations Added the collisions with the walls Added and coded the score Added theRead More...
Today we went over: List operation and an in-depth of the for loop Implementing for loop with previously learned material Homework: Pgs. 52, 57, 58 If you have any questions, please feelRead More...
Learned about moving sprite left and right Learned about moving sprite up and down Learned about how sprites can talk/communicate with each other using Broadcast and When I receive blocks.
Today we went over: While Loops, converting while loops into for loops, the "break" keyword Homework: PGS 121, 123 7-4 and 7-5 (TRY IT YOURSELF SECTION) If you have any questions, pleaseRead More...
Today we went over: inputs, lists, for loops, while loops, conditional statements Homework: Review all our notes to prepare for the upcoming quiz! If you have any questions, please feel free toRead More...
We went over variables and data types We went over how to combine string together. Homework: Create a new python file called Jan1_StringHomework.py and do all the codes from page 20 toRead More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.