From The Mouse Vs. The Python:
List comprehensions in Python are very handy. They can also be a little hard to understand when and why you would use them. List comprehensions tend to be harder to read than just using a simple for loop as well.
Tagged: #python #documentation #strings