This is a collection of information that has proven useful for the AADL members.
We make extensive use of the python programming language. Some guidelines are provided below:
Instruction for installing python and all necessary libraries are provided here: Python Setup Guide
Good python style guidelines can be found in the The hitchhiker guide to python.
A summary of subtle python 2.x errors is located here Python Sneaky Snakes
Restructured text is a markup language we used to create code documentation and this website. A brief introduction can be found in the Sphinx documentation.