Python

Lessons

Arithmetic in V2

Today we talk about the rules of arithmetic in Python Version 2. The key detail is when combining two numbers, Python will widen numbers to make sure they are all of the same type. (In Python v2, there are four numeric types: ints, longs, floats and complex numbers.) Also, when you divide two whole numbers, Python will return the quotient, not the mathematical value. And beware of division by 0!

Today we talk about the rules of arithmetic in Python Version 2. The key detail is when combining two numbers, Python will widen numbers to make sure they are all of the same type. (In Python v2, there are four numeric types: ints, longs, floats and complex numbers.) Also, when you divide two whole numbers, Python will return the quotient, not the mathematical value. And beware of division by 0!

Course Page

Resources

Python T-Shirt
Soft t-shirt keeps you comfortable when you're putting in hours coding.
Buy
Python Cookbook
A well-written book with hundreds of Python recipes covering everything from text & strings to network programming. This book is always on our desk.
Buy