Generally speaking, are list comprehensions more efficient that the equivalent for loop with interior conditionals for a given task?  Do they compile down to the same Python byte code?<br><br>Thanks,<br>Bill Allen<br><br><br>

<br>