cs231n / cs231n.github.io

Public facing notes page
MIT License
10.13k stars 4.06k forks source link

Upgrade Python tutorial to Python 3 maybe? #158

Closed shaform closed 7 years ago

shaform commented 7 years ago

I found that the assignments start to use Python 3 syntax by default. Moreover, Python 2 is not officially supported in the assignment 2. Maybe then it would be a good idea to update Python version in the tutorial as well to avoid confusions?

omoindrot commented 7 years ago

Thanks you so much for the pull request, you're right it's time to change to python 3 !

shaform commented 7 years ago

Hi @omoindrot, Thanks for the review, I've fixed the points you mentioned. Just curious if you are using some automatic tools to check python code in a markdown document. (Because I actually made this PR manually, which was a little bit tedious 😂.)

omoindrot commented 7 years ago

Haha nothing automatic 😄 Could you fix all the <class ...> instead of <type ...> please?

shaform commented 7 years ago

All fixed~