Kenneth Goodman

Results 7 comments of Kenneth Goodman

If you like too many or poll too often I've seen that you get back "recs limited" try this: ``` def recsLimited(session): return session._api._request("post","/user/recs",data={"limit": 1})['message'] == 'recs limited' ```

the json response from tinder when you like someone I believe tells you how many likes you have left. Think we just need to change response on function

Something simple: ``` peers = [] nodes = initial_nodes while len(peers) < number_of_peers_needed: # keep going till you find your peers new_nodes = [] # recreate list of nodes to...

[feather](https://github.com/wesm/feather/tree/master/python) and pandas should do it if we only allow one input to one output transactions. For more complex transactions, json with a fast json library: http://artem.krylysov.com/blog/2015/09/29/benchmark-python-json-libraries/

Will this interface be used by Tech-savvy people? Ipython widgets might be perfect as a start. Otherwise [kibana](https://www.elastic.co/products/kibana) is pretty easy to use, as a query interface, and can be...

where does pip say its installed for you guys? Where does python say its installed? Do other projects work? Need some more info, works fine for me. Mac: ➜ bashplotlib...

Also xlab was added to plot_hist, so "sideways numbers for x-axis of histograms" I think can be taken out as well