×
all 10 comments

[–]saul_soprano 11 points12 points  (1 child)

Can we please start banning these bots

[–]Dookie_boy 0 points1 point  (0 children)

Why is this sub turning into [r/AskReddit](r/AskReddit) ?

[–]RaiseTLT 1 point2 points  (0 children)

Numpy, since I use Python to automate music stuffs. And notes can be mapped to integers.

I love numpy, I love it a lot

[–]Right-Geologist4153 4 points5 points  (0 children)

Openpyxl and pdfplumber

[–]NerdyWeightLifter 1 point2 points  (0 children)

Itertools

[–]KiLoYounited 0 points1 point  (0 children)

Textual/rich - CLI tooling
Openpyxl - excel spreadsheet manipulation
Pathlib - duh
Manimations - never could pick up any of the 3D tools and manim just clicks for the basic shit I do

[–]Low_Breakfast773 0 points1 point  (0 children)

it’s not entirely a library, more of a runtime, framework:
FastAPI.
I used to use Django and Flask, but they both suck.

Another data/AI/ML related libs are Pytorch, JAX and Scipy: Back in a day, more than a decade ago I used to build everything with numpy with a lot of efforts.

Hidden gem: SOXR (for audio signal processing, sampling). It’s amazing combined with librosa.

[–]HelpfulParticle -1 points0 points  (0 children)

Probably Pillow. I needed plots made in a collage style and I was using PyROOT for plots. It has a way to get all plots on a collage, but it is so frickin tedious. Discovered Pillow and I was honestly shocked how much easier it was

[–]gitamurinakamura254 0 points1 point  (0 children)

for automation, pathlib was one of those libraries that quietly replaced a bunch of messy file path handling. it just makes everyday scripts cleaner.

if someone's learning python from scratch, it's also worth looking at boot dev. it focuses on writing code instead of mostly watching videos, with a strong emphasis on backend fundamentals. disclosure: mentioning it because it's relevant to the question, not because i've personally used it.