10AM – Intro to Python
Today We Did: Quiz Review Things to Review for the Quiz: Variables and data types How to combine string using "f" formatter? IF ELIF ELSE How to get input from Shell input(),Read More...
Today We Did: Quiz Review Things to Review for the Quiz: Variables and data types How to combine string using "f" formatter? IF ELIF ELSE How to get input from Shell input(),Read More...
Homework: In Flappy Duck project: Display the score on the top left corner of the screen. Look at how we displayed score in the Birdie project. Create 2 Game modes: GAME_STARTED =1Read More...
Today We: Reviewed how messages and broadcasting works Made the correct banner appear when the animal touches the finish line Your Homework: None
Homework: In Flappy Duck project: Create a new file: score_line.py Inside the file, create a new class called ScoreLine. the class should inherits from pygame.sprite.Sprite. Inside the __init__, It would have parameters:Read More...
Today started starry night. I’ve extended the due date for the final project until next Saturday, Oct 24. Please email chet@ayclogic.com your final project before class starts. After finishing your final project,Read More...
We went over how to edit Vehicle by using the same popup dialog for insert new vehicle. Homework: When user did not select a row and click edit button. Show an alertRead More...
Today we were able to continue on with the Glacier Race project. For Homework, please do from pages 173-175.
Homework: Create a function "random_number" no parameter. This function will return a random 3 digits between 100 to 999. Create a function "random_password" no parameter. This function will do the following: CallRead More...
Today we Learned: How to use .title(), .upper(), and .lower() How to use the f-string method and “+” method for string combinations How to add code into f-string combination method Homework: pg.Read More...