enthought / enthought/Numpy-Tutorial-SciPyConf-2016

python 3 compatibility

オープン
#1 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
1
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

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)))

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。