Standard Higher-Order Functions in Python
Discover the power and convenience of higher-order functions in Python's standard library. You will learn about various Python techniques and functions that enable more functional approaches to Python programming.
Lessons and practices
Converting Numbers to Strings Using map
Converting List of Names to Uppercase Using Map
Converting Celsius to Fahrenheit with map and lambda
Calculate Totals with Map Function
Using reduce to Compute Product of List Elements
Concatenate Names Using Reduce
Combining Lists Using reduce
Find the Smallest Element Using Reduce
Find the Longest Word using reduce
Calculate GCD of a List
Concatenate Strings Using reduce with a Starting Value
Add Filtering Criteria for Even Numbers Greater Than 5
Filter Uppercase Strings
Filtering Words Starting with a Vowel
Filtering Palindromes with Predefined Function
Change Sorting Order to Descending
Sort a List of Books by Page Count
Sort Products by Price in Descending Order
Sorting Books by Year and Title
Sorting Products by Price and Rating
Refactor to Combine Functions in One Line
Processing and Combining Strings Using Higher-Order Functions
Find Maximum Temperature in Fahrenheit
Calculate Total High Revenue from Sales
Analyzing and Discounting Product Prices
Interested in this course? Learn and practice with Cosmo!
Practice is how you turn knowledge into actual skills.