Abhishek | अभिषेक

Results 2 comments of Abhishek | अभिषेक

I think list comprehension is more readable and faster than map-filter one. Have a look of what Guido say about this [here](http://python-history.blogspot.in/2010/06/from-list-comprehensions-to-generator.html). Also using `xrange` instead of `range` benchmark of...

[python-fire](https://github.com/google/python-fire) is under active development and recently released version - [0.1.0](https://github.com/google/python-fire/releases/tag/v0.1.0). Recently it gains popularity among python developers with around ~6K github stars and can be added to CLI section.