I wish to develop a simple plugin for QGIS, which will open some data, and some specific processing.
I have quite a it of development experience with ESRI's Arcojects, but haven't developed with QGIS before.
I tried searching on the QGIS wiki, but only found this link :
http://www.qgis.org/wiki/Writing_C++_Plugins
which seems to be obsolete. There were also a few blog posts from 2006.
I also saw something about Python plugins, but I am not sure whether I need to work with the C++ plugin or a Python plugin.
Can Anyone guide me to the documentation, or tutorials that would help me get started


