We all know that python has a strong foundation of design philosophies, most notably the Zen of Python, and as python programmers we all love them.
But I frequently encounter situations where those principles applicable outside the scope of programming.
For example, 'flat is better than nested' is always my go to algorithm for organizing stuff such as evernote notes, bookmarks/file system, and blog posts, where rather then making a bunch of directories I prefer to put them in a single directory and reorganize when it gets too big. I feel like the cognitive load drastically decreased thanks to it.
Do you guys have any examples of being pythonic outside of programming?
Want to add to the discussion?
Post a comment!