Skip to content
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

py3 compatibility, typos/small bugs and added setup.py (for pip install) #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

dcferreira
Copy link

No description provided.

@townie
Copy link

townie commented Sep 25, 2017

Hey python 3 support is awesome. I would recommend switching the xrange stuff to import error approach:

try:
    xrange
except NameError:
    xrange = range

Also, the tutorial notebook is still in python 2.

@negrinho
Copy link
Owner

@townie expect significant updates in about a month or so. We are working on improving the expressive power of the current implementation. The tutorial will significantly change by then. We are working on Python3 support too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants