9AM – Intro to Python – Saagar
Today we did: First quiz - data types, for/while loops, input from shell, if else, lists Homework No homework!!! Enjoy your week!
Today we did: First quiz - data types, for/while loops, input from shell, if else, lists Homework No homework!!! Enjoy your week!
Homework Homework convert from Fahrenheit to Celcius. Convert sourceTemperature to Integer Formula - (F − 32) × 5/9 = Celcius Display the celcius in the system.out.println
Homework Create a new Python file Sep16_InputFromShell.py Copy codes from page 114 to 116. If you see >>> copy code after the >>>. For example, if you see >>> age = input("HowRead More...
Today We Did We finished adding a custom animal entity into minecraft. We added animation to this custom animal We added temptation goals. Homework Go to src/main/resources/assets/aycessentials/textures/entity/hog.png and modify this texture accordingRead More...
Today We Did We started GameActivity and GameView. This is the page where we are going to play our game eventually. We were able to add part of the code in theRead More...
Today We Did: We finished up reviewing the practice quiz today Went over how to create the animal and also animal system. Talked again about how to create a method with aRead More...
Today We Did Learned how to check if things are the same, and if things are not the same (==, !=) Learned if, elif (otherwise if), and else (otherwise) Learned the differenceRead More...
Today We Did Learned the difference between = (gives variable a value) and == (checks if both sides are the same). Learned about != (checks if the right side is not theRead More...
Today: Finished making only the play button clickable Add debug option to turn on and off the hit boxes Make the player restart in the right place and make score reset toRead More...
Today we: Continued the Spaceship 2.0 project Created the Fireball Power-up sprite Created the Bomb Power-up Sprite Created a variable called "Fireball" to keep track of how many fireballs the player hasRead More...
Today We Did We were able to successfully added Saturn Sword. We were able to understand the attributes of Saturn Sword, attack damage and the attack speed. We started with Saturn FireballRead More...
Today We: Reviewed the Homework Started the School Application project Created a student class Your HW: Create a new file in your src folder called teacher Inside that file, create a teacherRead More...
What we did today We continued working on the Unicorn/Alicorn drawing. We finished drawing the eye details. We added the "cutie mark". We started working on the background. Homework Work on addingRead More...