convert float numbers to hex

Posted by jordan2010 on Stack Overflow See other posts from Stack Overflow or by jordan2010
Published on 2010-05-25T11:43:43Z Indexed on 2010/05/25 11:51 UTC
Read the original article Hit count: 306

Filed under:
|

I am quite new in Python and I am looking for converting numbers from decimal to hex How to convert float numbers to hex or char in Python 2.4.3? how can I keep it to write it as ("\xa5\x (here the new hex number)")

any help Thanks,

© Stack Overflow or respective owner

Related posts about python

Related posts about python-2.4