Binary expansion and its applications

8 6,169 135
articles words lines of code

This article shows how to do base conversions in Python with the built-in int, how to write integer literals in other bases, and how to do base conversions in general.