AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.03k stars 11.31k forks source link

#85 Using items() instead of iteritems() when looping over a dict for… #86

Closed gbremer closed 7 years ago

gbremer commented 7 years ago

… Python 3 compatibility

Notebook works in Python 2.7 and Python 3.6.