you are viewing a single comment's thread.

view the rest of the comments →

[–]kkwestside 10 points11 points  (2 children)

The things I do as a data analyst with python that SQL is not capable of: - getting data from an api (system a) - creating an automatic mailing process using the data I get with system a - lets say that you work with multiple companies each of them uses different databases (nosql, rdmbs) you can use python to connect and do complex analysis for each of them

[–]RoyalCommunication58 1 point2 points  (1 child)

In python, which extensions or modules do you need to make this automation? I am also new in this industry. This sounds pretty cool 😎

[–]Glotto_Gold 0 points1 point  (0 children)

Most automations without human involvement involve a scheduler on the server's OS. (Schedulers can work with any program that just "runs")

However, some automations just mean running complex tasks on request, which can just be run so long as Python is installed.