What is usage of binary sequence type in python? -
python has many types.
usage of binary sequence types in python? there 3 binary sequence types:
bytes
bytearray
memoryview
what use for?
actually of these 3 types' use discussed already:
1) bytes
@ answers question the bytes type in python 2.7 , pep-358
2) bytearray
usage @ answers question where python bytearrays used?
3) memoryview
@ answers questions when should memoryview used? , what point of memoryview in python
Comments
Post a Comment