What's the difference between casting and coercion in Python?

Viewed 33591

In the Python documentation and on mailing lists I see that values are sometimes "cast", and sometimes "coerced".

2 Answers
Related