Complementing Python with Rust
I gave a talk the other day at Python meetup in Stockholm with the same title. I wanted to also put it online as a post in case anybody is…...
Read more »
In this post we will see how to create a simple JSON server in Python to mock external APIs. This can be useful when developing an application that will make use of third-party applications via the… Read more