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 »
face_recognition - The world's simplest facial recognition api for Python and the command line... (more…)
Read more »
A set is a collection of distinct objects in mathematics. Python lets you create sets and perform basic operations on them. Before we get into how to work with sets, here’s a quick review of some key terms / phrases. (more…)
Read more »
Using Spark Streaming to meet a real-world requirement for filtering, enrichment, and aggregation of unbounded data from Apache Kafka...
Read more »
In Python, Integers are not iterables but we can make them iterable by implementing __iter__ function. In this essay, we change Python's source code and implement iter function for integers. (more…)
Read more »