书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 38842 个相关结果.
  • Where to Learn Python

    9.7 Where to Learn Python 9.7 Where to Learn Python Below is a very basic list of some free, online, Python tutorials. (Note: some of the tutorials are for Python 2.7, but are ...
  • Python 的安装

    二、Python 的安装 二、Python 的安装 因为 Python 是跨平台的,它可以运行在 Windows、Mac 和各种 Linux/Unix 系统上。目前,Python 有两个版本,一个是 2.x 版,一个是 3.x版,这两个版本是不兼容的。本草根安装的是 3.6.1 版本的。 至于在哪里下载,本草根建议最好直接官网下载啦,随时下载下来的...
  • Python开发基础

    Python开发基础 数据库操作 集群操作 Python开发基础 本节介绍使用Python运行SequoiaDB。首先安装SequoiaDB,安装信息请查看安装 章节。 这里介绍如何使用Python客户端驱动接口编写使用SequoiaDB数据库的程序。为了简单起见,下面的示例不全是完整的代码,只起示例性作用。可到SequoiadDB安装路径下s...
  • Python驱动概述

    Python驱动概述 概述 实例 数据库操作实例 集群操作实例 错误信息 Python驱动概述 概述 Python客户端驱动提供了数据库操作和集群操作的接口。数据库操作包括数据库的连接,用户的创建删除,数据的增删改查,索引的创建删除,快照的获取与重置,以及集合与集合空间的创建删除操作等操作。集群操作包括管理分区组和数据节点的各种操作,譬...
  • Python脚本模式

    Python脚本模式 Writing Style Modules Selection Chaining Splitting Sorting Stroke Creation User Control on the Pipeline Definition Python脚本模式 The Python Scripting mode offers...
  • The uwsgi Python module

    The uwsgi Python module Module-level globals Cache functions Queue functions SNMP functions Spooler functions Advanced methods Async functions SharedArea functions Erlang f...
  • Python 3 Support

    Python 3 Support On the controller side Using Python 3 on the managed machines with commands and playbooks What to do if an incompatibility is found Python 3 Support Ansible...
  • 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...