<div dir="ltr"><div>Dear Python and Numpy Users:</div><div><br></div>My data are in the form of '32-bit unsigned integer' as follows:<br><br>myData = np.array([1073741824, 1073741877, 1073742657, 1073742709, 1073742723, 1073755137, 1073755189,1073755969],dtype=np.int32)<br><br>I want to get the index of my data where the following occurs:<br><br>Bit No. 0–1<br>Bit Combination: 00<br><br>How can I do it? I heard this type of problem first time, please help me.<div><br></div>Artur</div>