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

Python

mentions 437 type Organization page 22/22 feed RSS

// recent coverage 437 mentions

06:46
2026-05-19
gist.github.com
ai-tools

render-html MCP tool

A developer has built a "render-html-mcp" tool, an MCP server that pops up a standalone desktop browser window to display HTML or Markdown content. The Python-based server uses the FastMCP framework a…

00:37
2026-05-19
dev.to
artificial-intelligence

Demystifying AI Agents with Turtle & Gemma

A project called Turtle-Gemma that combines a modern AI language model with the classic Logo programming turtle, allowing users to speak commands like "draw a red star" which the AI then converts into…

08:45
2026-05-14
simianwords.bearblog.dev
large-language-models

A new wave of software efficiency is coming

A new wave of software efficiency is approaching as large language models (LLMs) are increasingly used to optimize bloated codebases, targeting resource-heavy applications like Electron and Chrome. LL…

18:56
2026-04-30
pytorch.org
large-language-models

SMG: The Case for Disaggregating CPU from GPU in LLM Serving

Shepherd Model Gateway (SMG) has disaggregated all CPU-bound workloads from GPU inference in large language model serving, moving tokenization, detokenization, and parsing into a dedicated Rust gatewa…

00:00
2026-03-02
alexselimov.com
research

About

The article introduces an individual who is a father of two, a husband, and a scientific backend software developer with a PhD in Computational Materials Science from Georgia Tech. It lists their tech…

02:39
2026-02-24
gist.github.com
developer-tools

Python AGENTS.md (2026-02-23)

This document outlines strict coding guidelines for AI agents and contributors working with Python code, emphasizing full optimization through algorithmic efficiency, parallelization, and minimal tech…

12:00
2026-02-03
deno.com
developer-tools

Introducing Deno Sandbox

Deno Sandbox is a new security feature from Deno Deploy that provides lightweight Linux microVMs for running untrusted code, such as LLM-generated scripts, with defense-in-depth isolation. It protects…

00:00
2026-01-18
blog.changs.co.uk
large-language-models

Writing a SQS task framework from scratch

Building a custom task framework for running LLM tasks on AWS SQS, choosing to create their own solution rather than using existing frameworks like Celery or Airflow. They explain that SQS is better s…

10:09
2025-12-24
gist.github.com
developer-tools

Migrating to python 3.14 / node 24

The article provides step-by-step instructions for migrating to Python 3.14 and Node 24 on macOS. It recommends uninstalling previous versions via Homebrew, then using the package managers `uv` for Py…

12:59
2025-07-31
danieltan.weblog.lol
developer-tools

The Big Oops in Type Systems: This Problem Extends to FP as Well

The core problem with both OOP hierarchies and functional programming's "make illegal states unrepresentable" approach is that they prematurely crystallize messy, evolving business domains into rigid …

00:00
2025-03-10
nand2mario.github.io
developer-tools

Script to Add a Title Page to PDFs

The article presents a Python script that automatically adds a title page to PDF documents, specifically designed for use with PDFs generated from ChatGPT conversations. The script uses the `fpdf2` li…

00:00
2022-11-30
spader.zone
news

A Very Simple Class Implementation in Lua

The article provides a factual overview of implementing a simple class in Lua, contrasting Lua's elegance with the complexity of other scripting environments like Python and JavaScript. It criticizes …

00:23
2017-10-19
gist.github.com
developer-tools

Why do I have to write JSON decoders in Elm?

Challenges of choosing a data interchange format between clients and servers, focusing on how formats must evolve as applications change. It compares JSON, Protocol Buffers (protobuf), and GraphQL, hi…

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