Integer vs. floating point division in Python

Jan 13, 2014 • Trevor Bekolay

My topic for the 3-minute lesson will be an explanation of the difference between integer and floating point division in Python. In showing an example, I also intend to show some very basic debugging techniques using print statements in an interpreter.

Also see the corresponding pull request.