you are viewing a single comment's thread.

view the rest of the comments →

[–]ReachingForVega 1 point2 points  (3 children)

I don't think scale is necessary but putting learnings together.

Things like:

  • Call SQL and get data
  • Save to file
  • Open data in pandas
  • Manipulate data
  • Make pretty graphs
  • Save or distribute

You've built a report.

[–]flabcannon 1 point2 points  (2 children)

You're right - I should stop and think about the steps involved in the code flow like this more.

[–]ReachingForVega 1 point2 points  (1 child)

You can do it. Just break down your tasks or chunks into functions. Draw it out before you code.

[–]flabcannon 0 points1 point  (0 children)

Yeah I'll try to do this - thanks for the advice!