wasm-demo/demo/ermis-f/python_m/cur/0443

29 lines
676 B
Plaintext

From: dkuhlman at netcom.com (G. David Kuhlman)
Date: Sun, 18 Apr 1999 22:24:02 GMT
Subject: binary
References: <37171BD5.87CFA015@efes.net.tr> <l03102803b33cdee8fa5a@[193.78.237.167]>
Message-ID: <dkuhlmanFAEow3.K09@netcom.com>
X-UID: 443
Just van Rossum <just at letterror.com> wrote:
> At 2:15 PM +0300 4/16/99, Murat Yeneroglu wrote:
> >Hi,
> >I want to ask that how I can convert a decimal number to binary in
> >python ?
> >THNX
> Take a look at the "struct" module.
> Just
And, also look at xdrlib in the standard Python library. XDR is a
binary format, right? And, it follows a standard, too.
- Dave