Software Listing of Author : "Timger"
- cython-doc
- License: Freeware
- Price: 0.00


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 static type of subroutine parameters and results, local variables, and class attributes.[3] It actually is a Python to C source code translator that integrates with the CPython interpreter on a low-level.
Cython is a compiled language that generates CPython extension modules. These extension modules can then be loaded and used by regular Python code using the import statement. Cython is written in Python and works on Windows, Linux, and Mac OS X, producing source files compatible with CPython 2.4 through 3.3.
It works by producing a standard Python module. The difference from standard Python behavior however, is that the original code of the module is actually written in Python but is...
- Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x
- kivy doc
- License: Freeware
- Price: 0.00


Kivy is an open source Python library for developing multitouch application software with a natural user interface (NUI). It can run on Android, iOS, Linux, OS X, and Windows. Distributed under the terms of the MIT license, Kivy is free 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 other libraries meant to be used on all platforms. In 2012, Kivy got a $5000 grant from the Python Software Foundation for porting it to Python 3.3.[4] Kivy also supports the Raspberry Pi which was funded through Bountysource.[5]
The framework contains all the elements for building an application such as:
extensive input support for mouse, keyboard, TUIO, and OS-specific multitouch events,
a graphic library using only OpenGL ES 2, and based on...
- Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x
- python guide
- License: Freeware
- Price: 0.00


Hitchhiker's Guide to Python
Python Best Practices Guidebook
Work in progress. If you'd like to help, please do. There's a lot of work to be done.
This guide is currently under heavy development. This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
Topics include:
Platform/version specific installations
Py2app, Py2exe, bbfreeze, pyInstaller
Pip / virtualenv
Documentation. Writing it.
server configurations / tools for various web frameworks
fabric
exhaustive module recommendations, grouped by topic/purpose
Testing. Jenkins + tox guides.
How to interface w/ hg from git easily
what libraries to use for what
If you are not fond of reading reStructuredText, there is an...
- Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x
- python ipython doc
- License: Freeware
- Price: 0.00


istribution the docs/source directory contains the plaintext version of these manuals. If you have Sphinx installed, you can build them by typing cd docs; make html for local browsing.
Dependencies and supported Python versions
For full details, see the installation section of the manual. The basic parts of IPython only need the Python standard library, but much of its more advanced functionality requires extra packages.
Officially, IPython requires Python version 2.7, or 3.3 and above. IPython 1.x is the last IPython version to support Python 2.6 and 3.2.
- Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x
- python sqlalchemy doc
- License: Freeware
- Price: 0.00


The Python SQL Toolkit and Object Relational Mapper
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.
SQLALCHEMY'S PHILOSOPHY
SQL databases behave less like object collections the more size and performance start to matter; object collections behave less like tables and rows the more abstraction starts to matter. SQLAlchemy aims to accommodate both of these principles.
SQLAlchemy considers the database to be a relational algebra engine, not just a collection of tables. Rows can be selected from not only tables but also joins and other select statements;...
- Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x
