Latest Articles

  • The Lightweight ASGI Framework for Building Async Web Services in Python

    Starlette: The Lightweight ASGI Framework for Building Async Web Services in Python In today’s fast-paced digital landscape, building high-performance web services is more important than ever. Asynchronous programming has emerged as a powerful approach to handle concurrent requests and provide responsive user experiences. Enter Starlette, an innovative ASGI (Asynchronous Server Gateway Interface) framework that is …

  • Unlocking the Power of Amazon Kinesis Video Streams with the Consumer Library for Python

    Article Have you ever wanted to harness the power of video streaming and process the data in real-time? Look no further than the Amazon Kinesis Video Streams Consumer Library for Python. Designed to work seamlessly with Amazon Kinesis Video Streams (KVS), this library allows you to read in streaming bytes from KVS and parse them …

  • Simplify Your Wagtail Page Models with flake8-wagtail-no-serve Plugin

    Simplify Your Wagtail Page Models with flake8-wagtail-no-serve Plugin Are you tired of cluttering your Wagtail Page models with view logic? Have you been searching for a way to keep your models clean and focused on the content they represent? Look no further, as the flake8-wagtail-no-serve plugin is here to simplify your life! Wagtail is a …