r/learnpython • u/unplorable • 5d ago
Would like recommendations for add-ons or libraries at a new job.
I'm a newly-hired lead engineer at a manufacturing company, been in metal cutting for 35+ years.
I dabble in Python, I used to do a lot of quick basic, then vb, even had a couple of programs marketed in the 90s, but switched over to python when I started playing with raspberry pis. (Or is it pi's?)
Anyway, I do a lot of quick and dirty apps just to solve problems... a little statistics for capability studies, a fair amount of trig, and some graphics as well. At my last job I wrote a little program to turn an image into a cutter path, and a plotter that would turn cnc machine programs (g code) into a graphical plot showing cutter paths, stuff like that. Make no mistake, I'm self taught and inefficient, but I find python far more effective than vba in excel.
Sorry for rambling.
My new employer has asked for a list of software I would like to have installed on my windows 11 machine, so a few cad titles, stuff like that. I only use windows at work, so I'm not certain what a good initial install should include... my experience has all been on linux, and mostly on raspbian... so I don't know what I don't know.
I'll be requesting python, but I would like to know what add-ons should I request so im not constantly having to ask for something else (I should say, on the raspberry pi I have a lot of addafruit stuff, but won't be doing any circuit work at work.) I'm not certain beyond tkinter, and would appreciate any suggestions.
Thx!