7PM – Intro to Python
7PM – Intro to Python
Today we did: Continued working on Hangman Added Lives Symbols Added clues list Decreased lives when user guesses wrong Homework: When lives reaches 0, print "You lose" and break from the loopRead More...
Today we did: Continued working on Hangman Added Lives Symbols Added clues list Decreased lives when user guesses wrong Homework: When lives reaches 0, print "You lose" and break from the loopRead More...
Today We Do We finished Spiralizer project from page 94. We created the second version of Spiralizer that has 2 rotating balls. We started Window cleaner project Homework There is no classRead More...
Today we did: Completed Shoot Balloon Made balloons pop if a bug is hit Fixed Bug sprite's clicking Homework: None If you have any questions, please send an email to latisha@ayclogic.com
MONDAY Today is the LAST CLASS of Beginner Digital Illustration. Thanks for following along so far :) Today we finished the final design of the pony. With the remaining time in class,Read More...
MONDAY Today we continued adding value (shading) to the Link project. HOMEWORK Please think about the character you would like to draw. Use this form to help you brainstorm, and to submitRead More...
Today we did: Started Tank Game Worked on Tank sprite Homework: add all the directions to config and choose the right image for self.image depending on the direction. Create the update functionRead 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...
Homework Figure out why when we attack Phoenix with fire magic attack, the phoenix health is still being reduced. Look at DriverSystem project and see where we use CarRacerDriver, NewYorkCityDriver and SlowDriver.Read More...
WEDNESDAY Finished the lines on Todoroki Project. Next week we'll add a few more details and continue with coloring! No homework
Today We: Reviewed the solutions to the quizzes we took last time Reviewed Data Types Your HW: Check Your Emails You should have received the invitation to fill out form for theRead 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: continued the Tunnel of Doom project coded the Cat sprite to follow the mouse-pointer until the Cat sprite touches the wall if the Cat sprite touches the wall, it willRead More...
Today We: Started with the punch the dummy project and we've finished creating the eye code for the most part. For Homework: Please finish drawing the face that you started during theRead More...
Today We Do We added feature for hand-to-hand attack We added another feature where if you attack Phoenix with water magic attack, it will double damage to the Phoenix because Phoenix isRead 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...
Today We Do We started Virtual Snow project from page 144 to 147. Homework Continued the Virtual Snow project in page 148
Today we did: Continued working on Supermarket Completed Supermarket version 1 Created Version 2 using dictionary for menu Homework: None If you have any questions, please send an email to latisha@ayclogic.com
NO CLASS! Happy Labor Day Homework reminder -> Please fill out THIS FORM to submit your work from the class, and the Final Project. See you next week for the Advanced DigitalRead More...
NO CLASS Homework Reminder: Please think about your character for your final project and fill out THIS FORM to submit your ideas. See you next week. :)
Today We Do We reviewed Java Interface We installed Android Studio. Homework No homework.
What we did today: Finished learning about the random module in python Started working on the Magic8Ball program Homework: Convert the above magic 8 ball program by using lists and r.choice insteadRead More...
Today We: Started to learn about functions Learned how to call functions Learned about parameters in functions Your HW: Page 130, 131 - Try It Yourself (8-1 and 8-2), 132
WEDNESDAY Today we continued our drawing of Todoroki! No homework
Today We went over the final project We also added the target sprite. Homework Add some more details to your project proposal include more details for the timeline. Follow what you're planningRead More...
Today We went over the final projects, congratulations on finishing! We added the loading screen to shoot balloon. I've uploaded the source code here.
Today we did: Learned about Inheritance Started Adventure Game Homework: Do pg. 168-170 from the textbook in a file called Sept9_InheritanceHomework.py If you have any questions, please send an email to latisha@ayclogic.com
Today We Do Continued with our punch the dummy project, as well as giving some review on the basics. For Homework: There's no homework for this week good luck with school!
Today we: continued the Tunnel of Doom project added a Home Button sprite and a Banner sprite coded the Cat sprite to stop scripts when it touches the Home Button added atRead More...
Today We Do We started Temperature Converter Android project We added EditText, TextView label and button. Homework We added a text field earlier, your homework is to add one more Plain TextRead More...
Today We Do We started doing the loader images loop. Still work in progress Homework Display "assets/balloon_title.png" and play_button.png in the landing page Add count down timer when game is in session.Read More...
Today We Do: We went over the class homework We learn about class We learn about __init__ method/constructor We learn about class attributes Homework Create Sep10_ClassHomework2.py, do exercises from page 162 (TRYRead More...
Today We Do We finished Virtual Snow project in page 144. Homework No homework next week
Today We Do We reviewed HashMap topic, how to use it. Key and Value datatype We added feature to find student using HashMap Homework Inside SAT10AM_SchoolApplication, change initializeStudents() to also add allRead More...
Today We Do We reviewed Car and ElectricCar classes and how ElectricCar inherits Car class. We reviewed how ElectriCar class can override fill_up_the_gas method. I uploaded the files that we did inRead More...
Today We Do We added the code to activate the shield when one of the tanks collide with the powerup sprite. We added the code that will display GAME OVER page. HomeworkRead More...
Today We Do We continued on Hangman game. We learned on how to loop through each letter at a time in Sep11_LoopingEachLetterInAWord.py. The latest code is uploaded into the google drive already.Read More...
Today we learned: How to make while loops How to break from a forever loop Homework: Do questions 2-3 from Tell Me Your Age in your old TellMeYourAge.py file. If you don'tRead More...
Today We: Continued the Shapes in grid project Learned how to make the pen drawing smoother using Glide __ seconds to x:_ y:_ code Implemented that in with the code drawing theRead More...
Homework for Corey, Bradley, Raelyn Please make sure the bullet appear on the screen and moving to the right. Launch bullet from left side of the screen once every 3 seconds goingRead More...
Today we: continued the Virtual Snow project coded Snowflake clones to stamp and delete itself when touching the color white or when touching the Snowman sprite Homework: no homework this week contactRead More...
Homework Change the code in Window Cleaner project to match the code in page 137. Also add the code from page 138.
Today we did: Continued working on Hangman Change "?" to the letter that the user guessed Break once the user has guessed the whole word Homework: None If you have any questions,Read More...
Today We Do Make the tank able to use LEFT, RIGHT, UP and DOWN costumes. Make the tank able to move up, down, left and right via W, S A, D keysRead More...
MONDAY Welcome to the first class of Advanced Digital Illustration. Today we started with a simple project to draw a detailed and somewhat fancy anime eye. Next class we will talk aboutRead More...
Today We: Started the new Rocket Ship Game project Created Stars that started at the top of the screen and fell to the bottom of the screen Created a rocket ship thatRead More...
MONDAY Today we finished our Link project finally! Great job. Homework We are going to start working on our final projects this week, which is drawing a character on your own (usingRead More...
Today We Do: We added wall.py where the image could either be IronWall.png or Brick.png. We added a feature to dynamically build the wall on the screen based on config.py Homework: GenerateRead More...
What we did today: Finished the Magic8Ball program Started the Hangman program Homework: https://www.ayclogic.com/intro-to-python/star-wars-problem/ If you have any questions, feel free to email me at nathaniel@ayclogic.com
Today We Do We continued on Android Temperature Converter application. We added the second EditText field and learned about activity_main.xml and how to switch back and forth between Design and Code view.Read More...
WEDNESDAY Today we finally almost finished the Todoroki project! We will finish the very last details the first few minutes of next class. HOMEWORK Please fill this out!
Today We: Went over the homework Learned about Functions with return values Created a function that had 3 parameters, Width, Height, and Depth Made that function return the value for the volumeRead More...
Today We went over the final projects. We reviewed how gravity works in Flappy Duck and discussed how similar logic could be applied to Adventure Run for jumping. We added collision detectionRead More...
Today we: added music to the Tunnel of Doom project finished the Tunnel of Doom project introduced and started the Window Cleaner project Homework: in your Window Cleaner project, create three moreRead More...
Today we Started the Mary had a little lamb project. For Homework: Please finish up your conductor and also add in the two other costumes to make it look like the conductorRead More...
Today We Do We added two TextViews (Fahrenheit and Celcius) on the top of the screen. We configured the Constraint Layout properly. When user click on the "convert" button, convert the FahrenheitRead More...
Homework When target pop the regular balloon, play plop.wav sound effect When target pop the bad balloon, play explodify.wav sound effect Load assets/bug/birdchirp2.wav inside bug.py and play the sound when a bugRead More...
Today We Do We reviewed Class homework from page 162. We started creating a new project SchoolApplication using Pycharm. Homework In Thonny create Sep17_ClassHomework3.py Do homework in page 167 (TRY IT YOURSELF).Read More...
Today We Do We setup Birdie Mobile project from git in Android Studio. We added background image in the project. Homework We added a background image during the class, now the homeworkRead More...
Today We Do We started Spaceship project. We converted from snow flake to star sprite We created the rocketship sprite that can go left, up, down and right. And change the costumeRead More...
Today We Do We continued using HashMap in SchoolApplication. We learned to find thing using HashMap is much more efficient than finding a student or teacher using List. Homework Review codes belowRead More...
Today We went over the inheritance homework We added the blue background and moved the configs to a config file. Homework Use one of the bird filenames to load up an imageRead More...
Today We Do Fixed Powerup spawn location overlapping with walls Fixed Shield does not go away. Fixed the enemy tank does not launch bullet periodically. The class is finished congrats.
Today: We went over the final projects We created multiple balloons with random locations. Homework: Work on your final project. Feel free to email me about question.
Today we did: Quiz Review Study for the quiz: Variables and data types How to combine string using "f" formater? IF ELIF ELSE How to get input from Shell input(), int() List.Read More...
Homework Create Sep18_FixPythonErrorHomework.py Copy all the codes from https://www.ayclogic.com/fixing-python-bugs/ into Thonny. Fix all the broken codes . Remember last week we learn how to fix python bugs.
Today we: added background music to the Virtual Snow project added some finishing touches to the Virtual Snow project started the Spaceship project changed the Snowflake sprite into Star sprite for theRead More...
Today We Do We finished Window Cleaner augmented realty project. We started Punch The Dummy augmented realty project. We created Eye Ball sprite that can move to the right when we punch.Read More...
Today We Did: Added collision detection for the walls Added map Homework: None If you have any questions, please send an email to latisha@ayclogic.com
MONDAY Today we learned about the proportions of the head and face when drawing characters. We learned how to draw heads that are facing the "camera" (facing forward), and heads that areRead More...
Today We: Continued the Rocket Ship project Added the meteor sprite Made it so the meteors spawned less frequently and larger than the stars Made the meteors have random costumes Made itRead More...
MONDAY Today we started a new project of drawing a girl floating in the stars. We drew her stick figure sketch to layout what the pose will be, and then we startedRead More...
Today We Did: Added movement to turret Homework: Create the Bullet class in bullet.py. Load in the image (Bullet.png) and blit it to the screen in the class. Create 1 bullet inRead More...
Today We Do We went over the homework from last week: https://www.ayclogic.com/intro-to-python/star-wars-problem/ Homework Review Sep14_Hangman.py codes and come up with at least 2 questions. And ask these questions to Nathaniel next week.Read More...
Today We Do We learned how to add listener to Spinner. This way when Spinner is selected it we can do some action. We made MainActivity.java implements OnItemSelectedListener interface Homework: When SpinnerRead More...
Today We: Reviewed Functions with return values Created a function that converts days to seconds Your HW: Create a new file called "Sep22_FunctionHW" Do #4-7 from: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
WEDNESDAY Today we finished putting all the finishing touches on the Todoroki project. We also went through a lesson on how to draw human figures using the correct proportions and anatomy. StartingRead More...
Today We went over the final projects We added collision detection between balloon and target. Homework Continue on the final project.
Today We started the tank game project. We added a PlayerTank sprite and got it moving on the screen. I've uploaded the source code here. Homework: Currently we only have an images_rightRead More...
Today we did: Continued working on Adventure Game Added Monster Class Homework: Work on the print_menu function so that it prints out all the monsters in the dictionary for the user toRead More...
Today We Did: Finished up the Mary had a Little Lamb project. Started up the Virtual Snow project. For Homework: Please do from pages 149 to 151 for homework.
Today we: continued the Window Cleaners project created clones of the Splat sprite randomized the splats' size, costume, and location created variables MaxSplat and SplatsonScreen Homework: read and do the codes inRead More...
Today We Do We are 90% done with our Temperature Converter android application. Homework Bring a picture of your headshot similar to below. Use PNG file. We are going to use thisRead More...
Today We Do We finished Shoot Balloon project today. We finished Python Game Development course. All of you guys have created 3 games in the class, Birdie, Flappy Duck and Shoot Balloon.Read More...
Today We Do We reviewed Class homework We continued with SchoolApplication. Able to print the menu Able to stop the loop when user enter "4". Homework Create a new file student.py underRead More...
Today We Do We learned how to add a new background. We added Birdie Title image. We added play button image We made the play button clickable and when click print somethingRead More...
Today We Do We continued with Spaceship 1.0 project. We added collision detection between asteroid and rocketship. We added timer so it can trigger Game Win. We added banner to show GameRead More...
Homework Continue on EmailApplication, when user select "2. Login", ask for "email" and "password" in the shell. After you get the email and password, using the "accountMap" find the emailAccount. After emailAccountRead More...
Today We Do We went over each team project status. It seems like team Caden-Jeremy, Allison-Madison are not making a lot of progress and need to put more effort. Homework Make aRead More...
Today We Do We reviewed Sep18_FixPythonErrorHomework.py. We exercised more on fixing python error in the class. https://www.ayclogic.com/fix-python-bugs-2/ we are not finished. Homework Finished fixing the problem in https://www.ayclogic.com/fix-python-bugs-2/. The last problem wasRead More...
Today We Did: Took Quiz 1 Homework: None If you have any questions, please send an email to latisha@ayclogic.com
Today We Do We were able to display a different type of tower of purchase. We displayed price below tower of purchase. Homework For Everyone In TowerForPurchase.py, add one more tower_type, itRead More...
Today We Did We continued the Birthday card project Added in the homework moving the sharks to the side. We also added in the starting slide with the button. Reviewed about broadcastRead More...
Today we: continued the Spaceship project coded the Rocket sprite to go to a specific location when the Green Flag is clicked created and coded the Asteroid sprite coded the Rocket spriteRead More...
Today We Did: Added bullet whenever user clicks their mouse Homework: add a timer to handle_bullet_creation so that the bullets dont get created too fast If you have any questions, please sendRead More...
Today We: Continued the Space Ship project Limited the amount of fire balls the player could shoot Created a new Powerup sprite so the player can get more fire balls Cleaned upRead More...
MONDAY Today we started on the Todoroki project. Using an existing image for reference, we sketched out the character using the proportions we learned about last class. We finished the sketch andRead More...
MONDAY In class, today we continued the drawing of the girl floating in the stars. We finished the lines - drawing her dress on top of the figure we drew last class,Read More...
Today We Did: Added collision detection between bullet and wall Created WallExplosion class Homework: When the tank fires a bullet, play the sound TankFiring.wav If you have any questions, please send anRead More...
Today We Answered questions about hangman Reviewed how index works in strings, lists, and for loops Homework Create a python program that completes the following: get word from user check if wordRead More...
WEDNESDAY Today we started on a new project to draw Ayaka from Genshin Impact. This project is part 2 of drawing characters with a focus of how to draw the head inRead More...
Today We: Learned about the Random Module Learned about how to pick random numbers from a range Learned how to pick a random item out of a list Learned how to pickRead More...
We went over the final projects We went over how to add gravity and special attack sprites. Continue on your final project.
Today We went over the homework. We learned about git branches. Homework Put the Tank turret on top of the tank base. You can use the “PlayerTank_2_1_Turret_0” image, don’t need any animationRead More...
Today we did: Continued working on Adventure Game Added Dragon Class Added print_menu Continued adding to application_loop Began working on normal attack Homework: Create WaterGolem class in water_golem.py that inherits from theRead More...
Today We Did Finished up the Virtual Snow project. Reviewed about And/Or Also talked again about the boundaries of the screen. For Homework Just add in a secret picture for the virtualRead More...
Today we: reviewed and continued the Window Cleaner project coded the project to turn on video camera when the Green Flag is clicked created the variable named Difficulty and set it toRead More...
Today We Do We review the following projects SchoolApplication EmailApplication MonsterInheritance DriverSystem Random Next week on Tuesday OCT 5 will be final test. The test starts at 5 PM to 7PM. MakeRead More...
Homework Add a new python file under "src" folder: teacher.py Inside teacher.py, create a new class "Teacher" with the following attributes: name, age, phone, subject. Inside school_application.py add two more features: AddRead More...
Homework: Continue on Credit Page. Modify activity_credit.xml so that it will look like below
Today We Do We continued with EmailApplication project. We added login feature where the application will check user email and password if it match the one inside the system. We displayed LoginRead More...
Today We Do We finished Spaceship v1.0 project. Homework Next week we are going to review some projects to prepare for the final test the following week (Oct 16). Please review belowRead More...
Today We Do We installed IntelliJ Community edition and install Java version 16. We learned about variables and data types primitive data types: int, short, long, double and float. non-primitive data types:Read More...
Today: We went over the final projects We added the target to shoot balloon. Homework: Continue on your final projects.
Today We Do We reviewed homeworks and prepare for next week 2nd quiz. Homework Next week is our second quiz, please come 15 mins early, 1:45 PM. Please study the followings FunctionsRead More...
Today We Did We were able to finish up the Birthday Card project Began the Spiralizer project Talked about clones and how to delete them when they touch the edge For HomeworkRead More...
Today We Did: Reviewed Quiz 1 Homework: Do questions 1,2,3 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ in the file Oct2_WebsitePractice.py If you have any questions, please send an email to latisha@ayclogic.com
Today We Finished writing the code for the dragon class in the MonsterInheritanceSystem Homework Page 173, 9-6 and 9-7 If you have any questions, please feel free to email me at nathaniel@ayclogic.com!
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.