More Than One Way to Skin a Snake
The s ame above title ( skin the cat-snake ) still applies here, but as a post script edit to this post, I'm going to give it an entirely different spin than originally planned. Here it goes: My current Py project has evolved into needing a customized data structure . Never mind its specifics. (Maybe I'll come back to those later.) As I started formulating the ideas / concepts for the customized data structure, I recalled having vaguely seen mention of a thing in Python called " DataClasses " . Had no idea what it actually was. It intrigued me. So I started chasing after it (started searching for clues ) . Turned out to be a popular topic. Many, many tutorials about it. So should I pick just one lecturer? (e.g. Tech with Tim/other (TwT, TwX), Indently , Bro Code , Mosh , Nana , ... or any of the other many free Py tutors ) and stick with that one explainer? No. It so happened that jumping around allowed me to pick up different nuances about the stuff they we...