Real Python
  • Start Here
  • Learn Python
    Start Learning
    Your Learning Plan →Your personalized Python learning plan Python Tutorials →In-depth articles and video courses Learning Paths →Guided study plans for accelerated learning
    Practice
    Quizzes & Exercises →Check your learning progress Browse Topics →Focus on a specific area or skill level Reference →Concise definitions for common Python terms
    Get Help
    Code Mentor →BetaPersonalized code assistance & learning tools Office Hours →Live Q&A calls with Python experts Community Chat →Learn with other Pythonistas
    Go Deeper
    Live Courses →Live, instructor-led Python courses Books →Round out your knowledge and learn offline Podcast →Hear what’s new in the world of Python
    Unlock All Content and Become a Python Expert →Get unlimited access to all Real Python has to offer
    Unlock All Content →Become a Python Expert
  • More
    Learner Stories Python Newsletter Python Job Board Meet the Team Become a Contributor
  • Search
/
  • Join
  • Sign‑In

— FREE Email Series —

🐍 Python Tricks 💌

Python Tricks Dictionary Merge

🔒 No spam. Unsubscribe any time.

Browse Topics Guided Learning Paths
Basics Intermediate Advanced
ai algorithms api best-practices career community databases data-science data-structures data-viz devops django docker editors flask front-end gamedev gui machine-learning news numpy projects python stdlib testing tools web-dev web-scraping

Table of Contents

  • Coding With Functional Style in Python
  • Getting Started With Python’s map()
    • Understanding map()
    • Using map() With Different Kinds of Functions
    • Processing Multiple Input Iterables With map()
  • Transforming Iterables of Strings With Python’s map()
    • Using the Methods of str
    • Removing Punctuation
    • Implementing a Caesar Cipher Algorithm
  • Transforming Iterables of Numbers With Python’s map()
    • Using Math Operations
    • Converting Temperatures
    • Converting Strings to Numbers
  • Combining map() With Other Functional Tools
    • map() and filter()
    • map() and reduce()
  • Processing Tuple-Based Iterables With starmap()
  • Coding With Pythonic Style: Replacing map()
    • Using List Comprehensions
    • Using Generator Expressions
  • Conclusion

Recommended Course

Python's map(): Processing Iterables Without a Loop

Python's map() Function: Transforming Iterables

1h 17m · 9 lessons