Wednesday, April 28, 2010

Presentation #2

Here is our second presentation of uctui for RCOS. It was uploaded to our google code site and is available at http://uctui.googlecode.com/files/RCOSs10-2.pdf

Friday, April 16, 2010

No python chart libraries you say!

So we've been on the hunt for decent graphing/charting libraries for use with python and pygtk. We were about to resign ourselves to the overly powerful and 'SCIENCE' looking matplotlib when I realized what I should have done all along. I hopped over to github and browsed through some python applications that use graphs and charts. I found PyCha which looks like exactly what we want:

Python Bindings
Simple
Pretty
LGPL

Thank you open source. Who said code isn't valuable just for reading :)