-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update code for Python 3 (Python 2.7 no longer maintained after January 1, 2020) #20
Comments
output of 2to3-3.5:
|
I found there two additional changes need to made in predict_all.py:
It would be great if someone can test a python3 version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://pythonclock.org/
print function
xrange to range
many things now return iterators/generators vs. list objects.
etc., etc.
2to3 script can help
The text was updated successfully, but these errors were encountered: