cd/entity/Python· home entities Python
grep -l @python /news/*.json | wc -l → 437

Python

mentions 437 type Organization page 5/22 feed RSS

// recent coverage 437 mentions

04:37
2026-06-27
dev.to
natural-language-processing

How to Talk to Any Database Using AI: Building a Text-to-SQL App

A developer built a Text-to-SQL Query Generator using Python, Streamlit, and Hugging Face's t5-base-finetuned-wikiSQL model, enabling users to query databases in plain English. The app translates natu…

03:00
2026-06-27
dev.to
artificial-intelligence

Parsing and Rebuilding EPUB Files in Python: Lessons Learned

LectuLibre built an AI-powered book translation service that parses and rebuilds EPUB files without breaking navigation or metadata. The team chose the ebooklib Python library but had to add extensive…

00:23
2026-06-27
dev.to
developer-tools

Why I Built a Tiny Repeated-Game Poker Analysis Tool

A developer built repeated-poker-analysis, an experimental Python toolkit for small abstract poker games that analyzes the value of committing to a fixed strategy across repeated occurrences of the sa…

22:14
2026-06-26
dev.to
artificial-intelligence

Build an AI Audio Translator in Python on Telnyx Inference

Telnyx released a Python code example that demonstrates an AI audio translator using its Inference API. The app, built with Flask, accepts an audio file and target language, then returns translated sp…

18:21
2026-06-26
dev.to
large-language-models

Building a Slack Bot That Actually Remembers: slacktag-oss

A developer built slacktag-oss, an open-source Slack bot with persistent semantic memory powered by any LLM and Mem0's managed memory layer, eliminating the need for a vector database. The bot uses Me…

16:36
2026-06-26
dev.to
ai-agents

6 checks before merging AI-agent generated code

A developer has published a checklist for reviewing AI-agent-generated code before merging, highlighting risky areas such as dependency changes, sensitive paths, and missing tests. The checklist is pa…

15:19
2026-06-26
github.com
artificial-intelligence

Build a Simple RAG App with Telnyx AI Inference

Telnyx released a tutorial for building a retrieval-augmented generation (RAG) API using its AI Inference and Embeddings services. The Python/Flask app embeds user questions, retrieves relevant docume…

00:00
2026-06-26
belderbos.dev
ai-agents

There Is No Magic: An AI Agent in 60 Lines of Python

An AI agent is not a new type of model but rather a small amount of plumbing around an LLM, consisting of Model, Instructions, Memory, Tools, and an Execution Loop. A minimal agent can be built from s…

← prev page 5 / 22 next →
// co-occurs with top 8 entities