Recapping the Review Exercises
00:00 You’ve come to the end of the review exercises that were based on content that you worked through in the associated Python Basics course. Before you get started on tackling the challenges, here’s a quick recap of what you’ve practiced so far while tackling the exercises. In this section, you’ve trained creating classes, defining class attributes, and also defining instance attributes.
00:20
You’ve defined instance methods, and you’ve worked with special methods, specifically .__init__()
and .__str__()
, and you’ve also worked with f-strings.
00:31 But more than just practicing these concepts, you’ve also trained to write code and have encountered some useful tips that can help you along the way. You’ve used code comments to organize your thoughts, broke exercises into smaller tasks to tackle them one by one, and you’ve used descriptive variable names in your code, which helps with keeping track of what you’re doing. Well, maybe not Philo or Philo, but just because I can’t pronounce their name.
00:57 And you’ve also tested your code, reasoning what you think it will do, and then confirming what it actually does, what you expect it to do.
01:05 These are all important skills to practice, and they’ll help you tackle any coding challenge.
01:11 Speaking about coding challenges, in the next lesson, you’ll start with your challenges for this course.
Become a Member to join the conversation.