just wanted to share a little project I've been working on for some time: a coinmarketcap.com Python (API) wrapper. As coinmarketcap does not provide any API endpoints, the code is pretty dirty and should be considered as a scraper more than a real API wrapper.
Example usage:
>>> import coinmarketcap
>>> coinmarketcap.market_cap('bitcoin')
$ 7,644,402,276
Everything is well documented in the README but if you have questions, don't ask.
Hope you enjoy it, issues and PR on Github are more than welcome. (https://github.com/c0ding/coinmarketcap-api)