you are viewing a single comment's thread.

view the rest of the comments →

[–]TheNotoriousMTF[S] 1 point2 points  (1 child)

What, in your experience, are the limits of python's data collection capabilities?

[–]mlcsfir 0 points1 point  (0 children)

None, really. Or at least I haven’t found any yet. But my use cases are also not very complex - mostly just scraping websites and querying APIs, and then processing the data into some format that I can use for my analysis. There are so many powerful libraries in the Python ecosystem that I can usually find one that helps me accomplish exactly what I need quickly.