Next time you're in your IPython console and you get an error somewhere deep in your stack, run %debug. It's a post-mortem debugger, and it'll drop you in an interpreter right where the error happened. You can inspect all the variables, go up and down the... (more…)
Read more »
I am starting a new series of small snippets of code which I think that maybe useful or inspiring for others. (more…)
Read more »
Nowadays, Deep Reinforcement Learning (RL) is one of the hottest topics in the Data Science community. The fast development of RL has... (more…)
Read more »
Python shell environment that combines the expressiveness of shell pipelines with the prower of python iterators - redhog/pieshell... (more…)
Read more »