Hacker News new | ask | show | jobs
Show HN: Combining Python data analysis with ClojureScript UI (browser-based) (clojurecivitas.github.io)
1 points by agilecreativity 228 days ago
I built a system that runs Python's data science stack (Pandas, NumPy, Matplotlib) alongside ClojureScript UI components, entirely in the browser using Pyodide and Scittle.

The article includes working demos showing stock market analysis and sensor data patterns. Python handles the heavy data processing while ClojureScript manages the interactive UI - all without a backend or build tools.

Click any example to see live code execution with visualizations. You can modify the Python or ClojureScript code and see results immediately.

This bridges the Python data science ecosystem with ClojureScript's functional UI patterns in a way that's accessible to both communities.