Skip to content

Python notes

timrdf edited this page May 11, 2012 · 6 revisions

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

What is first

Let's get to it

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

Clone this wiki locally