TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python tool for generating visualizations fast

1 pointsby obsequiosityover 1 year ago
I saw about a month ago or so someone posted their tool they made in Python. It looked like you could just write a few lines to point to a data source, write a query against it with a method and then generate a webpage with a visualization automatically generated. The use case made it seem like you could very quickly take data and explore it this way without needing to get really fancy with dashboarding tools or ML algorithms and such. Anyone know what I'm talking about? I don't think it was pyspark because it seemed like a small open source project that one person worked on

1 comment

jmcivorover 1 year ago
Perhaps you are looking for Datasette <a href="https:&#x2F;&#x2F;datasette.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;datasette.io&#x2F;</a>?