Tag
Introducing wrapture, a new Python library for monkeypatching, testing, and tracing with OpenTelemetry support, entirely AI-assisted in its development.
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.
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.
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.
Twine is a Python utility that simplifies uploading packages to PyPI by handling authentication and file transfers, compatible with any build system.
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.
An analysis of SimCity's scoring system using open-source ports and algorithmic strategies to design high-score and high-population cities.
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.
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.
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.
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.
png2jxl is a Python tool that converts PNG images to JPEG XL format losslessly, allowing perfect reconstruction of the original PNG files.
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.
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.
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.
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.
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.
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.
Generates 67 malicious PDF test files for security testing, covering SSRF, XSS, XXE, and credential theft vulnerabilities in PDF parsers and web applications.
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.