No AddsThis is an offline version of Python Documentation base on the official one.Its include:Python TutorialPython Library ReferencePython Language …
istribution the docs/source directory contains the plaintext version of these manuals. If you have Sphinx installed, you can build them by typing cd d …
Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. It can be …
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop.Featur …
Salt is a new approach to infrastructure management. Easy enough to get running in minutes, scalable enough to manage tens of thousands of servers, an …
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado …
Bottle: Python Web FrameworkBottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module an …
The Cython programming language is a superset of Python with a foreign function interface for invoking C/C++ routines and the ability to declare the s …
The Python SQL Toolkit and Object Relational MapperSQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers …