Build a machine that automatically detects and logs your food on HealthifyMe using RaspberryPi and TFLite. The machine will automatically detect your food when placed on the weighing scale and log it with the weight to HealthifyMe.
Dynamic Typing in Python can significantly slow down processing due to type checks before operations. In this post, we will bypass these checks by using C Extension modules which will be called from Python.
The Event Loop helps you to execute tasks concurrently while maintaining minimal memory usage. This post teaches you how to build a simple non-blocking Event Loop from scratch.
Charles is a web debugging tool that can help analyze and alter your web requests as they are made. One of the best uses of it is to debug your Android App traffic and find the APIs that you are really interested in. This post shows you how to do just that.