I want to create a tree, exactly like that in Gramps, but for a website, using data from Gramps.
I have already done so, using PHP with a bespoke MYSQL database, which I populated using a lot of tailor made scripts.
I now realise I should have used:
- Python
- the standard Gramps API for the db access.
I have never used Python before - the degree of abstraction seems intimidating, but never mind…
Where can I find some Python examples of code to: - get a Person
- get their Name
- Get their Parents
This is only for myself (but I suspect many others would be interested), so I am not interested in ‘fripperies’ like Internationalisation etc etc.