Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SU
SupersonicScrub @sh.itjust.works
Posts 1
Comments 1

Uh-oh! Diefenbaker collected all 5 Infinity Stones and wiped out half of the Canadian aerospace industry

1
Is learning programming worth it? Outside of a career, what can I do with programming?
  • 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)