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

Python 3 #2

Open
cdeil opened this issue Sep 10, 2015 · 1 comment
Open

Python 3 #2

cdeil opened this issue Sep 10, 2015 · 1 comment

Comments

@cdeil
Copy link
Contributor

cdeil commented Sep 10, 2015

I just found this tutorial by Googling for how to send matplotlib plots to the browser ... it's exactly what I want to learn ... thank you!!!

I just started reading and saw that you're using the print statement in some examples:
http://hplgit.github.io/web4sciapps/doc/pub/._web4sa_solarized002.html
https://github.com/hplgit/web4sciapps/search?utf8=%E2%9C%93&q=print

Probably it's not too hard to make everything work with Python 3 as well?

@hplgit
Copy link
Owner

hplgit commented Sep 11, 2015

No, it should be straightforward, but it would be an idea to use python-future to create a common code basis for Python 2 and 3 since many math libraries are not ported to Python 3 so the apps most likely must run under Python 2. I try to code v2.7 in a way that makes the distance to v3.4/3.5 as small as possible.

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

No branches or pull requests

2 participants