Browser-based data apps with Pyodide and Preswald
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.
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.
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.
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.
One of the most painful and persistent truths in software is that complexity compounds. Every subsequent layer is harder to build and maintain.
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.