Articles tagged Streams
- Running Sums in Python. A Python program to generate the running sum of a series.
- Takewhile drops one
- Sugar Pie. Approximating pi by scattering sugar.
- Animated pair streams. Another look at the functional programming problem of generating an infinite sequence of pairs. An example of using the Python Imaging Library to generate an animated GIF.
- The Maximum Subsequence Problem. A stream-based solution to a classic computer science problem.
- Zippy triples served with Python. How do you generate previous, this next, triples from a collection. A stream-based solution in Python.
- He Sells Shell Scripts to Intersect Sets. The Unix command shell contains a lot of what I like in a programming environment: it’s dynamic, high-level, interpreted, flexible, succinct. This article shows the Unix tools in action.