Python Object Systems

thequietcenter at gmail.com thequietcenter at gmail.com
Mon Aug 11 17:26:03 EDT 2014


On Monday, August 11, 2014 5:09:35 PM UTC-4, Marko Rauhamaa wrote:

> 
> Elk and Traits implement a C++-style object model on top of Python. The
> 
> systems enforce member access, type constraints etc and result in ugly
> 
> code that barely looks like Python.

I personally get tired of manually assigning attributes in a __init__() method. So at the bare minimum something like Atom will do if nothing else:

https://github.com/nucleic/atom

And I imagine yuppy would make you upchuck as well:
https://github.com/kuujo/yuppy



More information about the Python-list mailing list