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:

  1. bytes
  2. bytearray
  3. 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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -