Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
... but, we could solve it using a module like numpy, I guess?
(Python) are we supposed/required to use numpy arrays for this one?
(Python) Could someone point me to a source explaining exactly the thing this kata calls "nodes"?
Honestly, I have no idea what these "nodes" even are, Spyder doesn't recognize the "Node()" function as a name,
There's this tutorial:
https://www.tutorialspoint.com/python/python_nodes.htm
which suggests it's just when you make a class yourself and put in attributes that point to other attributes, in a very general sense.
Searching on this site: https://docs.python.org/3/search.html?q=nodes doesn't give me any results that seem to be what I'm looking for.
And so on...
Really, it seems I can only find talk about "nodes" in python that mean very different things depending on context and nothing like "The Python Nodes" which is what this kata seems to take for granted.