Byte to integer conversion

Elefterios Stamatogiannakis estama at ithaca.dbnet.ece.ntua.gr
Thu Dec 16 13:51:05 EST 1999


	How can i convert two, three, four bytes into an integer?

	I know a way with pickle, using loads() but i wonder is there
a more elegant way of doing it.

	I don't care about big, little endian problems

	Elefterios Stamatogiannakis.



More information about the Python-list mailing list