472,126 Members | 1,539 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

Re: Converting between binary, decimal, hexadecimal, octal

A. Joseph wrote:
Converting between binary, decimal, hexadecimal, octal
Where can I find good tutorial on numbering system?
These are number representation systems that can be applied to or used
with integral, rational (numberator,denominator), and 'point' numbers.

Try Wikipedia or any search engine.
I really want to know the process of converting between all the numbers.
I may soon start HLA (assemply).
There are standard algorithms for converting between representations.
See above. Good programmer calculators have these built in.

If you want to use the Python interactive interpreter, check the docs
for the various integer literals and the hex, oct, and bin functions.
Binary literals and bin are only available in 2.6 (I believe) and 3.0
(for sure).

tjr
Sep 15 '08 #1
0 3209

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Sverre Bakke | last post: by
18 posts views Thread by Bern | last post: by
15 posts views Thread by jaks.maths | last post: by
22 posts views Thread by QQ | last post: by
5 posts views Thread by Jeff Dillon | last post: by
11 posts views Thread by valerij | last post: by
7 posts views Thread by elliotng.ee | last post: by
19 posts views Thread by sethukr | last post: by
5 posts views Thread by curiousEngine | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.