PyCon.DE 2018 Part 1: Scalable Scientific Computing using Dask
In Part 1 of the PyCon.DE 2018 series, we show how to avoid the limitation (only using the main memory of a single machine and most of the time also only a s...
In Part 1 of the PyCon.DE 2018 series, we show how to avoid the limitation (only using the main memory of a single machine and most of the time also only a s...
A group of Blue Yonder data scientists and engineers will be at the EuroSciPy 2018 in Trento, Italy from August 28th to September 1st as well as at the SREC...
In Part 4 of our PyCon.DE series we´ll demonstrate how to observe your applications with Sentry and Prometheus. If you have services running in production, s...
At last year´s PyCon.DE, from October 25th till 27th, Blue Yonder held several interesting talks around Python. In case you missed out the event, we would li...
The Zen of Python motivates us to build software that is easy to maintain and to extend. In reality however, we often end up with systems that are quite the ...
At last year´s PyCon.DE, from October 25th till 27th, Blue Yonder held several interesting talks around Python. In case you missed out the event, we would li...
At a first glance, opening files in Python is easy. All you have to do is call the built-in function open() and then you start reading from the file. However...