3 PM – Intro To Python – Gamas
Today We Did We reviewed function and its purpose Homework Memorize how to create a function. Example def greeting(name) def name of the function - "greeting" function parameter - "name" Create aRead More...
Today We Did We reviewed function and its purpose Homework Memorize how to create a function. Example def greeting(name) def name of the function - "greeting" function parameter - "name" Create aRead More...
Your HW: Create a new class "Student" Attributes (All private) First name Last name Age GradeLevel getInfo method to display the attributes Getters and setters
What we did: Went over homework Continued the Space Ship project Homework: Make the space ship able to move left, right, up, and down. (Hint: You will need to use a foreverRead More...
Today We Did We continued with Pet Breed Prediction kaggle project. Homework In your pet_breed_prediction kaggle project Run the code that would force the fastai library to be version = 2.7.19. ThisRead More...