Implementing Data Formatters – Python Edition (part 2 of 2)
This is a continuation blog. Please read Part 1 first, before reading this. Version 2: Component Based Let’s say that the data is no longer a dictionary or something that isn’t readily serialized by XML or JSON modules. For simplicity sake, let’s just create an object version of the data in part 1: Complex Data …
Implementing Data Formatters – Python Edition (part 2 of 2) Read More »