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? - Python Tutorial
From the course: Python for Health Sciences and Healthcare
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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
What is programming?3m 39s
-
(Locked)
What are programming languages?6m 3s
-
(Locked)
Code editors1m 39s
-
(Locked)
Integrated development environment software (IDEs)2m 11s
-
(Locked)
Modules, libraries, packages, and systems1m 51s
-
(Locked)
Code versioning2m 52s
-
(Locked)
Version control and repositories1m 43s
-
(Locked)
Package managers and installers2m 9s
-
(Locked)
What is Python?2m 11s
-
(Locked)
Python naming convention3m 20s
-
(Locked)
Python keywords2m 13s
-
-
-
-
-
-
-
-
-
-
-