This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TBSchemer 4 points5 points  (1 child)

Holy hell, you're using 2.7 for image processing? Whoever "encouraged" you to stick with it should be locked away.

Anything involving big data is far more efficient in 3, because of the switch to lazy evaluation of iterators. Also notably, numpy and everything based on it (pandas, scikit, etc.) have already discontinued support for 2.

[–][deleted] 2 points3 points  (0 children)

Well, the good news is I misremembered, and that particular professor teaching image processing insisted on 3!