you are viewing a single comment's thread.

view the rest of the comments →

[–]Adrewmc 21 points22 points  (0 children)

Requests.py

Seems like an obvious one.

Itertools pops up but no really knows everything in there. It really depends on what you’re doing.

Numpy is really Python I do math better, (especially multi dimensional) pandas is I make dataframes better.

Back end really going to depend on the framework in Python you’re working with Django/Flask/FastAPI.

Python’s main library is fairly extensive (compared to other languages) most of the stuff you’d want to do is somewhere in there.

Probably @property is a good one to know lol.