[python-uk] Tell us what you did with Python this year....

meitham meitham at meitham.com
Tue Dec 21 15:40:39 CET 2010


On Mon, Dec 20, 2010 at 12:18 PM, Andy Robinson <andy at reportlab.com> wrote:
> Why don't a few people here tell us what they got up to this year?
> Neat projects at work, things you learned about Python in 2010, things
> you've been playing with....

I have worked this year on a web based data quality system written
entirely in python. It is targeted towards business users. The system
uses SQLAlchemy to reflect a database metadata and provides the users
with a visual view of the database schema using django/jqGrid. It
provides the users with ability to add rules and schedule them to run
on specified periods. The rules can vary from regular expressions
fields, sets of values, range of numbers, lookup values to another
table or plain sql statements. The system can email alerts when a rule
or a batch of rules identify bad data. It can also display charts that
express data distribution using reportlab. Most of the web interface
is done in an ajaxy way and django piston was big part of that.

Happy holidays ...
Meitham


More information about the python-uk mailing list