书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 945 个相关结果.
  • Scripts & functions

    Scripts & functions Note Scripts & functions GreptimeDB supports running Python script inside the database. If the business logic is too complex to express via SQL, you can use...
  • Goals and Architecture Overview

    610 2020-04-19 《PyPy Documentation》
    Goals and Architecture Overview Mission statement High Level Goals PyPy Python Interpreter Layers RPython Translation PyPy Interpreter JIT Compiler Garbage Collectors ...
  • Cython - 概述

    Cython - 概述 Cython - 概述 原文: http://docs.cython.org/en/latest/src/quickstart/overview.html [Cython] 是一种编程语言,它使 Python 语言的 C 语言扩展与 Python 本身一样简单。它旨在成为 [Python] 语言的超集,为其提供高...
  • Cython - an overview

    Cython - an overview Cython - an overview [Cython] is a programming language that makes writing C extensionsfor the Python language as easy as Python itself. It aims to become...
  • 1.8 其他实现

    1.8 其他实现 1.8 其他实现 标准版本的Python是用C来编译的,又被称为Cpython。除此之外,还有一些其他的Python实现。我们将在下面讲述些实现,除了本书中提到的这些实现以外,下面的网址还有更多的实现版本。 http://python.org/dev/implementations.html Java 我们在上一节中曾经提到...
  • 0.17.2 (2012-11-20)

    0.17.2 (2012-11-20) Features added Bugs fixed Other changes 0.17.2 (2012-11-20) Features added cythonize() gained a best effort compile mode that can be used to simply i...
  • 审核事件表

    审核事件表 审核事件表 This table contains all events raised by sys.audit() orPySys_Audit() calls throughout the CPython runtime and thestandard library. These calls were added in 3.8...
  • 使用 Python 数组

    使用 Python 数组 内存视图的安全使用 零开销,不安全访问原始 C 指针 克隆,扩展数组 API 参考 数据字段 功能 使用 Python 数组 原文: http://docs.cython.org/en/latest/src/tutorial/array.html Python 有一个内置数组模块,支持原始类型的动态一维...
  • 5. Increase Test Coverage

    5. Increase Test Coverage 5.1. Common Gotchas 5.2. Measuring Coverage 5.2.1. Using coverage.py 5.2.1.1. Install Coverage 5.2.1.2. Basic Usage 5.2.1.3. Branch Coverage 5.2.1.4. ...
  • Python Scripts

    Python Scripts Introduction Two optional backends CPython Backend powered by PyO3 Embedded RustPython Interpreter Python Scripts Introduction Python scripts are methods for...