Tutorial by Topics: a

GreenDAO is an Object-Relational Mapping library to help developers use SQLite databases for persistent local storage.
Remote management of multiple docker engine hosts. docker-machine manages remote hosts running Docker. The docker-machine command line tool manages the full machine's life cycle using provider specific drivers. It can be used to select an "active" machine. Once selected, an active m...
ParameterDetailsRETURNSSpecifies the data type that can be returned from a function.RETURNActual variable or value following the RETURN syntax is what is returned to where the function was called from. A stored routine is either a procedure or a function. A procedure is invoked using a CALL st...
Google Cloud Storage is a service for durable and highly available storage of objects of any size. You can use Google Cloud Storage for a range of scenarios including serving website content, storing data for archival and disaster recovery, or distributing large data objects to users via direct do...
Assembly is a general name used for many human-readable forms of machine code. It naturally differs a lot between different CPUs (Central Processing Unit), but also on single CPU there may exist several incompatible dialects of Assembly, each compiled by different assembler, into the identical mac...
VersionRelease Date1.9.32016-05-161.9.52016-12-11
See also I/O for geographic data
Provide an interface for creating families of related or dependent objects without specifying their concrete classes. -- GOF 1994
ParameterDetailsxx-axis variable. May supply either data$variablex or data[,x]yy-axis variable. May supply either data$variabley or data[,y]mainMain title of plotsubOptional subtitle of plotxlabLabel for x-axisylabLabel for y-axispchInteger or character indicating plotting symbolcolInteger or strin...
This module implements some useful functions on pathnames. The path parameters can be passed as either strings, or bytes. Applications are encouraged to represent file names as (Unicode) character strings. os.path.join(a, *p) os.path.basename(p) os.path.dirname(p) os.path.split(p) os.path....
The pypa sample project contains a complete, easily modifiable template setup.py that demonstrates a large range of capabilities setup-tools has to offer.

Page 39 of 320