Hi,
I'm looking for a way to represent bit-level data in python. Something
like 0xDEADBEEF representation, but not for hex i'm looking for binary.
Something like the %00110101 representation I used in pascal... Of
course I can make my operations with ordinary integers but binary
representation makes the code easier to read.
--
Love, Respect, Linux
############### ############### ############### ############### ############### #[color=blue]
> I've hacked the Xaw3d library to give you a Win95 like interface and it
> is named Xaw95. You can replace your Xaw3d library.[/color]
Oh God, this is so disgusting!
-- seen on c.o.l.developme nt.apps, about the "Win95 look-alike"
############### ############### ############### ############### ############### #
Tonguç Yumruk
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/g7FE1xWu4MLSyoY RAtrkAJ0XHQ+cLh E64NQnCzgYLQO6i KYufgCfa8nl
3Y2jbiBhXOWtc8C Ub/cGzpk=
=kxv0
-----END PGP SIGNATURE-----
I'm looking for a way to represent bit-level data in python. Something
like 0xDEADBEEF representation, but not for hex i'm looking for binary.
Something like the %00110101 representation I used in pascal... Of
course I can make my operations with ordinary integers but binary
representation makes the code easier to read.
--
Love, Respect, Linux
############### ############### ############### ############### ############### #[color=blue]
> I've hacked the Xaw3d library to give you a Win95 like interface and it
> is named Xaw95. You can replace your Xaw3d library.[/color]
Oh God, this is so disgusting!
-- seen on c.o.l.developme nt.apps, about the "Win95 look-alike"
############### ############### ############### ############### ############### #
Tonguç Yumruk
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/g7FE1xWu4MLSyoY RAtrkAJ0XHQ+cLh E64NQnCzgYLQO6i KYufgCfa8nl
3Y2jbiBhXOWtc8C Ub/cGzpk=
=kxv0
-----END PGP SIGNATURE-----
Comment