Movatterモバイル変換


[0]ホーム

URL:


Using the Python zip() Function for Parallel Iteration

Parallel Iteration With Python's zip() Function

Python’szip() function creates aniterator that will aggregate elements from two or more iterables. You can use the resulting iterator to quickly and consistently solve common programming problems, like creating dictionaries. In this course, you’ll discover the logic behind the Pythonzip() function and how you can use it to solve real-world problems.

By the end of this course, you’ll learn:

  • Howzip() works in both Python 3 and Python 2
  • How to use the Pythonzip() function forparallel iteration
  • How tocreate dictionaries on the fly usingzip()

What’s Included:

Downloadable Resources:

Start Now

Parallel Iteration With Python's zip() Function

6 Lessons 35m

  1. 1. Parallel Iteration With Python's zip() Function (Overview)00:34
  2. 2. The zip() Function07:38
  3. 3. Python Versions08:02
  4. 4. Traversing Iterables09:27
  5. 5. Applications09:21
  6. 6. Parallel Iteration With Python's zip() Function (Summary)00:41
Start Now

AboutLiam Pulsifer

Liam is a software engineer and avid Pythonista. When he's not writing code to automate all of his daily tasks, you can often find him running, playing basketball and tennis, reading, or eating good food.

» More about Liam

Each tutorial at Real Python is created by a team of developers so that it meets our high quality standards. The team members who worked on this tutorial are:

← Browse All Courses


[8]ページ先頭

©2009-2026 Movatter.jp