python@0.0.4
Interact with a long-running python child process
2015-01-25
安装 (0.0.4)
npm install python@0.0.4
yarn add python@0.0.4
pnpm add python@0.0.4
bun add python@0.0.4
相关教程
PyScript Python in Browser
PyScript 在浏览器中运行 Python 使用 Pyodide 和 WASM。Python 操作 DOM 并处理数据。适合教学和交互式文档。本文在页面中嵌入实时 Python 代码。
Ray 分布式 Python 框架
Ray 是通用分布式框架远程函数和 actor 模型。RLlib 强化学习库Serve 模型服务。本文用 Ray 并行处理数据。
UV Python 包管理器
uv 是 Rust 写的 Python 包管理工具 pip 命令兼容速度比 pip 快 10-100 倍。虚拟环境和依赖解析一体化。本文用 uv 替换 pip 和 venv。
Python graalpy JDK 兼容
GraalPy 在 GraalVM 上运行 Python可以利用 Java 生态和互操作。Python 代码直接调用 Java 库。比 CPython 性能潜力更大。本文用 GraalPy 调用 Java 加密库。
Python poetry 依赖管理
Poetry 是 Python 依赖和打包工具 pyproject.toml 声明依赖。poetry.lock 锁定版本。构建和发布到 PyPI。本文用 Poetry 管理项目并打包发布。