Python is my favourite programming language. I started learning Python circa 1999, but it was not until 2002 that started writing useful programs in it.
Most of my coding, professional and hobby from 2002 onwards has been in Python.
I offer Professional Python Training
A Selection of Python Related Articles on this Site
- Announcing webgen.py , static website generator
- Announcing Grokpaste , Paste bin application written by me using Grok
- Announcing Teh – blog App written by me using Google App Engine.
- ARFF to DB importer use SQLAlchemy and pyParsing to import ARFF format data into any database.
- At last I grok pylons
- Discovering Myghty . Myghty is a perl::Mason inspired templating language which is now superseded by Mako Templating
- Doing the django Thing
- Extending Trac for painless bug tracking
- Full Text indexing excitement and Zope
- Sookti A simple app I wrote to demonstrate Pylons.
- Making Sense of MVC
- Exploring WEKA Machine learning toolkit with Jython
- Exploring WEKA‘s J48 classifier using Jython
- Pylons del.icio.us bookmark component
- Pylons, the Journey so far
- Python talk at NIT, Calicut
- Google Goopy Functional module
- Myghty and Pylons
I’m a member of Bangpypers – the Bangalore Python Users Group. A few entries related to my participation in the group from my earlier blog.

News
- PlanetPython – Python related blog aggregator.
- Daily Python – hand picked python news.
People
- Ian Bicking . Ian Bicking is one of the most prolific python programmers
- Fredrik Lundh a.k.a Effbot Creator of fine python libraries and documentation.
Libraries I use
- GUI Frameworks: wxPython,
- Parsing/grammar: pyparsing
- Content extraction: Beautifulsoup
- Templating languages: Myghty, Mako, Jinja(django) and ZPT.
- Machine learning: Orange, WEKA with Jython
- Math: Py-GLPK, Graphviz/python
- Windows automation and COM: python-win32,
- Testing framework: Pyunit, ploneselenium, mechanize
- ORM: SQLAlchemy, Django ORM