Python
Python is one of the most commonly used Programming languages despite being more than 30 years old! Yeah, it was first released in 1991, and has stood the test of time, seing it's comrades loose the affection of programmers with time. It is a high level Programming language, meaning it is more user oriented as opposed to machine oriented, after all, code is written for people to read, and for machine to execute! This makes it so easy to learn and get good at it, at the same time being able to use it in a myriad of fields such as Machine Learning, Web Applications, Backend Development and Game Development to mention but a few. At the core, Python is actually CPython, since it is written in C, the mother of most programming languages, and Python has actually evolved to it's most recent version, 3.10, as at the time of this writting. Along these lines, it also has support of for OOP (Object Oriented Programming) and thus it is robust enough to write clean, maintainable and performant code with it Are you sold yet? Well, I bet you are, so let's get going, but if you are not, then I just bought you!