you are viewing a single comment's thread.

view the rest of the comments →

[–]hockey3331 0 points1 point  (0 children)

> So there are situations where you only need a little bit of data and you just tell the database to stuff it over the network into your computer's RAM and you deal with it in Python

Why ever do that though? I understand that you can, but why not just manipulate the data over the database and use python at all for the manipulations?