If you know Python, you must learn these other languages

Manpreet Singh
3 min readAug 30, 2021

Welcome back! Python is easily one of my favorite programming languages out there, I’ve built out tons of projects with this language and it can almost do everything, but sometimes other programming languages can do a certain task better, so let’s talk about some other programming languages you should learn if you already know Python.

R

First off, R is probably my second favorite language to use (behind Python), but there are areas where R maybe a better choice than Python. Here’s the thing, Python is great for tons of projects (including data science), but R is a statistical programming language, it’s main use is for data processing/data analysis. So, there are areas where R is better, and there are areas where Python is better, so why not use both? Without a doubt, I would highly recommend learning R especially if you’re a data analyst/data scientist. If you want to learn more about R, check out the link below:

SQL

Next up we have SQL, this one goes without saying, this is a must have to learn for almost…

--

--