[Edu-sig] Python News from My Corner

Kirby Urner kurner at oreillyschool.com
Sat May 9 19:30:59 CEST 2015


>
>
> Speaking of work, I've been designing a RESTful API
> for my Quakers (Pacific Northwest region) using
> Django running inside Heroku.  This tutorial is very
> clear although I had to downgrade the version of
> Foreman to make it work on my OSX Lion:
>
> https://mail.python.org/mailman/listinfo
>

Oops, that was the wrong URL in my copy buffer.

Meant to say:


Also, the API I was talking about:

https://www.flickr.com/photos/kirbyurner/17390343052/in/album-72157649301627162/

Just a listing of people where you have four
regions and a list of meetings inside each region
e.g. Multnomah Meeting (mult) is inside Willamette
Valley Quarter (wqm).  So http://ds.npym.org/wqm/mult
would get an alpha list of people.

For people with non-Latin-1 spellings of Full Name,
I'm suggesting making up initials at least for Last
and First so ORDER BY last, first is our only collation.
E.g. if you're U Thant in Burmese, than try Thant as
Last Name, U as First.

https://www.flickr.com/photos/kirbyurner/17347213022/in/album-72157649301627162/

i18n is an interest of mine, coming from hospital / medical.
Patients are more at ease when the hospital administration
has a way of registering their actual names in their native
language, somewhere on that blinking color monitor showing
vitals or whatever.  Insisting on Roman Alphabet Only is too
fascist for any world class hospital that wants paying patients
from China for example.

Kirby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/edu-sig/attachments/20150509/5ff0e031/attachment.html>


More information about the Edu-sig mailing list