🦞🌯 Lobster Roll

Stories by san_tekart

Show HN: FastAPI Realtime Stock Monitor with Python worker threads [video] (youtube.com)
Show HN: FastAPI Realtime Stock Monitor with Python worker threads<p>I built a real-time stock monitoring demo that simulates market data streams to show how to handle multiple real-time updates in Python without complex dependencies like Celery.<p>Key concepts: - Worker threads for background proce...
Show HN: Building Real-Time Web Applications with PynneX and FastAPI (github.com)
Show HN: A Lightweight Signal-Slot Library for Async and Multithreaded Python (github.com)
Hi HN,<p>I&#x27;ve been working on a new Python library called PynneX, aimed at making it simpler to build event-driven architectures without relying on heavy frameworks. It started as a personal project while I was experimenting with threading and async features in Python 3.10+ and realized there w...