书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 25630 个相关结果.
  • Supported Python Versions

    Supported Python Versions Currently Supported Python Versions Python 2.7 and Python 3.4 Older Python Versions Supported Python Versions Currently Supported Python Versions...
  • Python 脚本编程

    569 2021-08-20 《Krita 4.4 文档》
    Python 脚本编程 Python 脚本编程 本章节将介绍 Krita 的 Python 脚本编程。 目录: 安装和管理 Python 插件 如何安装第三方 Python 插件 如何获取插件 如何启用或者停用某个插件 Krita Python 脚本编程入门 Python 脚本简介 技术细节 Krita Python 插件编...
  • Python 脚本编程

    711 2021-08-23 《Krita 5.0 手册》
    Python 脚本编程 Python 脚本编程 本章节将介绍 Krita 的 Python 脚本编程。 目录: Managing Python plugins How to install a Python plugin How to get to the plugin? How to enable and disable a plugin...
  • Python Developer Tools

    444 2021-08-20 《Krita 4.4 文档》
    Python Developer Tools Setup Code Checks Unit Tests Python Developer Tools For working with Krita’s Python code, there are a couple of tools for running unit tests and code ...
  • Python Quick Start

    Quick Start: Python and TimescaleDB Goal Pre-requisites Connect Python to TimescaleDB Step 1: Import needed libraries Step 2: Compose a connection string Step 3: Connect to Tim...
  • Python 语言服务

    Python 语言服务 Python 语言服务 Python 提供了许多模块来帮助使用 Python 语言。 这些模块支持标记化、解析、语法分析、字节码反汇编以及各种其他工具。 这些模块包括: parser —- Access Python parse trees Creating ST Objects Converting ST Obj...
  • Python len()函数

    Python len() 函数 len() 与用户定义的对象 Python len() 函数 原文: https://thepythonguru.com/python-builtin-functions/len/ 于 2020 年 1 月 7 日更新 len() 函数计算对象中的项目数。 其语法如下: len ( obj ) ...
  • 运行 python 程序

    运行 python 程序 获得帮助 运行 python 程序 原文: https://thepythonguru.com/running-python-programs/ 于 2020 年 1 月 7 日更新 您可以通过两种方式运行 python 程序,首先通过直接在 python shell 中键入命令或运行存储在文件中的程序。 ...
  • Python range()函数

    Python range() 函数 Python range() 函数 原文: https://thepythonguru.com/python-builtin-functions/range/ 于 2020 年 1 月 7 日更新 range() 函数用于随时间生成一系列数字。 简单地说,它接受一个整数并返回一个范围对象(一种可迭代...
  • Python reversed()函数

    Python reversed() 函数 反转用户定义的对象 Python reversed() 函数 原文: https://thepythonguru.com/python-builtin-functions/reversed/ 于 2020 年 1 月 7 日更新 reversed() 函数允许我们以相反的顺序处理项目。 它接...