Python custom JSON Encoder
Today we take a brief tour into how to write a custom JSON encoder in Python.
Tech tidbits for data professionals
Welcome to Penguin Engineering. We write about software engineering, with a focus on backend and data.
Today we take a brief tour into how to write a custom JSON encoder in Python.
Today we’re going to explore Python’s asyncio library. This library provides an interface to write concurrent code.
Welcome back to the closing chapter of the full stack series! I am grateful that you stuck around to hear the end of the journey. This post summarises my main takeaways.
Welcome back to part 4 of the series! Previously we dived into some details of building the backend. In this post we will cover the usage of Elastic Beanstalk (EB), an AWS service that provides an easy way to deploy...
Welcome back to part 3 of the series! Previously we dived into some details of building the frontend. In this post we will cover some of the Django features that I learnt during the project.