10:30 AM – Intro To Python – Bill
Today We: Learned about while loops Your HW: Read and copy from page 118 and 121 Page 123-124 TRY IT YOURSELF 7-4, 7-5, 7-6, 7-7
Today We: Learned about while loops Your HW: Read and copy from page 118 and 121 Page 123-124 TRY IT YOURSELF 7-4, 7-5, 7-6, 7-7
Today We: Learned about the layout of the Unity Editor Learned how to print stuff out into the console Your HW: None
Today we did: We reviewed the homework and worked on the password generator. Homework: Create a new file called April6_FunctionsExercise and do the exercises from here: https://www.ayclogic.com/intro-to-python/star-wars-problem/ If you have any questions,Read More...
Today We Did Continued working on collision handler for Target & Balloon. You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/sat-2-pm-shoot-balloon-sebastian AYC Logic’s observed holidays:Read More...
Today We Did We reviewed the full score algorithm (no code yet) for Milk Exchange USACO Feb 24 Bronze problem (https://usaco.org/index.php?page=viewproblem2&cpid=1396) We reviewed the full score algorithm (partial code) for Maximizing ProductivityRead More...
Today We Did Reviewed conditionals like if, elif, and else Learned about user input User input can be retrieved using input() All user input turns into a string data type Class code:Read More...
Today We Did Added 3 conversion types to the application Created ConversionTypeListener.java to listen to changes in the Spinner Homework Continue working on TemperatureConverter: Catch up if you haven't already!! Our codeRead More...
Today We Did Learned about x,y coordinates in Python Turtle Created functions to draw shapes Homework Work on the following: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ You can use any method (goto(x,y),Read More...
Today We Did Start Monster Inheritance Homework Page 173, 9-6 and 9-7 If you have any questions, email me at szhuang@ayclogic.com
What we did today We added the logic for making our mouse move inside the maze only, and we made the cheese spawn randomly every time the game starts. Homework Make theRead More...
Today We Did Intro to Variables and Data Types Homework Do questions 1, 2, and 3 from this page: https://www.ayclogic.com/java-variables-datatypes/ and upload it to the Google Drive. If you have anyRead More...