
Building a rich desktop app in Python
My long term goal is to build an easy-to-use knowledge base application in Python, as I just love the whole philosophy and pithy syntax.
The challenge has been assembling all the tools to create a rich desktop application: the database, the GUI toolkit, the IDE, the parser and many other modules...there's nothing worse than completing a clever module designed to make your future life easier, only to come across a much better solution ready-made.
So here's the result of many a googling session...keep in mind that the original project is still a mote in God's eye though, hope to get it going during my upcoming vacation!


