
Browser-based data apps with Pyodide and Preswald
Amrutha Gujjar • 03/04/2025 • 5 min read
Run Python directly in the browser with Pyodide. This makes sharing code easier, and opens up new ways to build interactive, web-based data apps.
Amrutha Gujjar • 03/04/2025 • 5 min read
Run Python directly in the browser with Pyodide. This makes sharing code easier, and opens up new ways to build interactive, web-based data apps.
Amrutha Gujjar • 12/21/2024 • 4 min read
Notebooks are immensely powerful for exploratory data analysis and prototyping, but they’re often a victim of their own flexibility. Hidden dependencies, unpredictable execution, and inconsistent outputs can turn even the best work into an unmanageable tangle.
Amrutha Gujjar • 01/25/2025 • 5 min read
How Ibis simplifies analytics across multi-backend systems with a unified Python API. Ibis offers a DataFrame-like API, by translating Python operations into backend-specific queries.
Amrutha Gujjar • 12/10/2024 • 8 min read
One of the most painful and persistent truths in software is that complexity compounds. Every subsequent layer is harder to build and maintain.
Amrutha Gujjar • 12/28/2024 • 5 min read
The rise of AI agents as SDK consumers will fundamentally change how we should design developer tools. Prompt-based interfaces are becoming an important part of the developer product experience.