calebsmith / gdi-intro-python

gdi-intro-python - Girl Develop It: Intro to Python
http://calebsmith.github.io/gdi-intro-python/#/
18 stars 41 forks source link

Python 2/3 agnosticism #4

Open calebsmith opened 10 years ago

calebsmith commented 10 years ago

Make all example code (in examples/*.py) and inline examples in the slides agnostic about python 2 vs 3.

calebsmith commented 10 years ago

The example code in /examples now works with Python3.3 . The inline examples still need this attention.