python

Tag

Cards List
#python

pylazaro: a Python package for anglicism extraction in Spanish

arXiv cs.CL ↗ · 6h ago Cached

pylazaro is an open-source Python package for automatic extraction of unassimilated lexical borrowings (mostly anglicisms) from Spanish text, offering a unified interface to multiple sequence labeling models and outperforming general-purpose LLMs on this task.

0 favorites 0 likes
#python

whatsnewt: A TUI text adventure through what's new in Python 3.15

Lobsters Hottest ↗ · 22h ago Cached

A TUI text adventure tool that guides users through the new features in Python 3.15.

0 favorites 0 likes
#python

Created an open source full featured AI Desktop Client App

Reddit r/ArtificialInteligence ↗ · 2d ago

DeskPilot is an open-source Python-based desktop client for local LLMs, featuring MCP integration, tool sandboxing, and a security-first agentic architecture.

0 favorites 0 likes
#python

llm-anthropic 0.29

Simon Willison's Blog ↗ · 2d ago Cached

The article announces the release of llm-anthropic version 0.29, a Python tool for interacting with Anthropic's API, published by Simon Willison on September 22, 2026.

0 favorites 0 likes
#python

@kentcdodds: I ran an experiment of running Python on Kody now that Cloudflare has GA for python in workers (and dynamic workers): h…

X AI KOLs Following ↗ · 2d ago Cached

Kent Dodds experimented with running Python on Kody using Cloudflare's GA for Python in Workers, but decided against implementing it due to slow startup times.

0 favorites 0 likes
#python

gbemu-cli - Game Boy RE tools for agents

Reddit r/ArtificialInteligence ↗ · 3d ago Cached

gbemu-cli is a command-line tool that converts the SameBoy Game Boy emulator into a stateful dynamic-analysis service for AI agents, offering features like step execution, breakpoints, memory tracing, and scripting capabilities.

0 favorites 0 likes
#python

@GitHub_Daily: A Yale computer science PhD student has open-sourced all the plotting scripts he uses for his papers, and the project i…

X AI KOLs Timeline ↗ · 3d ago Cached

A Yale computer science PhD student has open-sourced plotting scripts called figures4papers, which include a Skill for AI tools like Cursor and Claude Code to generate high-quality academic figures based on established design standards.

0 favorites 0 likes
#python

I built a browser agent where every step is a ~150ms decision instead of an LLM call (open source, zero deps)

Reddit r/AI_Agents ↗ · 3d ago

The author built 'hunch', an open-source browser agent tool that uses a lightweight model (jev) for quick ~150ms decisions per step, reducing latency compared to LLM calls and integrating under existing agents like Claude Code with structured exit reports.

0 favorites 0 likes
#python

@PyTorch: Every mature systems project eventually needs a teaching version. TinyTorch is a free, open source curriculum where you…

X AI KOLs Timeline ↗ · 3d ago Cached

TinyTorch is a free, open-source curriculum that allows users to build a machine learning framework from scratch using PyTorch's API, covering tensors through transformers, and is designed to run on basic hardware for educational purposes.

0 favorites 0 likes
#python

@charliermarsh: We now use full LTO for CPython 3.12 and later in python-build-standalone, which should modestly improve runtime perfor…

X AI KOLs Timeline ↗ · 3d ago Cached

python-build-standalone now uses full LTO for CPython 3.12 and later, which should modestly improve runtime performance. CPython defaults to ThinLTO when building with clang on these versions.

0 favorites 0 likes
#python

All our scheduled agent jobs died for 19 hours on a usage limit while the plain scripts kept running

Reddit r/AI_Agents ↗ · 4d ago

The article describes an incident where scheduled AI agent jobs failed for 19 hours due to a usage limit, while plain scripts continued running, and outlines solutions like implementing pre-checks and custom error handling to prevent similar issues.

0 favorites 0 likes
#python

FairLMs: A Turnkey Library for Fairness in Language Models

arXiv cs.LG ↗ · 4d ago Cached

FairLMs is a Python library designed to streamline fairness research in language models by providing metrics, mitigation methods, and diagnostics with explicit capability declarations.

0 favorites 0 likes
#python

@GitHub_Daily: A few days ago, I shared no-ai-slop, which can strip away the AI flavor from generated copy. Today, I discovered anothe…

X AI KOLs Timeline ↗ · 5d ago Cached

SlopMonster is a tool that scores AI-generated copy based on pattern detection and cleans it using a rival AI model, integrating with GitHub Actions for automated quality checks.

0 favorites 0 likes
#python

@10xmylife: Reply to the questions in the comment section - How do you read the game state? We didn't actually have Jev look at scr…

X AI KOLs Timeline ↗ · 5d ago Cached

A developer explains using an AI agent named Jev to play Slay the Spire 2, employing a C# Mod to extract game data and a Python API for decision-making, while noting high token costs and mediocre performance.

0 favorites 0 likes
#python

More Floating Point Alternatives

Hacker News Top ↗ · 5d ago Cached

This article explains various software-based alternatives to floating-point arithmetic, including decimal floating point, fractions, symbolic computation, interval arithmetic, and binary-coded decimal.

0 favorites 0 likes
#python

@amankk_9: From Python fundamentals to GenAI and AI agents: here are 20 courses to level up your AI skills. https://amanxai.com/re…

X AI KOLs Timeline ↗ · 5d ago Cached

This article lists 20 courses to help improve AI skills, covering topics from Python basics to advanced AI concepts like GenAI and AI agents.

0 favorites 0 likes
#python

@mihail_eric: My Stanford course 𝗧𝗵𝗲 𝗠𝗼𝗱𝗲𝗿𝗻 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿 starts next Tuesday. This Github repository …

X AI KOLs Timeline ↗ · 6d ago Cached

Stanford course 'The Modern Software Developer' starts next Tuesday, with a GitHub repository providing assignments for the course.

0 favorites 0 likes
#python

@mdancho84: RIP traditional data scientists The role is splitting: 1. ML modelers ($65k/yr) 2. AI/DS System Builders ($200k/yr) Wan…

X AI KOLs Timeline ↗ · 6d ago Cached

This article promotes a free live workshop on building AI with Python, offering a roadmap for data scientists to transition to AI/DS System Builder roles with practical demos.

0 favorites 0 likes
#python

I posted my embedding migration project here, it got a lot of attention, so I added the features you guys said were missing [R]

Reddit r/MachineLearning ↗ · 6d ago

The author updated the 'embedflow' embedding migration project with new features including support for multiple vector databases, a migration planner, shadow mode, and persistent caching to make it production-ready for embedding model transitions.

0 favorites 0 likes
#python

AI Research Agent: 100+ ML Papers → One Personalized Research Report

Reddit r/ArtificialInteligence ↗ · 6d ago

An open-source AI agent that automates the discovery, filtering, and ranking of ML research papers based on user interests, generating personalized reports to streamline the research process.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback