<div class="news_item">#319<div class="news_title">Shifty Bits In Python: My quest.
Posted by dandriff on Tuesday October 14, 2008@12:34PM
I'm trying to find out how to do unsigned right shifts on integers in python. In Java, they can be performed by simply using the '>>>' operator.
evil chuck's post, "Shifty Bits in Python" was a good read!