Random python nuggets
Python is already packed with insanely good standard libraries which often makes our job incredibly easy to solve. Apart from that, it comes with some hidden features(also known as easter eggs) that may amaze you. Let’s start: The Zen of Python >>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated....