python

Tag

Cards List
#python

Introducing wrapture

Simon Willison's Blog ↗ · 2026-08-31 Cached

Introducing wrapture, a new Python library for monkeypatching, testing, and tracing with OpenTelemetry support, entirely AI-assisted in its development.

0 favorites 0 likes
#python

monty-go: Pure-Go wrapper for Pydantic's Monty Python Interpreter

Hacker News Top ↗ · 2026-08-30 Cached

monty-go is a pure-Go tool that enables running LLM-generated Python code in a sandboxed WebAssembly environment for efficient, safe code execution with Go integration.

0 favorites 0 likes
#python

A better SQL in 11 lines of code

Hacker News Top ↗ · 2026-08-29 Cached

This article introduces Prela, a new query language based on binary relations, and provides a Python tutorial to build a toy version, demonstrating its simplicity compared to SQL.

0 favorites 0 likes
#python

InferenceFS: Never worry about data again! (Again!)

Lobsters Hottest ↗ · 2026-08-29 Cached

InferenceFS is a filesystem tool that uses the latent space of large language models to infer file contents from filenames, offering theoretical infinite compression by relying on external AI backends like Claude and Gemini.

0 favorites 0 likes
#python

@GithubProjects: Twine makes it easy to share Python programs with others by handling the upload step for you. - Works with any build sy…

X AI KOLs Timeline ↗ · 2026-08-29 Cached

Twine is a Python utility that simplifies uploading packages to PyPI by handling authentication and file transfers, compatible with any build system.

0 favorites 0 likes
#python

httpx2

Hacker News Top ↗ · 2026-08-28 Cached

HTTPX2 is a next-generation HTTP client library for Python, continuing HTTPX's legacy with added features like HTTP/2 support and async APIs, now maintained by Pydantic.

0 favorites 0 likes
#python

A Perfect SimCity

Lobsters Hottest ↗ · 2026-08-28 Cached

An analysis of SimCity's scoring system using open-source ports and algorithmic strategies to design high-score and high-population cities.

0 favorites 0 likes
#python

py-evoFE: Automated Evolutionary Feature Engineering for Tabular ML in Python (Genetic Algorithms + Scikit-Learn + Polars) [P]

Reddit r/MachineLearning ↗ · 2026-08-27

py-evoFE is an open-source Python library that uses genetic algorithms to automate and optimize feature engineering for tabular machine learning datasets, with scikit-learn compatibility and Polars for performance.

0 favorites 0 likes
#python

I built a shipment agent that texts customers when package status changes

Reddit r/ArtificialInteligence ↗ · 2026-08-27

A Python/Flask code example demonstrating a shipment agent that proactively sends SMS updates when package status changes, using an event-driven architecture with durable objects.

0 favorites 0 likes
#python

@LangChain: These days it feels like everything is “agentic”, but what does it actually mean to build an agent? In this free LangCh…

X AI KOLs Timeline ↗ · 2026-08-27 Cached

LangChain announces a free Academy course on building AI agents with Python, covering foundational concepts like react loops, MCP servers, and human-in-the-loop.

0 favorites 0 likes
#python

What should people actually learn to understand AI agents?

Reddit r/artificial ↗ · 2026-08-27

A developer shares a structured learning path for understanding AI agents, covering fundamentals from basics to production, and invites community feedback while creating an open-source zero-to-hero repository on GitHub.

0 favorites 0 likes
#python

png2jxl: Convert PNG to lossless JPEG XL with byte-for-byte reconstruction of the original PNG

Lobsters Hottest ↗ · 2026-08-27 Cached

png2jxl is a Python tool that converts PNG images to JPEG XL format losslessly, allowing perfect reconstruction of the original PNG files.

0 favorites 0 likes
#python

@KirkDBorne: The Quick Python Book, by Naomi Ceder, from @ManningBooks (4th Edition) at http://amzn.to/4mQ71kU Fast-paced Python int…

X AI KOLs Timeline ↗ · 2026-08-27 Cached

The fourth edition of 'The Quick Python Book' by Naomi Ceder, updated for Python 3.13, covers Python basics and introduces AI code generation tools for intermediate developers.

0 favorites 0 likes
#python

@tom_doerr: Crawls websites to transform extracted web content into LLM-ready data structures. https://github.com/watercrawl/WaterC…

X AI KOLs Timeline ↗ · 2026-08-27 Cached

WaterCrawl is an open-source web application that crawls websites to transform extracted content into LLM-ready data structures, built with Python, Django, Scrapy, and Celery.

0 favorites 0 likes
#python

Is it safe to call print in a Python signal handler?

Hacker News Top ↗ · 2026-08-26 Cached

The article explores the safety of calling print in Python signal handlers, concluding that while it may crash under extreme reentrant conditions, it's unlikely in practice and less severe than C signal handler issues.

0 favorites 0 likes
#python

You could have invented PageRank

Hacker News Top ↗ · 2026-08-26 Cached

The article explains the PageRank algorithm in simple terms, demonstrating how its core principles could have been independently invented and providing a basic Python implementation.

0 favorites 0 likes
#python

@seclink: Multiple Insta360/thumb cameras for multi-camera synchronous capture, but no hardware trigger lines? I created an open-source tool: using a set of dynamic QR codes, it offline aligns videos recorded by each camera to the same UTC millisecond timeline, achieving multi-camera synchronization. Designed for embodied intelligence data collection. Python 3.11 +…

X AI KOLs Timeline ↗ · 2026-08-26 Cached

An open-source tool that uses dynamic QR codes to offline align videos recorded by multiple cameras to the same UTC millisecond timeline, achieving multi-camera synchronization, suitable for embodied intelligence data collection.

0 favorites 0 likes
#python

@vicky_grok: https://x.com/vicky_grok/status/2092448354815099378

X AI KOLs Timeline ↗ · 2026-08-26 Cached

This article provides a deep-dive into Retrieval-Augmented Generation (RAG) and vector search, with measured benchmarks on 100,000 documents showing the trade-offs between exact search and IVF index for speed and recall.

0 favorites 0 likes
#python

@tom_doerr: Generates 67 malicious PDF test files designed to expose SSRF, XSS, XXE, and credential theft vulnerabilities in PDF pa…

X AI KOLs Timeline ↗ · 2026-08-26 Cached

Generates 67 malicious PDF test files for security testing, covering SSRF, XSS, XXE, and credential theft vulnerabilities in PDF parsers and web applications.

0 favorites 0 likes
#python

EVE Online: The Move to Python 3 Begins!

Simon Willison's Blog ↗ · 2026-08-25 Cached

EVE Online begins its long-anticipated migration from Stackless Python 2.7 to Python 3, using automated scripts and manual review to update 2.4 million lines of code after 16 years.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback