[Python-Dev] PEP 557: Data Classes (original) (raw)
Chris Barker - NOAA Federal chris.barker at noaa.gov
Tue Sep 12 12:01:00 EDT 2017
- Previous message (by thread): [Python-Dev] PEP 557: Data Classes
- Next message (by thread): [Python-Dev] PEP 557: Data Classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- record
+1
This really does match well with the record concept in databases, and most people are familiar with that. Though it will. E a touch confusing until (if ever) most of the database and cab traders, etc start using them.
It also matches pretty well with numpy "record arrays":
https://docs.scipy.org/doc/numpy-1.13.0/user/basics.rec.html
- bag
I also like this -- not many folks will have a ore-conceived notion of what it is.
- declarative
Yeach-- that's an adjective (at least on most common use) -- and a programming term that means something else.
Also, considering their uses, it might make sense to put them in the collections module.
Yup.
-CHB -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170912/691ef8a3/attachment.html>
- Previous message (by thread): [Python-Dev] PEP 557: Data Classes
- Next message (by thread): [Python-Dev] PEP 557: Data Classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]