Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python struct

This module performs conversions between Python values and C structs represented as Python bytes objects. This can be used in handling binary data stored in files or from network connections, among other sources.

For more info, visit:

https://docs.python.org/3/library/struct.html
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #python #struct
ADD COMMENT
Topic
Name
8+2 =