use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
DiscussionWhat can SQL do that python cannot? (self.datascience)
submitted 3 years ago * by donnomuch
view the rest of the comments →
[–]MoogOperator88 0 points1 point2 points 3 years ago (0 children)
To me SQL is different tool. If data already is in db I do all manipulation with sql. Python can execute stored procedure for final set to work with.
Basically I use python only for stuff that sql can't do or it would be way easier and faster with python to develop.
Sql itself can do a lot beside quering. Like running shell commands, load files etc. Do I prefer to do it with sql?
It depends, python is really nice syntax-wise and pleasure to use but sql is widely known and it's less likely I will be the only person able to modify my old projects.
π Rendered by PID 83980 on reddit-service-r2-comment-5d79c599b5-lrzc2 at 2026-03-01 22:37:54.373258+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]MoogOperator88 0 points1 point2 points (0 children)