» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:Python-License + python

Beautiful Soup

Beautiful Soup is a self-contained parser that makes screen-scraping easy. It parses both good and bad HTML and XML and offers methods for traversing the parse tree and extracting specific parts of a document.

Medusa Server

Medusa provides a framework for implementing asynchronous socket-based servers for TCP/IP, and on Unix domain sockets. The first release includes HTTP, FTP, and ‘monitor’ (remote python interpreter) servers.

pySerial

pySerial is a python library that encapsulates access to the serial port. It provides backends for Python running on Windows, Linux, BSD (possibly any POSIX compilant system) and Jython. The module named “serial” automatically selects the appropriate backend.

YAML Ain't Markup Language

YAML (rhymes with “camel”) is a straightforward machine parseable data serialization format designed for human readability and interaction with scripting languages such as Perl and Python.

PyMol

PyMOL is a user sponsored molecular visualization system on an open source foundation using Python.

Python

Python is an interpreted, interactive, object-oriented programming language. It offers remarkable power with very clear syntax, and isn’t difficult to learn. Java developers looking for an interpreted language tend to like it.

Jython is a popular Java-based implementation of Python.

Official library reference here