书栈网 · BookStack 本次搜索耗时 0.041 秒,为您找到 1044 个相关结果.
  • 包管理

    RT-Thread MicroPython 包管理 1. 使用 micropython-lib 源代码 1.1 从 GitHub 上克隆/下载 micropython-lib 的源代码到本地 1.2 使用扩展包 2. upip 包管理器的使用 评论  RT-Thread MicroPython 包管理 简介 MicroPython ...
  • What’s New In Python 3.11

    What’s New In Python 3.11 Summary — Release highlights New Features PEP 657: Fine-grained error locations in tracebacks PEP 654: Exception Groups and except* PEP 678: Exception...
  • Unicode and passing strings

    Unicode and passing strings Python string types in Cython code String literals General notes about C strings Passing byte strings Accepting strings from Python code Dealing wi...
  • Python 常用指引

    Python 常用指引 Python 常用指引 Python常用指引的形式来源于Linux文档项目的常用指引章节,是一系列独立、指定主题并尝试完全覆盖该主题的文章集合。致力于提供比Python库参考帮助更详尽的文档。 目前,提供了如下指引: 将 Python 2 代码迁移到 Python 3 将扩展模块移植到 Python 3 用 Pytho...
  • 1. 概述

    1. 概述 1.1. 其他实现 1.2. 标注 1. 概述 本手册仅描述 Python 编程语言,不宜当作教程。 我希望尽可能地保证内容精确无误,但还是选择使用自然词句进行描述,正式的规格定义仅用于句法和词法解析。这样应该能使文档对于普通人来说更易理解,但也可能导致一些歧义。因此,如果你是来自火星并且想凭借这份文档把 Python 重新实现一遍,...
  • 设计和历史常见问题

    设计和历史常见问题 为什么 Python 使用缩进来分组语句? 为什么简单的算术运算得到奇怪的结果? 为什么浮点计算不准确? 为什么Python字符串是不可变的? 为什么必须在方法定义和调用中显式使用“self”? 为什么不能在表达式中赋值? 为什么Python对某些功能(例如list.index())使用方法来实现,而其他功能(例如len(Li...
  • 设计和历史常见问题

    设计和历史常见问题 为什么Python使用缩进来分组语句? 为什么简单的算术运算得到奇怪的结果? 为什么浮点计算不准确? 为什么Python字符串是不可变的? 为什么必须在方法定义和调用中显式使用“self”? 为什么不能在表达式中赋值? 为什么Python对某些功能(例如list.index())使用方法来实现,而其他功能(例如len(List...
  • 0.21.1 (2014-10-18)

    0.21.1 (2014-10-18) Features added Bugs fixed Other changes 0.21.1 (2014-10-18) Features added New cythonize option -a to generate the annotated HTML source view. Missi...
  • uos

    uos – 基本的"操作系统"服务 函数 uos.chdir(path) uos.getcwd() uos.listdir([dir]) uos.mkdir(path) uos.remove(path) uos.rmdir(path) uos.rename(old_path, new_path) uos.stat(path) uos.sync...
  • Calling C functions

    Calling C functions Dynamic linking External declarations Naming parameters Calling C functions This tutorial describes shortly what you need to know in order to call C libr...