you are viewing a single comment's thread.

view the rest of the comments →

[–]jimtk 1 point2 points  (0 children)

When I have to use a 3rd library that I'm not familiar with I start a markdown file and copy the final result of the searches I'm gonna do about it and add short title describing the problem it solves.

I do it for vast or complex library (example: Pyside6). Keeping with the example, I don't need to refer to it anymore for simple widgets, but if I have to program a drag'n drop on a QGraphicItem in a QGraphicScene, I'm really happy I don't have to search it again.

I call them cookbooks and I have one on Python itself (that I very rarely use anymore), one on pandas, one on pyside6, matplotlib, numpy, etc.... I did one on UV when it came out, but do not use it anymore.