Ad
  • Default User Avatar

    Although it is an 8 kata, it is good for beginners to start to become familiar with this process. Therefore, it should be grouped with the 8 kyu to be exposed to the information. Therefore allowing the beginner enthusiast to become familiar with this process of object oriented programming, which is half the battle of learning to code. Here is a very good website that makes it easier to learn instead of reading through all the python documentation. This makes it easy to understand, and provides examples. https://www.w3schools.com/python/python_classes.asp (This website provides examples as well so you can test your knowledge by doing the exercises, to locate the exercises, scroll to the bottom part of each section and you should find it. It won't be the try it yourself, it will be called Test Yourself with Exercises.

    I recommend this YouTube Video. https://www.youtube.com/watch?v=rJzjDszODTI

    This is also very helpful! https://www.youtube.com/watch?v=f0TrMH9s-VE

  • Default User Avatar

    it's a classic Looney Tunes bit

  • Default User Avatar

    lol XD u meant moron

  • Custom User Avatar

    This kata has been out of beta for 8 years.

  • Custom User Avatar

    A class is a basic feature of OOP languages. It's like anything else, if you don't know to use it, RTFM or STFG... Though... I remember googling for this one and not finding the answer :D

  • Custom User Avatar

    I agree it's a bit tough for an 8 kyu, but ranks of katas can't be changed. You will see many katas overranked, so in a way it compensates...

    Feel free to suggest improvements for the descriptions. After solving it, I have no idea how we could actually give hints. It just requires some comprehension of how classes and instances actually work, and I guess this may vary a lot depending on the language.