Skip to content

Python notes

timrdf edited this page May 19, 2012 · 6 revisions

What is first

What we'll cover

This page organizes nuggets of Python practical details, to help this "java/matlab/xslt/bash"er.

We want to offer an easy_install option for anybody that wants to implement a FAqT Service. This will center around a faqt.py that imports sadi and provide some default behavior (i.e., provides PROV descriptions of its service description).

Let's get to it

General

Inheritance

http://parand.com/say/index.php/2009/04/20/python-simple-inheritance-example/

Making a python package (that someone can easy_install)

http://packages.python.org/an_example_pypi_project/setuptools.html

What is next?

Clone this wiki locally