lukas / ml-class

Machine learning lessons and teaching projects designed for engineers
https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig
GNU General Public License v2.0
2.37k stars 1.17k forks source link

Use print-as-a-function for Py3 compat #1

Closed scw closed 5 years ago

scw commented 9 years ago

This pull request uses parentheses around all print statements, so that the code works as expected in Python 3 (and in Python 2.6+).

tfmorris commented 9 years ago

+1