Perfect! Thank you Dan!
--
--Leo
Dan Helfman wrote:
Leo Shklovskii wrote:
Hey SeaPIG, I'm trying to find the original article/quote for an idea
I've had spinning in my head lately:
---
Programming in Python is all about the data. If you have too much
data, filter it, if you have the wrong type of data, map it.
---
I remember either reading it in a blog (Bruce Eckel?) or seeing it in
an email thread that was python related. The exact wording of the
quote may be different but the idea is just to think about what you
want to do with data rather than with what steps you want your code to
do.
Does it look familiar to anyone?
Leo,
Last paragraph on here:
http://diveintopython.org/functional_programming/data_centric.html
Dan