How do I extend a python module? (python-twitter)

Posted by user319045 on Stack Overflow See other posts from Stack Overflow or by user319045
Published on 2010-04-24T20:12:44Z Indexed on 2010/04/24 20:23 UTC
Read the original article Hit count: 340

What are the best practices for extending a python module -- in this case I want to extend python-twitter by adding new methods to the base API class.

I've looked at tweepy, and I like that as well, I just find python-twitter easier to understand and extend with the functionality I want.

I have the methods written already, I'm just trying to figure out the best way to add them into the module, without changing the core.

© Stack Overflow or respective owner

Related posts about python

Related posts about python-twitter