Building Event-Driven AI Agents with UAgents and Google Gemini: A Modular Python Implementation Guide

Building Event-Driven AI Agents with UAgents and Google Gemini: A Modular Python Implementation Guide

In this tutorial, we demonstrate how to use the UAgents framework to build a lightweight, event-driven AI agent architecture on top of Google’s Gemini API. We’ll start by applying nest_asyncio to enable nested event loops, then configure your Gemini API key and instantiate the GenAI client. Next, we’ll define our communication contracts, Question and Answer…

Read More
SoCal Python | In Memoriam: Michael

SoCal Python | In Memoriam: Michael

In early May of 2025, the long-standing SoCal Python organizer Michael Ryabushkin—known to many as goodwill—passed away. As possibly the person most responsible for years of thriving of the group and its surrounding community, he had an impact on many of us, both professionally and personally. In light of that, this page is a collection…

Read More
How to Control NeoPixel Installations via Wi-Fi Using Fishino and NodeMCU with Python – Open Electronics

How to Control NeoPixel Installations via Wi-Fi Using Fishino and NodeMCU with Python – Open Electronics

We create NeoPixel light installations with Fishino and NodeMCU controlled via Wi-Fi from a PC or Raspberry Pi using a Python library. A few years ago, the American company Adafruit Industries transformed the LED market by introducing NeoPixels, RGB LEDs that incorporate their own controller in a single package. Adafruit aimed to simplify LED management…

Read More