-
Notifications
You must be signed in to change notification settings - Fork 195
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
Python 3 compatibility? #28
Comments
@sursh python3 compatibility would be awesome. Any interest in submitting some pull requests for the incompatibilities you uncovered? |
No, can't help out, my plate is a bit full right now.
|
unfortunately i know that state all too well. Thanks for getting this issue started though! |
I think I can take care of that! The plan would be to run python-modernize, which is a program that makes programs compatible for 2.6 - the 3s, and then clear up any additional errors that pop up when I run it in Python 3. I've done that for bar_chart.py, and can push it your way to see if that's what you'd like for the rest of them. Also let me know if you have any bundles of tests that are good to run to more concretely make sure everything is still working properly. |
@Shadhopson still up for this? |
oh hey, look at #35. Just needs to be merged in. |
Just to give an update in 2020, right now I found two ways to install data_hacks with Python 3 compatibility:
|
Hi folks. Planning Python 3 compatibility for this awesome tool? I'm getting SyntaxErrors, looks like from print statements missing parens.
<3
The text was updated successfully, but these errors were encountered: