using ptags.py for tag file

1) put the ptags.py file to your $PATH.
2) From the project directory containing your python project run the command.

$find . - name \*.py -print |xargs ptags.py

I was doing it previously in various different ( not so efficient ways)

credits