Exploring some of the unfamiliar yet cool Python features — Python has lots of cool features such as first class functions, lambdas, generators, comprehensions etc. There are plenty of articles on the subject. However, there are some of the features in Python, which are generally not so commonly used. In this article, we’ve tried to summarize some of the these…