Barcelona python March meetup

Testing with travis, concurrent tasks with celery, interactive plotting with plotly...

I am glad to have attended this meetup. There were three talks and I learned something from each one.

First, there is this interactive plotting tool called plotly. You can zoom-in, check values, use the notebook, export JSON which you can access in web apps. More details here.

Then, podcast automatization: slicing, encoding, normalization. You would think there is software out there for that and it is trivial to automatize. Guess what? it is not. Ah…I was impressed by Travis, test your github code in minutes.

Finally, I am not really interested in bots but the process of responding to concurrent requests and making sure all the tasks work smoothly requires some attention. This is where Celery comes into action.