First time here? Check out the FAQ!
answered 2016-12-16 09:50:34 -0600
This gives the list of digits rather than a string:
sage: a = 14 sage: a.digits(2) [0, 1, 1, 1]
Note that these are listed starting with the units digit.