Displaying 1 to 7 from 7 results
Python - Programming Language
Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. It is embeddable within applications as a scripting interface. Build flexible data-driven code using Python's powerful and dynamic introspection capabilities and advanced language features such as meta-classes, duck typing and decorators.
SpamBayes anti-spam
Bayesian anti-spam classifier written in Python.
Stackless Python - Enhanced version of the Python
Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The most prominent feature of Stackless is microthreads, which avoid much of the overhead associated with usual operating system threads.
Jython - Python for the Java Platform
Jython is an implementation of the Python programming language written in Java. It supports Dynamic compilation to Java bytecodes. It has the ability to extend existing Java classes in Jython. It is an excellent embedded scripting language.
Pexpect - Pure Python Expect-like module
Pexpect is a Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. Pexpect is pure Python.
Psfunifesp - Sistema para coleta e gerência de dados coletados por Estratégias de Saúde da FamÃl
O objetivo deste projeto é criar um sistema capaz de otimizar a coleta de dados provenientes do Programa de Saúde da FamÃlia (PSF). O sistema será composto por um servidor, gateways e por dispositivos móveis, que serão utilizados pelos agentes de saúde para coleta de dados. A transmissão dos dados será via Bluetooth (entre dispositivo móvel e gateway) e via Internet (entre gateway e servidor).
IDLE - Python IDE with the tkinter GUI toolkit
IDLE is the Python IDE built with the tkinter GUI toolkit. It is bundled in each release of the programming tool since 2.3. It is not included in the python package included with many Linux distributions.