Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 338 Bytes

File metadata and controls

2 lines (2 loc) · 338 Bytes

code-serialization-and-transport

Python's built-in libraries include flexible tools for serialization and deserialization of data structures, including abstract representations of source code. This article provides an overview of how these features can enable workflows that involve transportation of code between different components.