Latest Articles

  • A Framework for Multi-Agent Reinforcement Learning

    Marley: A Framework for Multi-Agent Reinforcement Learning Marley is a cutting-edge framework for multi-agent reinforcement learning. It provides a platform for designing and running experiments with multiple AI-powered agents playing games. Although it is currently in a research phase, Marley holds great promise for organizations interested in leveraging machine learning to understand human society. One …

  • Enhancing Terminal Text with Terminal Formatters

    Are you tired of plain, monotonous terminal text? Do you find it challenging to analyze and focus on important information displayed within your console applications? Look no further than Terminal Formatters, a simple Python package designed to enhance the way you view and interpret terminal text. Traditionally, terminals display text as white on a black …

  • Simplifying Multi-Tenancy in Django with django-tenant-schemas

    Simplifying Multi-Tenancy in Django with django-tenant-schemas In today’s era of Software-as-a-Service (SaaS) websites, the need for multi-tenancy support is becoming increasingly important. Multi-tenancy allows you to serve multiple customers from a single project instance, while still providing the ability to have tenant-specific data. In the Django ecosystem, achieving multi-tenancy can be a complex and time-consuming …