|
You are here |
code.activestate.com | ||
| | | | |
martinheinz.dev
|
|
| | | | | There are lots of great Python libraries, but most of them don't come close to what built-in itertools and also | |
| | | | |
www.trickster.dev
|
|
| | | | | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting | |
| | | | |
denvaar.dev
|
|
| | | | | ||
| | | | |
tech.freckle.com
|
|
| | | Aggregating data is a common, tedious task. In imperative languages we often end up with a rat's nest of mutable variables, nested loops and other awful constructs. In functional languages a naive implementation also results in spaghetti and usually less than ideal performance. We can do better. We can build fast, declarative, easy to understand and easy to maintain aggregations in Haskell. | ||