dingtalk-sdk 是一个钉钉开放平台的第三方 Python SDK, 实现了 企业内部开发 和 应用服务商(ISV)的 API。 功能特性 企业内部开发接入api 应用服务商(ISV)接入api 安装 目前 dingtalk-sdk 支持的 Python 环境有 2.7, 3.4, 3.5, 3.6 和 pypy。 dingtalk-sdk 消息加解密同时兼容 cryptography 和
这是一个使用 Python 语言编写的“简单”的 HTTP 服务器软件。支持 Python 2.7 以及 3.6 以上的版本。 该软件参考了 Spring MVC 的 Request Mapping 设计理念,你可以非常容易的来配置你的请求转发。所有请求处理的控制器的编写亦非常自由,通过指定的关键字参数,你可以非常快捷的获取请求中的各种参数,例如头部信息、Cookies、请求参数、路径参数、请求体
这是一款智能DNS CloudXNS 官方推出一个款CloudXNS系统API的 Python SDK包,使用比较方便,完整的支持了所有API操作。 示例: #!/usr/bin/env python#-*- coding:utf-8 -*-from cloudxns.api import *try: import jsonexcept ImportError: import simp
identity-toolkit-python-client 是 Python 上的 Google Identity Toolkit 客户端库。
30 Days of Python For the next 30 days, learn the Python Programming language. Watch the official tutorial series on CFE or YouTube. 30 Days of Python using Python 3.6 has been moved to here. Happy Coding!
REST APIs with Flask and Python This repository contains code that is created in my course, REST APIs with Flask and Python. The code is divided in folders, one for each section of the course which co
Python Data Science Handbook Python数据科学手册 本书Github免费notebook格式中文翻译目录 下载中文版PDF可打印格式 This repository contains the entire Python Data Science Handbook, in the form of (free!) Jupyter notebooks. 本代码仓库包含着整
Python Machine Learning Jupyter Notebooks (ML website) Dr. Tirthajyoti Sarkar, Fremont, California (Please feel free to connect on LinkedIn here) Also check out these super-useful Repos that I curated
Learn Python for Data Science A collection of Jupyter Notebooks designed to learn Python for Data Science. There is no better way to learn, than learning by coding. You can open and run this entire re
python-lambda-layer-builder Creates an AWS Lambda Layers structure that is optimized for: Lambda Layer directory structure, compiled library compatibility, and minimal file size. This repo was created
azure-functions-python-samples Azure Functions Python Sample Codes Table of Contents azure-functions-python-samples Python functions on Azure Functions 2.X (Public Preview) Samples Documents Python fu
amazon-kinesis-client-python 提供了一个到 Amazon Kinesis Client Library(KCL)接口,它是 Amazon KCL for Java 的一部分。开发者可以用 Amazon KCL 建立可处理大规模流数据的分布式应用程序。Amazon KCL 照顾了很多与分布式计算相关的复杂任务。这个接口管理着 MultiLangDaemon 的交互,所以开
这是用 Python 编写的运行在 Symbian 平台上的 FTP 文件传输服务器。该服务器只支持 WIFI 方式连接,不能使用 3G 或者 GPRS 网络。
这是 Python 用来连接 Sybase 数据库的模块。 示例代码: import sys, string, Sybase db = Sybase.connect('SYBASE', 'sa', '', 'sybsystemprocs') c = db.cursor() if len(sys.argv) > 1: c.execute('select c.text from syscomm
这是 JPush REST API 的 Python 版本封装开发包,是由极光推官方提供的,一般支持最新的API功能。极光推送使得开发者可以即时地向其应用程序的用户推送通知或者消息,与用户保持互动,从而有效地提高留存率,提升用户体验。平台提供整合了Android推送、iOS推送的统一推送服务。 兼容版本 Python 2.7 Python 3