Python is Love
I feel truly sorry for the software engineers who develop code in anything else. Writing code in almost any other language introduces various **interface** problems. There is some algorithm, some set of actions a programmer wishes the computer would do. However, frequently, the programmer has to adapt their ideas to accommodate annoying language requirements, so instead of thinking about the actual procedure one has to waste time figuring out stupid bullshit. Not with Python though. I'm noticing again and again, especially when writing beautiful PEP8 compliant Zen Python code that as I work on improving the 'readability', I simultaneously improve the quality of the algorithm itself. Python is Love.