Simple HTTP mock JSON server in Python

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

Similar

The state of type hints in Python

Python is and will remain a dynamic language. Yet, 25 years into its existence now there was a language standard how to add type information into the language. Since then almost three years passed, in this blog post we'll explore where did the system evol... (more…)

Read more »