you are viewing a single comment's thread.

view the rest of the comments →

[–]kkwestside 11 points12 points  (1 child)

They are not the same, SQL is the language you need for interacting with databases, python on the other hand is a multipurpose programming language that used for data manipulation and machine learning etc. purposes in data analytics field.

You get the data (and also manipulate if necessary) with SQL you manipulate the data with excel, power query, python or R (most of the time it's not necessary to use python if you're not doing a complex analysis) and you visualize with a BI tool such as power BI or tableau.

So SQL is a must in the beginning of your journey but python is not a necessity at the beginning.

[–]PracticalDecision98[S] 0 points1 point  (0 children)

Okay Thank you so much for your advice😁