micro python

  • MicroFastApi – A Micro Adventure in Python

    ·

    In the previous post, I covered the very basic implementation of a web API structure using python decorators. But, it was just the beginning of a journey I have started. I decided to challenge myself and gradually develop this library into a real one! Accordingly, I will write up the process of design and implementation of…

    Read More

  • Python in Depth – Decorators

    ·

    I’m planning to do a research project which needs reading an analog sensor using Raspberry Pi Pico W and feed it to a TinyML model, store the results and provide a RESTFUL api for data transfer. To have a faster development process, I have decided to give MicroPython a try for this project. There would…

    Read More