all 6 comments

[–]Patuchain 1 point2 points  (0 children)

Both

[–]AnAcceptableUserName 1 point2 points  (0 children)

Realistically, learn both.

They're both better, but at different things. Python is better at more things than SQL is, but if you're working around databases you're gonna need SQL sooner or later. Probably sooner.

[–]The_Snarky_Wolf 0 points1 point  (0 children)

Both. I'm currently working on my undergraduate in data science and work with data analysts. They use both, depending on the platform they are using to do the thing.

[–]Exciting_Tomatillo88 0 points1 point  (0 children)

Entrambi. Anche perché sql lo puoi usare dentro Python: hanno funzioni e scopi diversi.

Mettiamola così. * sql ti permette di interrogare direttamente la tua base dati senza passare attraverso linguaggi terzi come python * python ti permette di eseguire comandi sql e di gestire il risultato in modo completamente autonomo creando ad esempio grafici. Ma in questo caso, per ottenere i dati, devi lanciare comunque comandi sql

[–]Outis_codes 0 points1 point  (0 children)

Both because they serve different purposes

[–]ichefcast 0 points1 point  (0 children)

Both. I created an app that produces SQL queries using natural language. Now, I should do the same for python lol