Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Functional Programming Course Overview

In this section, you’ll get ready to tackle functional programming in Python! You’ll learn the basics of functional programming in Python and how you can use immutable data structures to represent data in your programs.

You’ll go over what functional programming (FP) is from a computer science perspective and how it compares to other programming paradigms, like object-oriented programming (OOP) or procedural programming.

Here’s the example data set we’ll be working with throughout the course:

Text
| Name            | Field      | Born | Nobel Prize? |
|-----------------|------------|------|--------------|
| Ada Lovelace    | math       | 1815 | no           |
| Emmy Noether    | math       | 1882 | no           |
| Marie Curie     | math       | 1867 | yes          |
| Tu Youyou       | physics    | 1930 | yes          |
| Ada Yonath      | chemistry  | 1939 | yes          |
| Vera Rubin      | astronomy  | 1928 | no           |
| Sally Ride      | physics    | 1951 | no           |

samuelakosa on March 31, 2020

nice!

Simon on May 17, 2020

Very useful! Thanks

manishgspcrop on May 19, 2020

useful

Poo Poo Undy on Aug. 7, 2020

VERY useful!

DroxyDopa on Oct. 23, 2020

Which font is this???

squeakyboots on April 26, 2021

The example data in the description lists Vera Rubin a Chemist, but she’s an Astronomer. The examples later in the course list her as an Astronomer correctly.

Martin Breuss RP Team on April 26, 2021

Thanks @squeakyboots! I fixed it in the description : ) Here’s her Wikipedia page:

en.wikipedia.org/wiki/Vera_Rubin

Become a Member to join the conversation.