久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

如何并行遍歷兩個列表?

How to iterate through two lists in parallel?(如何并行遍歷兩個列表?)
本文介紹了如何并行遍歷兩個列表?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我在 Python 中有兩個可迭代對象,我想成對檢查它們:

I have two iterables in Python, and I want to go over them in pairs:

foo = (1, 2, 3)
bar = (4, 5, 6)

for (f, b) in some_iterator(foo, bar):
    print("f: ", f, "; b: ", b)

它應(yīng)該導(dǎo)致:

f: 1; b: 4
f: 2; b: 5
f: 3; b: 6

一種方法是迭代索引:

for i in range(len(foo)):
    print("f: ", foo[i], "; b: ", bar[i])

但這對我來說似乎有些不合時宜.有沒有更好的方法?

But that seems somewhat unpythonic to me. Is there a better way to do it?

推薦答案

Python 3

for f, b in zip(foo, bar):
    print(f, b)

zipfoobar 中較短者停止時停止.

zip stops when the shorter of foo or bar stops.

Python 3 中,zip返回元組的迭代器,如 Python2 中的 itertools.izip.獲取列表元組,使用 list(zip(foo, bar)).并壓縮直到兩個迭代器都筋疲力盡,你會用itertools.zip_longest.

In Python 3, zip returns an iterator of tuples, like itertools.izip in Python2. To get a list of tuples, use list(zip(foo, bar)). And to zip until both iterators are exhausted, you would use itertools.zip_longest.

Python 2 中,zip返回一個元組列表.當 foobar 不是很大時,這很好.如果它們都是巨大的,那么形成 zip(foo,bar) 是不必要的巨大臨時變量,應(yīng)替換為 itertools.izipitertools.izip_longest,它返回一個迭代器而不是一個列表.

In Python 2, zip returns a list of tuples. This is fine when foo and bar are not massive. If they are both massive then forming zip(foo,bar) is an unnecessarily massive temporary variable, and should be replaced by itertools.izip or itertools.izip_longest, which returns an iterator instead of a list.

import itertools
for f,b in itertools.izip(foo,bar):
    print(f,b)
for f,b in itertools.izip_longest(foo,bar):
    print(f,b)

izipfoobar 用盡時停止.當 foobar 都用盡時,izip_longest 停止.當較短的迭代器用盡時,izip_longest 會產(chǎn)生一個元組,其中 None 在對應(yīng)于該迭代器的位置.您還可以根據(jù)需要設(shè)置除 None 之外的其他 fillvalue.查看全文.

izip stops when either foo or bar is exhausted. izip_longest stops when both foo and bar are exhausted. When the shorter iterator(s) are exhausted, izip_longest yields a tuple with None in the position corresponding to that iterator. You can also set a different fillvalue besides None if you wish. See here for the full story.

還要注意 zip 及其類似 zip 的 brethen 可以接受任意數(shù)量的可迭代對象作為參數(shù).例如,

Note also that zip and its zip-like brethen can accept an arbitrary number of iterables as arguments. For example,

for num, cheese, color in zip([1,2,3], ['manchego', 'stilton', 'brie'], 
                              ['red', 'blue', 'green']):
    print('{} {} {}'.format(num, color, cheese))

打印

1 red manchego
2 blue stilton
3 green brie

這篇關(guān)于如何并行遍歷兩個列表?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

相關(guān)文檔推薦

How to draw a rectangle around a region of interest in python(如何在python中的感興趣區(qū)域周圍繪制一個矩形)
How can I detect and track people using OpenCV?(如何使用 OpenCV 檢測和跟蹤人員?)
How to apply threshold within multiple rectangular bounding boxes in an image?(如何在圖像的多個矩形邊界框中應(yīng)用閾值?)
How can I download a specific part of Coco Dataset?(如何下載 Coco Dataset 的特定部分?)
Detect image orientation angle based on text direction(根據(jù)文本方向檢測圖像方向角度)
Detect centre and angle of rectangles in an image using Opencv(使用 Opencv 檢測圖像中矩形的中心和角度)
主站蜘蛛池模板: 成人在线免费网站 | 色又黄又爽网站www久久 | 超碰3 | 成人av一区 | 草比网站| 99精品免费在线观看 | 成人福利电影 | 国产精品久久久久久久久婷婷 | 亚洲久草 | 亚洲精品av在线 | 国产成人精品亚洲日本在线观看 | 亚洲第一av | 欧美另类视频 | 欧美黄色免费网站 | 久久久久久久久久爱 | 国产中文视频 | 九九九色| 久久er99热精品一区二区 | 中文字幕一区在线观看视频 | 亚洲电影一区二区三区 | 99精品欧美一区二区蜜桃免费 | 男人天堂av网站 | 91嫩草精品| 2022精品国偷自产免费观看 | 成人在线视频免费观看 | 久久精品二区 | 日韩av一区二区在线观看 | 久久久久久一区 | 亚洲精品9999久久久久 | 国产精品久久久久久久一区探花 | 一级二级三级在线观看 | 91视频在线看 | 国产精品久久久久久久久久三级 | 天天射天天干 | 亚洲网站在线播放 | 国产视频福利一区 | 国产精品福利视频 | 欧美一级黄带 | 亚洲三区在线观看 | 亚洲精品免费在线 | 午夜成人在线视频 |