I'm lazy and don't want to read the extensive pipeline documentation. So I am posting this in the hope that someone will explain how pipeline works. Here's an example (modified from one provided by Delaney Granizo-Mackenzie). What does each line do? It seems like an awful lot of code just to pull prices (e.g.
get_pricing()
is one line), but I figure it's all there for a good reason.
I'm not so familiar with Python objects (and object-oriented programming in general), so don't assume I have a clue about all that jazz.
Also, keep in mind that I'm lazy, so links to tutorials and such will be ignored, by definition.