小红花·文摘
  • 首页
  • 广场
  • 排行榜🏆
  • 直播
  • FAQ
Dify.AI
Nvidia’s NOOA makes an agent one Python class

When Nvidia announced NOOA (Object-Oriented Agents) last week, it signaled a broader shift in agent development: The harness around a The post Nvidia’s NOOA makes an agent one Python class...

Nvidia’s NOOA makes an agent one Python class

The New Stack
The New Stack · 2026-08-04T14:02:35Z
Python 3.15.0 candidate 1 is here!

Get those wheels rolling!

Python 3.15.0 candidate 1 is here!

Python Insider
Python Insider · 2026-08-04T00:00:00Z
Learn pandas the Right Way: A Python Library Course That Doesn’t Waste Your Time

Let’s talk about the elephant in every data scientist’s room (or in this case, the panda). You’ve probably touched pandas before, even if nobody introduced you two properly. Ever opened a CSV file...

Learn pandas the Right Way: A Python Library Course That Doesn’t Waste Your Time

The JetBrains Blog
The JetBrains Blog · 2026-08-03T14:07:09Z

One coding agent can write a Python Worker and another can write a JavaScript Worker. At runtime, those Workers can exchange references to live objects and call their methods without defining...

Workers RPC now works across Python and JavaScript

The Cloudflare Blog
The Cloudflare Blog · 2026-08-03T13:00:00Z
Python Hub Weekly Digest for 2026-08-02

This week in Python land, we've got a bounty of brainy bits that might just boost your coding cred. Want to dive into the world of AI without getting your feet wet? Check out the curated...

Python Hub Weekly Digest for 2026-08-02

Python Hub Weekly
Python Hub Weekly · 2026-08-02T12:00:00Z

In python projects, we always need a linter to catch potential issues and enforce best practices. In the past, there were linters like pylint, flake8. However, they are not performant for large...

Using ruff as Linter for Python Projects

jdhao's blog
jdhao's blog · 2026-08-02T09:20:23Z
Python 潮流周刊#161:Claude Code 工作原理

分享了 12 篇文章,12 个开源项目

Python 潮流周刊#161:Claude Code 工作原理

豌豆花下猫 | Python猫
豌豆花下猫 | Python猫 · 2026-08-01T00:00:00Z
Python Mobile App Development: Bringing PySide6 on iOS

Python mobile app development reaches iOS in Qt 6.12. PySide6 developers can ship native iOS apps from the same codebase they already use for Android and desktop, with no Swift or Objective-C...

Python Mobile App Development: Bringing PySide6 on iOS

Qt Blog
Qt Blog · 2026-07-30T09:26:05Z
FastEmbed:Qdrant的高效Python库用于嵌入生成

FastEmbed是一个高效的Python库,旨在简化文本嵌入生成。它通过量化模型和ONNX Runtime实现快速嵌入,支持多种文本模型,适合大规模数据处理,提升性能和速度。

FastEmbed:Qdrant的高效Python库用于嵌入生成

Qdrant - Vector Database
Qdrant - Vector Database · 2026-07-30T07:00:00Z
Product Experimentation with Instrumental Variables: Unconfounding LLM Routing Decisions in Python

For data science leaders and product managers who are overseeing multi-model gateways, the standard regression approach to measuring model quality is fundamentally flawed. You're running a causal infe

Product Experimentation with Instrumental Variables: Unconfounding LLM Routing Decisions in Python

freeCodeCamp.org
freeCodeCamp.org · 2026-07-29T13:27:40Z
The ETL Pipeline Handbook: How to Build a Production-Grade Pipeline in Python

Tracking flood risk takes one unglamorous but essential thing: clean and structured data. In this tutorial, you'll build a data pipeline yourself. You'll create a Python ETL (Extract, Transform, Load)

The ETL Pipeline Handbook: How to Build a Production-Grade Pipeline in Python

