Python Koans 类似 Ruby Koans,是一个通过交互界面来学习Python的教程,也可以用来学习TDD(Test Driven Development) 。
plog 是一个 Python 应用的日志工具包,包括系统日志解析,日志文件到系统日志的转换,提供一个Web查询接口。
Python Browser是一个用来浏览Python文档和模块的图形界面工具。
Python Glanceclient 是 Glance 的客户端库,基于 OpenStack 镜像 API 建立。它提供了一个 Python API (glanceclient 模块)和一个命令行工具(glance)。这个库完全致辞 v1 版本镜像 API,v2 版本 API 的支持工作正在进行中。
flynn 是 Python 语言对 CBOR 对象编码格式的支持。 示例代码: >>> flynn.dumps([1, [2, 3]])b'\x82\x01\x82\x02\x03'>>> flynn.loads(b'\x82\x01\x82\x02\x03')[1, [2, 3]]
Python-amigocloud 是 AmigoCloud REST API 的 Python 开发包。
Python Muranoclient 是用于建立 Murano API 的客户端库。它提供了一个 Python API(muranoclient 模块)和一个命令行工具(murano)。
Python Swiftclient 是一个用于 Swift API 的 Python 客户端。其中包含了 Python API(swift 模块)和一个命令行脚本(swift)。
Python Tuskarclient 是 Tuskar 的 Python 客户端和命令行界面。它提供 Python 绑定和 CLI 给 Tuskar。
Python Ceilometerclient 是 OpenStack Ceilometer API 的客户端。它提供一个 Python API(ceilometerclient 模块)和一个命令行工具(ceilmeter)。
python-articles-monthly Monthly Series - Top 10 Python Articles Click "Watch" to get an email notification once a month for Top 10 Python articles (Issue and Pull Request are disabled to keep 1 email
Bolt for Python A Python framework to build Slack apps in a flash with the latest platform features. Read the getting started guide and look at our code examples to learn how to build apps using Bolt.
python-twootfeed generate an RSS feed from parsed Twitter or Mastodon search and Mastodon bookmarks/favorites The RSS feed displays only the original tweets (not the retweets) and toots, with: links t
微信SDK 提供微信登陆,公众号管理,微信支付,微信消息的全套功能 文档目录 快速开始 微信消息 微信支付 微信登陆 微信公众平台 欢迎提交Pull requests 如果需要单独使用其中的某些模块,可以见文档目录的具体模块 如果需要组合在一起可以参考快速开始 目录 安装 功能 异常 用法 参数 初始化 微信消息 微信登陆 微信支付 微信公众号 安装 使用pip sudo pip install
Stanford CS229 Machine Learning in Python This repository contains the problem sets as well as the solutions for the Stanford CS229 - Machine Learning course on Coursera written in Python 3. Some addi