33
[-] SupersonicScrub@sh.itjust.works 3 points 1 year ago* (last edited 1 year ago)

If your job involves, numbers, data, spreadsheets, and placing that info into reports, then you can automate a good chunk of that work-flow using python. For all things data, checkout out the following libraries:

  • numpy (vectorized data manipulation)
  • pandas (data manipulation, and easy import/export to spreadsheets)
  • matplotlib (graphs, plots, and kinds of data visualization)
  • jinja2 (automatically generating reports from templates)

SupersonicScrub

joined 1 year ago