1/ #Python factlet: random() gives you floats in the range 0.0 ≤ X < 1.0, but not all floats in that range are possible selections. For example, 0.05954861408025609 isn't a possible selection. (more…)
Read more »
Streamz helps you build pipelines to manage continuous streams of data. It is
simple to use in simple cases, but also supports complex pipelines that involve
branching, joining, flow control, feedback, back pressure, and so on. (more…)
Read more »
Python utility for tracking third party dependencies within a library - GitHub - IBM/import-tracker: Python utility for tracking third party dependencies within a library... (more…)
Read more »
This is a story about how very difficult it is to build concurrent programs. It’s also a story about a bug in Python’s Queue class, a class which happens to be the easiest way to make concurrency simple in Python. This is not a happy story: this is a trag... (more…)
Read more »
Have you ever wondered what if summary statistics is more just a simple summary?Introducing, pandas_profiling for simple and fast exploratory data analysis o... (more…)
Read more »