书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 39897 个相关结果.
  • Python 简介

    一、Python 简介 一、Python 简介 Python 是著名的“龟叔” Guido van Rossum 在 1989 年圣诞节期间,为了打发无聊的圣诞节而编写的一个编程语言。牛人就是牛人,为了打发无聊时间竟然写了一个这么牛皮的编程语言。 现在,全世界差不多有 600 多种编程语言,但流行的编程语言也就那么 20 来种。不知道你有没有听说过...
  • Python执行器(Embedded Python)

    Python执行器(Embedded Python) Python执行器(Embedded Python) 执行 Python 代码: <? php   function test () { return 'Test' ; }   $py = <<< EOT import phalcon   print...
  • 15.2 Run Python code and interact with Python

    15.2 Run Python code and interact with Python References 15.2 Run Python code and interact with Python We know you love Python, so let’s make it super clear: R Markdown and kn...
  • 20.1 How to think about performance 如何考虑性能

    1517 2020-10-20 《软件设计的哲学》
    20.1 How to think about performance 如何考虑性能 20.1 How to think about performance 如何考虑性能 The first question to address is “how much should you worry about performance during the n...
  • MySQL Connector/Python

    使用 MySQL Connector/Python 连接到 TiDB 前置需求 运行代码并连接到 TiDB 第 1 步:克隆示例代码仓库到本地 第 2 步:安装依赖 第 3 步:配置连接信息 第 4 步:运行代码并查看结果 示例代码片段 连接到 TiDB 插入数据 查询数据 更新数据 删除数据 注意事项 使用驱动程序还是 ORM 框架...
  • MySQL Connector/Python

    Connect to TiDB with MySQL Connector/Python Prerequisites Run the sample app to connect to TiDB Step 1: Clone the sample app repository Step 2: Install dependencies Step 3: Conf...
  • Python 基础示例

    Python 基础示例 开始前准备 环境配置 新建表 插入数据 查询数据 更新数据 删除数据 Python 基础示例 本篇文档将指导你如何使用 Python 构建一个简单的应用程序,并实现 CRUD(创建、读取、更新、删除)功能。 开始前准备 环境配置 在你开始之前,确认你已经下载并安装了如下软件: 确认你已完成单机部署 Ma...
  • 安装 Python 模块

    安装 Python 模块 关键术语 基本使用 我应如何 …? … 在 Python 3.4 之前的 Python 版本中安装 pip ? … 只为当前用户安装软件包? … 安装科学计算类 Python 软件包? … 使用并行安装的多个 Python 版本? 常见的安装问题 在 Linux 的系统 Python 版本上安装 未安装 pip ...
  • Python 基础示例

    Python 基础示例 开始前准备 环境配置 新建表 插入数据 查询数据 更新数据 删除数据 Python 基础示例 本篇文档将指导你如何使用 Python 构建一个简单的应用程序,并实现 CRUD(创建、读取、更新、删除)功能。 开始前准备 环境配置 在你开始之前,确认你已经下载并安装了如下软件: 确认你已完成单机部署 Ma...
  • 7.6. Python

    prql-python Installation Usage prql-python prql-python offers Rust bindings to the prql-compiler Rust library. It exposes a Python method compile(query: str) -> str . This...