viernes, 3 de agosto de 2018

Receta Python 3 No. 6-11: Leer y Escribir Arreglos Binarios

1. Problema

Se requiere leer y escribir arreglos binarios para diferentes estructuras de datos.

2. Solución

El módulo struct permite trabajar con datos binarios. Entre sus capacidades está la de permitir guardar tuplas en un archivo binario.

3. Código Python 3

Archivo Python leer-escribir-arreglos-binarios.py [enlace alternativo]:

Prueba de ejecución:


(2, 3.0, 5.0)
(7, 11.0, 13.0)
(17, 19.0, 23.0)

4. Literatura & Enlaces

Beazly D, Jones B. K. (2013). Python Cookbook, Third Edition. United States: O'Reilly Media.

O

No hay comentarios:

Publicar un comentario

Envíe sus comentarios, dudas, sugerencias, críticas. Gracias.