enthought / enthought/Numpy-Tutorial-SciPyConf-2016

python 3 compatibility

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Hi, I found a bit of code that would not run in python 3. In exercises\structured_array\structured_array_solution.py line 63, Python 3 returns the zip as a zip object, rather than a list.
I got it to work with: fields = list(zip(log_names, ['f8']*len(log_names)))

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.