9 AM – Intro To Python
We went over Baby Name Generator program. Next week is final Python Test please study Baby Name Generator Turtle Python Variables and Data Types Functions List IF ELSE ELIF Random Loops HowRead More...
We went over Baby Name Generator program. Next week is final Python Test please study Baby Name Generator Turtle Python Variables and Data Types Functions List IF ELSE ELIF Random Loops HowRead More...
We completed Player class. Homework: Integrate Player class into main.py For example, look at how we integrated Bird class into main.py import the Player class create player_group add Player into player_group inRead More...
We completed class inheritance topic. We did Car and ElectricCar exercises. We downloaded Birdie game assets from google drive. Homework: Download and install Python 3.7 and Pycharm into your computer. Go toRead More...
We went over IF ELSE ELIF We went over how to do tell-me-your-age project. We went over List and For loop Homework: Finish https://www.ayclogic.com/tell-me-your-age/ program Do List coding from page 37 toRead More...
Homework: Continue with May9_PasswordGenerator.py Ask user if you want kind of password? (lowercase/camelcase/uppercase) if user enter "lowercase" then make the password all lowercase if user enter "camelcase" then make the password similarRead More...