PythonHub
2.5K subscribers
2.35K photos
50K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Datanomy

Datanomy is a terminal-based tool for inspecting and understanding data files. It provides an interactive view of your data's structure, metadata, and internal organization.

https://github.com/raulcd/datanomy
Full-Text Search with DuckDB

The post shows how DuckDB’s full-text search extension can index a large email corpus and run BM25-ranked keyword search directly in SQL, without needing a separate search engine. It also walks through practical preprocessing and filtering steps, then demonstrates conjunctive queries that return only documents matching all search terms.

https://peterdohertys.website/blog-posts/full-text-search-w-duckdb.html
lightning PyPI Compromise: A Bun-Based Credential Stealer in Python

The post describes a PyPI supply-chain compromise in lightning 2.6.2/2.6.3, where importing the package silently downloads Bun and runs an obfuscated JavaScript credential stealer. It also says the payload steals GitHub, cloud, and other secrets, then uses any captured credentials to spread further and commit exfiltrated data back into victim repos.

https://snyk.io/blog/lightning-pypi-compromise-bun-based-credential-stealer/