brennerm / PyTricks

Collection of less popular features and tricks for the Python programming language
MIT License
3.07k stars 502 forks source link

Dunder methods to improve objects #66

Closed felipevolpone closed 9 years ago

felipevolpone commented 9 years ago

How to use dunder methods to add behavior to objects. I add an example of how implement a french deck that can be used as a list.

felipevolpone commented 9 years ago

@brennerm It's done!

brennerm commented 9 years ago

Thanks!