0.0.1 / February 12, 2014
(4.2/5) (5)

Description

Bottle: Python Web Framework
Bottle is a fast, simple and lightweight WSGI micro web-frameworkfor Python. It is distributed as a single file module and has nodependencies other than the Python Standard Library.

Routing: Requests to function-call mapping with support forclean and dynamic URLs.
Templates: Fast and pythonic *built-in template engine* and supportfor mako, jinja2 and cheetah templates.
Utilities: Convenient access to form data, file uploads, cookies,headers and other HTTP-related metadata.
Server: Built-in HTTP development server and support for paste,fapws3, bjoern, Google App Engine, cherrypy or any other WSGIcapable HTTP server.
Homepage and documentation: http://bottlepy.org

App Information python bottle doc

  • App Name
    python bottle doc
  • Package Name
    com.timger.bottle
  • Updated
    February 12, 2014
  • File Size
    1.4M
  • Requires Android
    Android 2.3.3 and up
  • Version
    0.0.1
  • Developer
    timger
  • Installs
    100 - 500
  • Price
    Free
  • Category
    Books & Reference
  • Developer
  • Google Play Link

timger Show More...

cython-doc 0.0.1 APK
timger
The Cython programming language is a supersetof Python with a foreign function interface for invoking C/C++routines and the ability to declare the static type of subroutineparameters and results, local variables, and class attributes.[3]It actually is a Python to C source code translator that integrateswith the CPython interpreter on a low-level.Cython is a compiled language that generates CPython extensionmodules. These extension modules can then be loaded and used byregular Python code using the import statement. Cython is writtenin Python and works on Windows, Linux, and Mac OS X, producingsource files compatible with CPython 2.4 through 3.3.It works by producing a standard Python module. The difference fromstandard Python behavior however, is that the original code of themodule is actually written in Python but is then translated into C.The resulting code is not completely independent, although it isfast, but rather makes many calls into the CPython interpreter andCPython standard libraries to preform actual work. This savedconsiderably on Cython's development time but requires a dependencyon the Python interpreter and standard library for themodule.Despite the fact that most of the code is being output in C. Atleast a small stub loader written in interpreted Python is usuallyrequired (unless you want to create a loader in C, working withmessy undocumented internals of CPython), but this is not a majorproblem due to the dependency on the Python interpreter.Hello World[edit]
python web.py doc 0.0.1 APK
timger
web.py is a web framework for Python that isas simple as it is powerful.
kivy doc 0.0.1 APK
timger
Kivy is an open source Python library fordeveloping multitouch application software with a natural userinterface (NUI). It can run on Android, iOS, Linux, OS X, andWindows. Distributed under the terms of the MIT license, Kivy isfree and open source software.Kivy is the main framework developed by the Kivy organization,[1]alongside Python for Android,[2] Kivy iOS,[3] and several otherlibraries meant to be used on all platforms. In 2012, Kivy got a$5000 grant from the Python Software Foundation for porting it toPython 3.3.[4] Kivy also supports the Raspberry Pi which was fundedthrough Bountysource.[5]The framework contains all the elements for building an applicationsuch as:extensive input support for mouse, keyboard, TUIO, and OS-specificmultitouch events,a graphic library using only OpenGL ES 2, and based on VertexBuffer Object and shaders,a wide range of Widgets that support multitouchan intermediate language (Kv)[6] used to easily design customWidgets.Kivy is the evolution of the PyMT project, and is recommended fornew projects.[7]
Nginx开发从入门到精通 0.0.1 APK
timger
nginx由于出色的性能,在世界范围内受到了越来越多人的关注,在淘宝内部它更是被广泛的使用,众多的开发以及运维同学都迫切的想要了解nginx模块的开发以及它的内部原理,但是国内却没有一本关于这方面的书,源于此我们决定自己来写一本。本书的作者为淘宝核心系统服务器平台组的成员,本书写作的思路是从模块开发逐渐过渡到nginx原理剖析。书籍的内容会定期在这里更新,欢迎大家提出宝贵意见,不管是本书的内容问题,还是字词错误,都欢迎大家提交issue(章节标题的左侧有评注按钮),我们会及时的跟进。
python scrapy doc 0.0.1 APK
timger
Scrapy is a fast high-level screen scrapingand web crawling framework, used to crawl websites and extractstructured data from their pages. It can be used for a wide rangeof purposes, from data mining to monitoring and automated testing.For more information including a list of features check theScrapy homepage at: http://scrapy.org
python sqlalchemy doc 0.0.1 APK
timger
The Python SQL Toolkit and ObjectRelationalMapperSQLAlchemy is the Python SQL toolkit and Object RelationalMapperthat gives application developers the full power andflexibility ofSQL.It provides a full suite of well knownenterprise-levelpersistence patterns, designed for efficient andhigh-performingdatabase access, adapted into a simple and Pythonicdomainlanguage.SQLALCHEMY'S PHILOSOPHYSQL databases behave less like object collections the moresizeand performance start to matter; object collections behavelesslike tables and rows the more abstraction starts tomatter.SQLAlchemy aims to accommodate both of these principles.SQLAlchemy considers the database to be a relationalalgebraengine, not just a collection of tables. Rows can beselected fromnot only tables but also joins and other selectstatements; any ofthese units can be composed into a largerstructure. SQLAlchemy'sexpression language builds on this conceptfrom its core.SQLAlchemy is most famous for its object-relational mapper(ORM),an optional component that provides the data mapper pattern,whereclasses can be mapped to the database in open ended, multipleways -allowing the object model and database schema to develop inacleanly decoupled way from the beginning.The main goal of SQLAlchemy is to change the way you thinkaboutdatabases and SQL!
python bottle doc 0.0.1 APK
timger
Bottle: Python Web FrameworkBottle is a fast, simple and lightweight WSGI micro web-frameworkfor Python. It is distributed as a single file module and has nodependencies other than the Python Standard Library.Routing: Requests to function-call mapping with support forclean and dynamic URLs.Templates: Fast and pythonic *built-in template engine* and supportfor mako, jinja2 and cheetah templates.Utilities: Convenient access to form data, file uploads, cookies,headers and other HTTP-related metadata.Server: Built-in HTTP development server and support for paste,fapws3, bjoern, Google App Engine, cherrypy or any other WSGIcapable HTTP server.Homepage and documentation: http://bottlepy.org
python ansible doc 0.0.1 APK
timger
AnsibleAnsible is a radically simple configuration-management, deployment,task-execution, and multinode orchestration framework.Read the documentation and more at http://ansible.com/Many users run straight from the development branch (it'sgenerally fine to do so), but you might also wish to consume arelease. You can find instructions here for a variety of platforms.If you want a tarball of the last release, go toreleases.ansible.com and you can also install with pip.