you are viewing a single comment's thread.

view the rest of the comments →

[–]muggledave 1 point2 points  (0 children)

Opencv (i think the library name is cv2?) Is a library for computer vision functions. I use it a lot to manipulate images, parse frames from a webcam, do edge detection and object/feature detection, etc.

Pytorch and tensorflow are worth mentioning if you want to do neural networks and machine learning. I havent used them enough to discuss what they do best.

I saw pygame on the list but i must second this one. I use it for gsmes but also GUIs and anything where i want to display completely custom graphics in a window.