5 PM – Intro To Python – Bill
5 PM – Intro To Python – Bill
Today We: Reviewed Quiz 2 Learned more about turtle functions for turtle project Your HW: Continue to work on your turtle project Due October 10th (1 week extension)
Today We: Reviewed Quiz 2 Learned more about turtle functions for turtle project Your HW: Continue to work on your turtle project Due October 10th (1 week extension)
MONDAY Today we continued the Rengoku Project. We did: - Finished the lines and started on the coloring. HOMEWORK Finish coloring Rengoku in all the flat colors. Below is an example ofRead More...
Week 12 Today we do: We finish up all the posing for run and jump animation We learn how to clean up the graph editor and how to put weight on theRead More...
Today We Did Reviewed for loops with ranges and lists Learned about the three styles of while loops and ending them Simple condition Sentinel/control variable Break Did some brief review of wholeRead More...
Today We Did: We continued building our robot, but this time making our code more re-usable. We learned how to call a function inside another function, and how to re-use parameters. CodeRead More...
Today we: Finished the Spaceship project. Started the Cheese Chase project. Added a Mouse sprite. Added code to make the Mouse sprite move when the arrow keys are pressed. Made a CheeseRead More...
Today We Did: We started the Animal Race project. Learned about variables and how we could change and set them. Also, we learned about how to change the costumes to make itRead More...
TUESDAY Today we started on a new project: the Lighthouse landscape project Today we did: Layer 1: the sky layer. Light blue, softly changing to white, softly changing to yellow. Layer 2:Read More...
Today We Did We continued on Animal Race. We learned about Broadcast and When I Receive. We learned about 4 directions: 90, -90, 0, 180. Homework When the Dog or the BatRead More...
Today we: Continued the Customized Birthday Card Reviewed the homework and uploaded pictures as costumes Changed where the sprite starts and moves Homework: No homework this week. Enjoy! Contact us if youRead More...
What we did today We worked on revising the MHALL project. We used Lists. We added the Happy Birthday song in the project. Homework Add the "Ode to Joy" song to theRead More...
WEDNESDAY Today we continued the Nezuko and Tanjiro project. Today we did: Finished Nezuko’s lines Started on Tanjiro’s lines HOMEWORK On a different layer, add the complete sketch of your characters. ItRead More...
Today We Did We installed Python 3.10 We installed Pycharm community edition We started learning about Python dictionary. Homework Create new python file in Pycharm. Sep28_DictionaryHomework.py Copy codes from page 92 toRead More...
Today: Reviewed final test Homework: None If you have any questions, please send an email to latisha@ayclogic.com
Today we Did Continued to review functions Reviewed functions with return values Homework Complete last weeks homework with this weeks additional knowledge If you have any questions, please reach out to meRead More...
Today We Did Continued learning about Classes Homework Do pg.167 TRY-IT-YOURSELF and copy pg163-166 in a file called Sept29_ClassHomework2.py If you have any questions, feel free to email me at latisha@ayclogic.com
Today we: Started the Custom Birthday Card project. Uploaded a picture of our mom into the Button sprite and removed the changing sprite color code. Added an Arrow sprite. Made the ArrowRead More...
Today We: Continued the Dragon Birdie project Reviewed how to get images onto the screen Learned how to resize images Learned about the coordinate grid system Learned how to make things moveRead More...
Today We Did Finished review problems Did review on class work Quiz is next week(October 7th) Homework Study for the quiz If you have any questions, feel free to email me atRead More...
Today we did: Went into functions with no return values in detail: function header, function body, function definition, function call defining functions with no parameters or multiple parameters why functions are usefulRead More...
Today We Did We added a custom spinner OnItemSelectedListener Homework Do the Driver System practice test that was sent in the class today.
Today We Did We reviewed input from shell. All inputs from shell are String data type. Even if you enter a number, it will still be String. If you want to compareRead More...
Today We Did We integrated our custom animal (Saturn Cat / Saturn Turtle) into minecraft, but we get an error when summoning. I will fix this next week. We added CEM TemplateRead More...
Today We Did: We reviewed the quiz that we took the week before. Able to finish it up and reviewed how to use HashMaps and deposit and withdraw money from the accounts.Read More...
Today We Did We added background sprite and draw background image to our GameView. Homework In your Python Game Development class, we used to have ShootBalloon project. Open this project and reviewRead More...
Today We Did Lists (bag = []) Get length of list using len() (len(bag)) Learned that list indices (index) start counting from 0 Learned how to take one value from a listRead More...
Today We Did We reviewed last week homeworks. We reviewed more details about PyVCF3 module. Homework Inside VCF_file_reader_example.py do the following Read some fields from the INFO column like this record.INFO #Read More...
Today We Did Lists (bag = []) Get length of list using len() (len(bag)) Learned list indices (index) start from 0 Get one item using bag Homework Page 114 to 116 PageRead More...
Today We: Reviewed Turtle Projects Started the Kaleido Spiral project Learned how to infinitely draw circles and make a cool 3d tunnel Learned how to twist the 3d tunnel in a circularRead More...
MONDAY Today we continued the Rengoku project. We did: Started shading on a new layer, clipped to the color layer. (Layer 10) HOMEWORK Make sure your project is up to date, andRead More...
Today We Did: We finished building our robot with 3 arms by using our left_arm and right_arm functions. We reviewed for loops and then learned how to draw a circle. Code fromRead More...
Today We Did Learned the rules for next weeks quiz 10 questions Multiple choice, fill in the blank, full code response Can use Thonny, cannot look at old code Reviewed the reviewRead More...
TUESDAY Today we continued the Lighthouse project. We did: Added the lighthouse on a new layer. STEPS: 1st layer) Light gray lighthouse shape. 2nd layer) Brick details and shading. 3rd layer) GateRead More...
Today We Did: We continued with the Animal Race project. Learned about broadcasting and when I receive. Also talked about wait until again, and how we were able to use the ifRead More...
Today we: Made the Maze sprite go to the center of the screen. Changed the size of the Mouse sprite and made it always start at the upper left corner of theRead More...
Today We: Continued the Animal Race project Reviewed the four directions in Scratch Created the Banner sprite Coded the Banner sprite to hide when the game starts Coded the Banner sprite toRead More...
Week 13 Today we do: We learn how to animate the head turn How to create a camera how to use layer in maya Homework: There is no homework for this week.Read More...
Today we: Finished the Customized Birthday Card Started the Tunnel of Doom project Coded the Cat sprite to start at the starting place when the game starts. Coded the Cat sprite toRead More...
WEDNESDAY Today we continued the Tanjiro and Nezuko project. We did: Finished the Tanjiro lines His right side arm with the riceball is on a separate layer The images below can showRead More...
Homework: There is no specific homework for this week, please go over the slide and code we discussed in class.
Today We Did Learned about dictionaries Homework In Oct5_DictionaryHomework do pg.92-97 from the textbook and pg.99 TRY IT YOURSELF 6-1 and 6-2 If you have any questions, feel free to email meRead More...
What we did today We worked on and finished the List Tutorial project. We worked on MHALL with lists. Homework Finish working on MHALL with lists. Create 3 more note sprites =>Read More...
Today We Did Reviewed returning from functions Quickly completed the 8 ball project Got started on the hangman project Homework Update the hangman code to print the location i if the letterRead More...
Today We Did Went over Class Homework Homework In a file called Oct6_ClassPracticeHomework.py do pg167 TRY-IT-YOURSELF and pg162 TRY-IT-YOURSELF If you have any questions, feel free to email me at latisha@ayclogic.com
Today we: Finished the Custom Birthday Card project. Started the Punch The Dummy project. Made the Eyeball sprite. Added code to make the Eyeball sprite move back when it senses motion. Homework:Read More...
Today We Did Completed our first quiz Homework There is no homework for this week
Today We: Continued to work on the Dragon Birdie project Created a new file for our Bird class Created a Bird class with the attributes: x, y, size Created the update methodRead More...
Homework Continue with your team project according google drive.
Homeworks Continue working on the Practice Test. Make sure to have the Driver and NewYorkTaxiDriver classes. The difficult part which is the getTripTime can be ignored until we discuss it next weekRead More...
Today we did: Went into functions with return values in detail: why they are needed, how we use them, how the location of return affects what code runs examples of functions withRead More...
Today We Did We added SATURN_TURTLE custom creature to our minecraft modding project. We fixed the body and head animation problem We continued with SATURN_FOX custom creature. We transfered the SaturnFoxModel.java classRead More...
Homework Create a new Python file Oct8_ListHomework2.py Page 42 and 43: TRY IT YOURSELF 3-4, 3-5, 3-6, 3-7
Homework Create a new class Player.java, this will be Player sprite. Basically we want to load player1.png and make it appear on the screen. How to do it, follow what we didRead More...
What we did today We worked on the Supermarket project. Homework Add 2 more fruits, 2 more "bakery" foods, and 1 more "others" foods. (You can choose any food sprite, just makeRead More...
Today We Did: We started with the Monster Inheritance project. We were able to create the Monster and add it to a map, along with listing it out. Also, we started theRead More...
Today We Did list.pop(index) removes item at index list.insert(index, value) puts a value at an index list.append(value) puts a value at the end of a list list.remove(value) removes one of that value fromRead More...
Homework Continue with Oct8_PhoneDictionary.py. Add a new feature to exit from program if user enter "exit". Add a new feature to print all name and phone numbers in the dictionary. To doRead More...
Today We: Started the Shopping Cart System project Learned how to create multi-lined string Created a while loop to ask the user for their response to the menu Created a variable toRead More...
Today We Did We went over how to create face function properly. We learned how to make functions reusable and useful by adding useful parameters. We learned how to create slanted rectangleRead More...
Today We Did Completed Quiz 1 Homework Since we completed the quiz, there is no homework this week
Today We Did: Today we started and finished the Ask Gobo project It taught us about how to use pick random and also how we could use wait until blocks. We alsoRead More...
Today we: Finished the movement code for the Mouse sprite. Added the Beetle sprite and made it turn in a random direction if it hits the Maze sprite. Added the Ghost spriteRead More...
TUESDAY Today we finished the Lighthouse Project. We added the lights in three separate layers, before we merged them together. 1) Round airbrush light 2) Wider light beam, and 3) thinner lightRead More...
Today We: Finished the Animal Race project Started the Funny Faces project Drew the Face sprite and Eyes sprite Coded the Face sprite and Eyes sprite to go to a precise spotRead More...
Week 14 Today we do: How to polish the head turn with overlap How to add an expression in animation Homework: Continue to work with you head turn animation and upload itRead More...
WEDNESDAY Today we continued the Tanjiro and Nezuko project. Today we started Nezuko colors. HOMEWORK 1) Look at your Tanjiro and Nezuko project, and Make sure your project is caught up to class,Read More...
Today we: Continued the Tunnel of Doom project Coded the Cat sprite to play a sound when it touches the Tunnel sprite Created a timer Created a variable called "Best Score" toRead More...
Homework Create Oct12_LoopingThroughDictionaryHomework.py Copy codes from page 100, 101, 102. Create Oct12_PhoneBookDictionary.py and do exercise from below. No need to do "3. List all phone numbers" . https://www.ayclogic.com/phone-book-system/
Homework: Given two integer arrays arr1 and arr2, and the integer d, return the distance value between the two arrays. The distance value is defined as the number of elements arr1 suchRead More...
Today We Did Reviewed Homework How to make a for-loop for Dictionaries Homework in Oct5_DictionaryHomework.py do pg.99 TRY-IT-YOURSELF 6-3 and use a for-loop to print do the second part If you haveRead More...
Today We Did: We took the first Java quiz today which was to create the BankSystem and BankAccount. The test will be sent to you before the start of the next class.
Today We Did Added features to the hangman game Health Correctness checking Inputting a whole word at a time Homework Choose a symbol to represent the number of lives you have left
Today We Did Went over TRY-IT-YOURSELF problems Converted Grocery System to use Classes Homework None If you have any questions, feel free to email me at latisha@ayclogic.com
Today we: Made the Eyeball sprite move back and forth. Made the Head sprite move back and forth. Added the Boxing Glove sprite. Made the Boxing Glove sprite follow the mouse andRead More...
Today We Did Reviewed the quiz and results Worked on Functions without a return value Homework In Oct14_FunctionNoReturnsHomework: Complete Problems 4-6 at the the following link: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ If you have any questions,Read More...
Homework In Shoot Balloon project, use target sprite inside main.py so target will appear on the screen. Continue on your team project
Today we did: Covered more examples of functions with return values. Did 3 problems together as a group Had each student write their own functions to solve a problem Introduction to randomRead More...
Today We Do We reviewed List homework from page 42 and 43. We learned about For Loop. How to use for loop to go through each element inside a list. How toRead More...
Today We Did We finished adding SATURN_FOX creature along with its animation. We learned about JSON file structure. Homework In MonsterInheritance project create these 3 json files. This should be very similarRead More...
Today we: Started the Animal Race project. Made the Cat sprite count down. Made the Dog sprite move and change costumes when the player presses the M key. Added the Blue SkyRead More...
Today We Did We continued with our Dragon Birdie Mobile game. We added player sprite. We resized player sprite. We started doing player sprite animation. Homework Continue with the player sprite animationRead More...
What we did today We finished the Supermarket project. Homework No homework this week! Yay!
Today We Did: We continued with the Monster Inheritance project. Added in the attack menu and created the melee attack and started the magic attack. For Homework: Continue with the magicMenu thatRead More...
Today We Did For loops using range() (gives us every index) For each loops (gives us every value) Remember list gives us the value at that index, even inside for loopsRead More...
Today We Did We finished reviewing Dictionary homework. We reviewed phone book small program and how to utilize Python Dictionary to store and search phone numbers. We learned how to read errorRead More...
Today We: Continued to work on the dragon birdie project Your HW: Create a Cloud class like we did for the bird The cloud image assets location should be "assets/cloud1.png" Make theRead More...
Today We: Continued to work on the Shopping Cart System project Finished the Shopping Cart System project Your HW: Create a new program called “Oct_17_RobuxShoppingCart”. This program will be similar to theRead More...
Today We Did Learned about functions Learned returning from functions Homework In Oct18_FunctionHomework: Complete https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ problems 4-7.
Today We Did We finished Face2 shape. We created draw_letter_A function inside Oct18_DrawLetterAndOctagon.py. We copied draw_octagon function from Sep13_Turtle4ShapesHomework.py into Oct18_DrawLetterAndOctagon.py and added x and y coordinates. Homework Start making progress forRead More...
Today We Did: We continued with the Funny Faces project. Were able to finish it up by adding in the nose with the animation. For Homework: Do pages 84-85 inside the book,Read More...
Today we: When the Ghost sprite touches the Mouse sprite we broadcast "GameOver." When the Beetle sprite touches the Mouse sprite we broadcast "GameOver." When the Mouse receives "GameOver," we stop allRead More...
TUESDAY Today we continued the Galaxy Forest project. We did: Added a brighter layer to the sky Added stars in pointillism brush, and glow dot brush Added trees with grass fern brush,Read More...
Today We: Continued the Funny Faces project Drew the Nose sprite Added the Bowtie sprite Coded the Bowtie sprite to forever rotate Important Reminders: There are new homework rules. After you finishRead More...
WEDNESDAY Today we continued the Tanjiro and Nezuko project. Added Tanjiro colors Finished flat colors for both Tanjiro and Nezuko
Today we: Coded the Tunnel and Banner sprites to change colors Randomized which Tunnel costume will be used when the game starts Coded music to play when the game starts Coded differentRead More...
Homework: The homework for today is the remaining problems in this slide:https://docs.google.com/presentation/d/1v7MA528TP88kgMcgonihi61mVe8sHVJCwKXzimUEbq8/edit#slide=id.g155dead901c_0_149 Try to solve as many problems as you can.
Today We Did We reviewed Phone Book Dictionary homework. We learned how to loop through every element inside List. Homework Change RobuxShoppingCart project (the one from Intro To Python class) to useRead More...
Today We Did Started working on Phone Dictionary Homework Do #6 in Phone Book System in the Oct19_PhoneDictionary.py file, and use a for loop If you have any questions, feel free toRead More...
Today We Did: Today we reviewed the quiz that we took the week before. For Homework: Create a new project and title it MonsterInheritance.java In it, you should have two classes, MonsterSystem.javaRead More...
Today We Completed magic eight ball by adding in lives Homework Complete https://www.ayclogic.com/looping-each-letter-in-a-word-exercise/
Today We Did Worked on School Application Homework Try to do selection 2 of School Application If you have any questions, feel free to email me at latisha@ayclogic.com
Today We: Continued the Dragon Birdie project Made the objects that move towards the left start on the right side of the screen Learned how to flip images. Latest files can beRead More...
Today We Finished the StudentSystem Project by completing the October 8th Homework Started Creating the Book System Homework Create a dictionary to allow searching for books by ID. If you have anyRead More...
Today we: Made the Pow sprite show up randomly when the dummy gets hit. Finished the Punch the Dummy project. Started Mary Had a Little Lamb project. Added the Ball sprite andRead More...
Today We Learned how to use return values in functions Learned how to use the random module Homework In Oct21_FunctionsWithReturnHomework: complete https://www.ayclogic.com/intro-to-python/star-wars-problem/
Homework Inside balloon.py, add one more text "Balloon" and blit it under the text "Bad". So "Bad" text will be in the first row and "Balloon" text will be in another row.Read More...
Today We Did We continued discussing Driver System practice test. Homework Continue finishing Driver System practice test. Please finish the booking feature. After user answers "Enter what time you want to leaveRead More...
Today we did: Reviewed the Star Wars homework Went over using the random module in context of the Magic 8 ball problem Did some more practice with the random module and randint/choiceRead More...
Today We Did we continued learning JSON We learned how to represent class, Map and List in JSON. we added code that will spawn our custom entities in the world. Homework InsideRead More...
Today We Did We reviewed List For Loop homework. We do more exercise with List, For Loop and getting input from user. Homework Create Oct22_ForLoopRangeHomework.py Copy code from page 57, 58. AlsoRead More...
Today we: Made the Dog sprite start at the Block-D sprite whenever the game starts. Added the Block-B sprite. Made the Bat sprite start at the Block-B sprite whenever the game starts.Read More...
Today We Did We made Player flaps wing animation. We started creating Bird sprite. We created FlyingCreature class and made this parent of both classes. Homework Create 2 constants in Config.java: BIRD_MIN_SPEED,Read More...
What we did today We worked on and finished the How Old are You project. Homework Do the Movie Ticket Price project Create a new project called Movie Ticket Price Add theRead More...
Today We Did: We continued with the Monster Inheritance project and added in the magic attack and arrow attack. Also, we learned how to use inheritance by creating the Dragon. For Homework:Read More...
Today We Did We learned how to fix Python errors. We learned functions without return value. Homework Create Oct22_FunctionHomework.py Copy codes from page 132 to 134. Copy codes from https://www.ayclogic.com/fix-python-bugs-2/ and fixRead More...
Today We: Reviewed the HW Finished the Robux System Project Your HW: Study for your final exam (11/7) Here are a few things to study. If you don't have any of theRead More...
Today We: Reviewed Nonreturning and returning functions Learned about the random function Homework: In Oct25_StarWarsHomework: Complete questions 1-3 of https://www.ayclogic.com/intro-to-python/star-wars-problem/ If you have any questions, feel free to email me at alexwalburg@ayclogic.com
Today We Did We went over some of the students turtle project. We reviewed how to fix the octagon project that is not showing in 0,0 coordinate. We display how to doRead More...
TUESDAY Today we finished the Galaxy Forest project. We did: brightened the sky up a little more along the tree line we added a glowing deer creature we added a couple shootingRead More...
Today We Did: Today we continued with the Birthday Card project. We added the button, cake, banner, and sharks. We also learned about directions and what they mean. For Homework: Continue withRead More...
Today we: Started on Level 2. Made the Cheese sprite broadcast Start Level 2 when the Score variable is 30. Made the Level Banner switch to its Level 2 costume when LevelRead More...
Today We: Continued the Funny Faces project Added the Glasses sprite Coded the Glasses sprite to have a transparent effect Drew the costume for the Mouth sprite Coded the Glasses sprite andRead More...
Week 15 Today we do: We study the graph editor. How to control the graph editor How to read the graph editor How to manipulate animation with the graph editor Homework: ApplyRead More...
WEDNESDAY Today we continued the Tanjiro and Nezuko project. We added shading and detail to Tanjiro’s face and hair. Homework Catch up to where the class is for the project (sorry forRead More...
Today we: Reviewed the homework Reviewed how to code a sprite to move up, down, left, and right Continued the Mary Had a Little Lamb project When the mouse touches the BallRead More...
Today We Did We created a new version of RobuxSystem utilizing dictionary in Oct19_RobuxSystemV2.py. We reviewed how to loop through each element inside dictionary. Homework Inside Oct12_LoopingThroughDictionaryHomework.py file, change the code inRead More...
Homework: Problem 4 and Problem 5 in Sorting slide: Problem 4: https://docs.google.com/presentation/d/1SNdaVIsISk0hYplqtX5_JLjhppPoxV_FxmsM7QmfvhI/edit#slide=id.g1642b44de76_0_271 Problem 5: https://docs.google.com/presentation/d/1SNdaVIsISk0hYplqtX5_JLjhppPoxV_FxmsM7QmfvhI/edit#slide=id.g1642b44de76_0_279
Today We Did Changed Grocery Shopping Cart to use Dictionaries Homework Change Robux Shopping Cart to use a dictionary. Do it similar to how we did it for GroceryShoppingCart If you haveRead More...
Today We Did: We started with the Monster Inheritance project We added in how to add monsters, list them out, and play. The monster menu and the attack menu were also created.Read More...
Today We Worked on some common python errors Fixed some python errors when multiple errors are in a single problem Homework Complete the problems at the following link: https://www.ayclogic.com/fixing-python-bugs/ If you haveRead More...
Today We Did Worked on School Application Homework Do Selection 5, which is to print the information of every student who is under 10 years old If you have any questions, feelRead More...
Today We did Set up the lists for each book object set up the dictionary to find an object by ID Homework Complete the find all books published after 2010 functionality. AsRead More...
Today we: Finished the C sprite. Made the D sprite. Made the E sprite. Made the F sprite. Made the G sprite. Made the Conductor sprite. Made the Conductor sprite play MaryRead More...
Today We Did Reviewed Common Python Errors Homework In Oct28_ErrorReview: Complete the following problems https://www.ayclogic.com/fixing-python-bugs/
Today We: Created the Player class Went over how to make the birds flap their wings Your HW: Make the Player dragon flap it's wings like how we did it for theRead More...
Homework: Keanu: Find background song for your game in opengameart.org Add sound effects when Player jump, when player hit by dinosaur, when player hit the key and player hit the door. Christopher:Read More...
Today We Did We learned more about JSON file structure. We learned how to distribute minecraft forge modding file to other people. We finished our course. Congrats everyone, I hope you guysRead More...
Today We Did We reviewed For Loop Range homework. We reviewed some homework about List and If Elif Else statements. Also added OR operator. All files have been uploaded to google driveRead More...
Today we: Finished the Animal Race project. Started the Ask Gobo project. Added the Gobo sprite. Made Gobo wait until we press the space bar to answer. Made Gobo pick a randomRead More...
What we did today We started working on the Dino Dance project. Homework Do pages 40-41 on your pink Scratch book.
What we did today We started working on the Christmas Card project Homework When the tree is clicked, switch the background to "Christmas Background". Hide the tree and text when background isRead More...
Today We Did: 1. We finished up the Monster Inheritance project. 2. We covered access modifiers and also how to override methods. For Homework: 1. Download Android Studio for the next class. https://developer.android.com/studio
Today We Did While loops continue to loop when the condition is True Reviewed how to increment variables ( counter += 1 ) Homework Homework: Page 118 and 121: 10th week Homework:Read More...
Today We Did We learned function with return value. We learned random module. We learned how to create random number between range. We learned how to choose random element from a list.
Today We Did Learned about how while loops continue to loop when their condition (turns into a boolean) is true Reviewed how to get user input ( input() ) Remembered that forRead More...
Today We: Reviewed for the final test Your HW: Resubmit your turtle projects if I told you to fix a few things in class Study for your final exam next week (11/7),Read More...
Today We Did Studied strings as lists Got started on the Hangman project Homework Implement health into the hangman project. If the user guesses a wrong letter, it should decrease the health,Read More...
Today We Did We reviewed turtle project result. We started and completed Kaleido spiral project. Homework Make progress on your Turtle project, it is due on Nov 15. By next week youRead More...
Today We Did: We started and were able to finish up the Spiralizer. We learned about clones and how we could use them for our projects. For Homework: Create your own tunnelRead More...
Today we: Made the Ghost and Beetle sprites start at different spots on the screen when Level 2 begins. Added music. Added the Win Banner. Added code so that the player winsRead More...
TUESDAY Today we started the Four Flowers project. We started with the purple hyacinth flower, and built the flower with multiple shapes and multiple layers. No homework.
Today We: Finished the Funny Faces project Started the Ask Gobo project Learned about the "say" code and "say for 2 seconds" code Coded Gobo to speak Important Reminders: There are newRead More...
Today we: Reviewed the homework Continued the Mary Had a Little Lamb project Used "broadcast" and "When I receive" codes Learned how to code a sprite to play a music note CodedRead More...
WEDNESDAY Today we continued the Nezuko and Tanjiro project. We did: added shading to Tanjiro added the patterns to Tanjiro’s coat, and started on Nezuko’s pattern. No homework.
Today We Did: We learned about class class attributes class init function class self. Homework Create Nov2_ClassHomework2.py Answer question from page 162: TRY IT YOURSELF: 9-1, 9-2, 9-3.
Today We Did Variables have a name and a value. Variables are like a box that wraps around a "thing" (value). The values of a variable can be one of four differentRead More...
Homework: 1.https://docs.google.com/presentation/d/1PwxVQGgNw_-SsT6VhIgbVPc0ODGB0DylDF2MYKHHE1M/edit#slide=id.g16a074c7e9d_1_82 2. https://docs.google.com/presentation/d/1PwxVQGgNw_-SsT6VhIgbVPc0ODGB0DylDF2MYKHHE1M/edit#slide=id.g16a074c7e9d_2_7
Today We Did Learned about Classes Homework do pg.158-161 from the textbook in a file called Nov2_ClassHomework.py If you have any questions, feel free to email me at latisha@ayclogic.com
Today We Did Reviewed for next week's quiz Homework Review for next week's quiz. Email me if you have questions. Good topics to study are: The random module(random.choice and random.randint) Inputs LoopsRead More...
Today we did: Went over the magic 8 ball problem using random.choice() Discussed debugging, different types of errors, how to go about fixing these errors Briefly went over this problem at endRead More...
Today We Did Continued working on School Application Homework Do selection 5 using student_dictionary. Do it in a method called students_under_10_using_dictionary(). Then modify the application_loop so it uses the new method IfRead More...
Today We Continued to work on the Grocery Cart System Added in a dictionary to route inputs to food Homework Create the else and checkout function in the Grocery Cart System
Homework Create a new Python file in Thonny Nov4_StringHomework.py Copy codes from page 20 to 23. If you do not have the book yet, you can look here IntroToPythonP20toP23 Upload your homeworksRead More...
Today we: Finished the Mary Had A Little Lamb project. Started the Christmas Card project. Added the Christmas Tree sprite and made it change colors. Added a gradient background. Added the TextRead More...
Today We: Learned how to get user input from the keyboard Gave the game WASD controls for the player Your HW: Create a new file called bullet.py Create a bullet class similarRead More...
Today We Learned to treat strings like lists Started on the hangman project Homework Add a list of secret words to the hangman project, choose one and store it in secret_word CreateRead More...
Homework Keanu: In your personal project, change the credit page Add Logo Designer: Christopher Chen Change school to be ayclogic.com Change Advisor from Gamas to Gamas Chang. Christopher: In your personal project,Read More...
Homework Finish Driver System Add codes to handle the 2nd rush hour from 16 to 19. Also in NewYorkTaxiDriver, override the getTripTime so it will not double the trip time during rushRead More...
Homework Create a new file Nov5_1stQuizPrep.py do exercises from https://www.ayclogic.com/intro-to-python-exercises/ If you have question, please email me at gamas@ayclogic.com
Today we: Recorded audio for Gobo's responses. Finished the Ask Gobo project. Made a Face sprite. Made the Eyes sprite. Made a Nose sprite. Made costumes for the Nose sprite and addedRead More...
What we did today We continued working on the Dino Dance Party project. Homework Pick a human sprite that has a lot of costumes. (make sure the costumes are not still) DoRead More...
Today We Did We added bird sprite to the screen. We flipped the bird image horizontally so it does not move backward. We started adding List<Bird> in GameView.java as to add multipleRead More...
What we did today We worked on the Christmas Card Project. Homework Add two banners that say "from {your name}" and "Merry Christmas". The starting coords for the "from {your name}" bannerRead More...
Today We Did We downloaded and installed Android Studio software. We started Temperature Converter android application. We added the Fahrenheit header (id: sourceTempHeader) We added the a text field under Fahrenheit headerRead More...
Today We Did Full review! Variables and data types input(), + - * /, += -= *= /=, and how they effect different data types if elif and else statements and howRead More...
Today We Did Full review! Variables and data types input(), + - * /, += -= *= /=, and how they effect different data types if elif and else statements and howRead More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.