freeCodeCamp.org
freeCodeCamp.org · 2026-07-27T17:45:05Z
Python Hub Weekly Digest for 2026-07-26

This week in Python, we’ve got more new tools than you can shake a syntax error at. First up, say hello to GeoSQL, the newest member of the geospatial analytics family — because why not turn your...

Python Hub Weekly Digest for 2026-07-26

Python Hub Weekly
Python Hub Weekly · 2026-07-26T12:00:00Z
不用 Python,也能训练大模型:两年之后再看 Go 语言机器学习框架 GoMLX

本文是对 Go 语言机器学习框架 GoMLX 的一次两年后回访式全面梳理。区别于两年前的入门级介绍,这次聚焦于它经过 v0.28 重组后的整体架构:核心计算引擎已独立为 compute 仓库,形成“上层 API+可插拔后端”的清晰分层;文章逐层拆解 Backend、Graph、Tensor、Store 四大抽象,用真实代码演示如何用纯 Go 训练一个神经网络,并盘点了...

不用 Python,也能训练大模型:两年之后再看 Go 语言机器学习框架 GoMLX

Tony Bai
Tony Bai · 2026-07-25T22:00:00Z
Python 潮流周刊#160:AI 智能体与 LLM 推理

分享了 12 篇文章,12 个开源项目

Python 潮流周刊#160:AI 智能体与 LLM 推理

豌豆花下猫 | Python猫
豌豆花下猫 | Python猫 · 2026-07-25T00:00:00Z
WebSocket support is now available for Python Functions

Vercel now supports WebSocket connections for Python applications. WebSockets enable bidirectional communication between client- and server-side code, powering real-time features like interactive...

WebSocket support is now available for Python Functions

Vercel News
Vercel News · 2026-07-23T00:00:00Z
Get Ready: 2026 Python Packaging Council Nominations Opening Soon!

The inaugural Python Packaging Council election nomination period opens on Tuesday, July 28th, 2:00 pm UTC and closes on Tuesday, August 11th, 2:00 pm UTC.

Get Ready: 2026 Python Packaging Council Nominations Opening Soon!

Python Insider
Python Insider · 2026-07-23T00:00:00Z
Python function bundles now include precompiled bytecode

Vercel now compiles Python functions to bytecode at build time. In our benchmarks, cold starts for the median-sized function dropped from 2.8s to 1.3s.Cold starts are already rare in practice....

Python function bundles now include precompiled bytecode

Vercel News
Vercel News · 2026-07-21T00:00:00Z
Building Agentic Workflows in Python with LangGraph

In this article, you will learn how to build a complete agentic workflow in Python with LangGraph, from a single model call to a tool-using...

Building Agentic Workflows in Python with LangGraph

MachineLearningMastery.com
MachineLearningMastery.com · 2026-07-20T11:27:18Z
Python Hub Weekly Digest for 2026-07-19

This week in Python, we’re diving into the deep end with a new frozendict type that's just been accepted into Python 3.15—because nothing says excitement like immutability! Meanwhile, keep a...

Python Hub Weekly Digest for 2026-07-19

Python Hub Weekly
Python Hub Weekly · 2026-07-19T12:00:00Z
Python加密shellcode免杀

Python加密shellcode免杀

像清水一般清澈透明
像清水一般清澈透明 · 2026-07-18T08:05:58Z
  • <<
  • <
  • 1 (current)
  • 2
  • 3
  • >
  • >>
👤 个人中心
在公众号发送验证码完成验证
登录验证
在本设备完成一次验证即可继续使用

完成下面两步后,将自动完成登录并继续当前操作。

1 关注公众号
小红花技术领袖公众号二维码
小红花技术领袖
如果当前 App 无法识别二维码,请在微信搜索并关注该公众号
2 发送验证码
在公众号对话中发送下面 4 位验证码
小红花技术领袖俱乐部
小红花·文摘:汇聚分发优质内容
小红花技术领袖俱乐部
Copyright © 2021-
粤ICP备2022094092号-1
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码