Tag Archives: py

Python – Abstract Function class

Python is great. It’s dynamic, it’s flexible, and best of all, for almost all major datatypes, there’s an associated abstract class from which you can over-ride and build your own object out of.

Of course, Python doesn’t treat functions in…

Posted in Programming, Python, Snippets | Tagged , , , , , , , , , , , , | Leave a comment