6 PM – Intro To Python – Darin
What We Did Today: Learnt how to get input from shell (user) Manipulated user input with if statements to perform certain code/actions Reviewed fundamental concepts of data types Homework: Create a fileRead More...
What We Did Today: Learnt how to get input from shell (user) Manipulated user input with if statements to perform certain code/actions Reviewed fundamental concepts of data types Homework: Create a fileRead More...
Today We Did Successfully blitting birds and clouds on different sides of the screen. Began developing the player class. You can always find the code we wrote in class in my GitlabRead More...
What We Did Today: Reviewed the Star Wars homework: https://www.ayclogic.com/intro-to-python/star-wars-problem/ Applied "random" inside of functions, to get random items from a list Practiced steps in debugging, and got started on debugging worksheetRead More...
Today We Did We learned more about Python "class". We learned about different rules and terminologies of using Python class. Homework Memorize all the rules and terminologies that we have learned whenRead More...
Today We Did We learned about isPalindrome using List, String and Array. We learned about data structure and algorithm Homework Oct7Palindrome.java (don't forget to upload to google drive) Inside create a methodRead More...
Today We Did Continued the Monster System class Began developing the logic for magic and sword attacks In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Please submitRead More...
Today We Did Started learning variables and data types Homework Read pages 15-19 in the textbook Complete 1 lesson everyday on Typing Club or Typing.com If you have any questions, please emailRead More...
Today We Did Set up and began flappy bird project Create & blitted background image Brain stormed all the sprite's we'll need and created their classes Developed basic Tube class You canRead More...
Today We Did Reviewed 1st Python quiz Learned functions without parameters Homework Create the following file: Oct9_FunctionsHW.py Copy code from pages 130 to 133 Oct9_FunctionsHW2.py https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ If you have any questions orRead More...
Today We Did Began working on the School System Created the School System class Created a Student class Homework Upload your main.py file to the google drive and do: Finish the add_new_studentRead More...