Popular recipes by Antti Kaihola http://code.activestate.com/recipes/users/312792/2003-09-02T12:25:15-07:00ActiveState Code RecipesFormat integer as binary string (Python)
2003-09-02T12:25:15-07:00Antti Kaiholahttp://code.activestate.com/recipes/users/312792/http://code.activestate.com/recipes/219300-format-integer-as-binary-string/
<p style="color: grey">
Python
recipe 219300
by <a href="/recipes/users/312792/">Antti Kaihola</a>
(<a href="/recipes/tags/text/">text</a>).
</p>
<p>These one-liner lambdas convert integers to binary strings with no leading zeros.</p>