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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to