Search Results

2
votes

What IDE would you recommend for Python development?

There is a comprehensive list at http://wiki.python.org/moin/IntegratedDevelopmentEnvironments (as well as …
0
votes

Most pythonic way of counting matching elements in something iterable

Not as terse as you are looking for, but more efficient, it actually works with any iterable, not just iterables you can loop over multiple times, and you can expand the things to check for without …