
Making Data Trees in Python
Learn about trees and how to implement them.
Roots
A tree as a data structure can quickly become a complex mathematical subject ( check the wiki 👀 ), we are surrounded by real and virtual things (data really) that can be modeled and represented by a tree, so it is a very handy subject to understand even at a basic level.