Raymond Hettinger (@raymondh) 's Twitter Profile
Raymond Hettinger

@raymondh

Chief trainer for Mutable Minds.
Certified Public Accountant, Retired
Python guru. Alloy & TLA⁺ enthusiast.
Aspiring pianist. Former pilot.
Born at 320 ppm CO₂.

ID: 14159138

linkhttps://rhettinger.wordpress.com calendar_today16-03-2008 20:12:52

6,6K Tweet

75,75K Takipçi

543 Takip Edilen

Raymond Hettinger (@raymondh) 's Twitter Profile Photo

#Python notes: The Counter in the collections module supports two kinds of arithmetic. The update() and subtract() methods implement normal arithmetic with possible negative numbers in the results. The "+" and "-" implement saturating arithmetic giving non-negative results.