|
|
|
|
|
by thomasmarcelis
4189 days ago
|
|
I think it is unfortunate this does not support python 3. I think we have already passed a tipping point in the migration from python 2. Just look at the python 3 readiness[0]. I believe it might already be more interesting for beginners to learn python 3 over python 2 now. All new packages should think about supporting python3, or at least be ready to support it with a lot of __future__ imports. [0]: http://py3readiness.org/ |
|