|
You are here |
bizety.com | ||
| | | | |
thepythoncorner.com
|
|
| | | | | In 2016 I wrote a post about serialization in Python by using the pickle Python module. In this article, we will try to serialize Python objects by using another module: json. According to Wikipedia "JSON is an open-standard file format or data interchange format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value)". But why you should use to use JSON instead of the official pickle module? Well, it depends on what you have to do... JSON is a safer protocol, it's human-readable and it's a standard adopted... | |
| | | | |
frederickvanbrabant.com
|
|
| | | | | Microservices can solve a lot of architectural problems, and sometimes create a few fun new ones. A big problem however is connecting these services to each other. Can GRPC lend a hand here? | |
| | | | |
www.ardanlabs.com
|
|
| | | | | Series Index Python and Go: Part I - gRPC Python and Go: Part II - Extending Python With Go Python and Go: Part III - Packaging Python Code Python and Go: Part IV - Using Python in Memory Introduction Like tools, programming languages tend to solve problems they are designed to. You can use a knife to tighten a screw, but it's better to use a screwdriver. Plus there is less chance of you getting hurt in the process. | |
| | | | |
theithollow.com
|
|
| | | Harvester is a virtual machine manager that runs on top of Kubernetes. This post walks through the installation of a Harvester cluster. | ||