There is a convenient function sys.getsizeof()(starting with Python 2.6) that helps with this:
>>> import sys
>>> sys.getsizeof(1)
12
>>> sys.getsizeof([])
36
>>> sys.getsizeof(())
28
>>> sys.getsizeof((1,))
32
, 12 , 4 ( 32- ) (36 28 ).
17 , 17*(12+4)+28 300 . - , 36 4 . , ( N), 36+N*(4+300) .
: , . Python , , ( [-5, 256] Python 2.6.4 Windows) . 257, . ( Python 257 is not 257+0; -)).