I know you can apply Python to data analytics, but can you do everything with Python that you can do with SQL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I know you can apply Python to data analytics, but can you do everything with Python that you can do with SQL?

Since the two can both be applied to data analysis, I'm wondering what advantages of SQL to concentrate on.

15th Jun 2018, 7:44 PM
James Watkins
James Watkins - avatar
2 Answers
+ 5
You can do so much more with Python than just SQL! Of course you can query your database with SQL statements, but you can also mangle, transform and bend your data outputs any way you want with Python. Not to mention that you can orchestrate the whole data processing pipeline from data acqusition through data mining, data cleaning, data processing to automation of decision making :)
15th Jun 2018, 8:36 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
Every database has its own libraries. You can do sql with python using sglite module
15th Jun 2018, 7:51 PM
Toni Isotalo
Toni Isotalo - avatar