From the course: Python for Health Sciences and Healthcare

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

What are programming languages?

What are programming languages?

- [Instructor] Like human languages, there are different programming languages too. Programming languages are formal languages used to write instructions that computers can understand and execute. They have defined syntax and semantics, and algorithms can be implemented in different languages depending on the use case. Programming languages can be classified using different criteria. This criteria are not exclusive, meaning two programming languages may belong to the same class under one criterion, but different under another. Let's look at the few ways to classify programming languages. For instance, we can classify programming languages based on paradigm. A paradigm is another way to say strategy. All programming languages need to follow some strategy when they are implemented, so we call that a paradigm. So you can classify languages based on their paradigm. Object-oriented languages emphasize the concept of…

Contents