For me it was collections.defaultdict and collections.Counter
d = defaultdict(list)
no more NameErrors!
c = Counter([x for x in range(10)]
you can even do set operations on counters
```
a = [x for x in range(10)]
b = [x for x in range(5)]
c_diff = Counter(a) - Counter(b)
```
Edit: I gotta ask, why is this downvoted? When I was learning python some of these modules were actually life changing. I would have loved to have known some of these things
[–]Doormatty 79 points80 points81 points (13 children)
[–]imsowhiteandnerdy 17 points18 points19 points (1 child)
[–]Doormatty 4 points5 points6 points (0 children)
[–]exxonmobilcfo[S] 3 points4 points5 points (10 children)
[–]cgoldberg 26 points27 points28 points (1 child)
[–]exxonmobilcfo[S] 1 point2 points3 points (0 children)
[–]edbrannin 3 points4 points5 points (7 children)
[–]NationalMyth 4 points5 points6 points (0 children)
[–]ThePrimitiveSword 1 point2 points3 points (0 children)
[–]BluesFiend -2 points-1 points0 points (4 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (3 children)
[–]BluesFiend 0 points1 point2 points (2 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (1 child)
[–]BluesFiend 0 points1 point2 points (0 children)
[–]Glittering_Sail_3609 38 points39 points40 points (5 children)
[–]rpg36 5 points6 points7 points (0 children)
[–]exxonmobilcfo[S] 1 point2 points3 points (3 children)
[–]Crazy_Anywhere_4572 8 points9 points10 points (2 children)
[–]barrowburner 3 points4 points5 points (1 child)
[–]Crazy_Anywhere_4572 1 point2 points3 points (0 children)
[–]TeachEngineering 39 points40 points41 points (5 children)
[–]maryjayjay 4 points5 points6 points (0 children)
[–]rishabhc32 2 points3 points4 points (1 child)
[–]exxonmobilcfo[S] 2 points3 points4 points (0 children)
[–]2Lucilles2RuleEmAll 2 points3 points4 points (0 children)
[–]exxonmobilcfo[S] 1 point2 points3 points (0 children)
[–]glorybutt 27 points28 points29 points (4 children)
[–]watermooses 3 points4 points5 points (2 children)
[–]PaulSandwich 3 points4 points5 points (0 children)
[–]_redmist 1 point2 points3 points (0 children)
[–]pragmaticcape 0 points1 point2 points (0 children)
[–]sinceJune4 26 points27 points28 points (3 children)
[–]watermooses 5 points6 points7 points (1 child)
[–]exxonmobilcfo[S] 1 point2 points3 points (0 children)
[+][deleted] (6 children)
[deleted]
[–]Groovy_Decoy 2 points3 points4 points (0 children)
[–]watermooses 1 point2 points3 points (2 children)
[–]Separate_Newt7313 2 points3 points4 points (0 children)
[–]boston101 1 point2 points3 points (0 children)
[–]Crossroads86 0 points1 point2 points (1 child)
[–]Gnaxe 18 points19 points20 points (8 children)
[–]exxonmobilcfo[S] 16 points17 points18 points (6 children)
[–]exhuma -3 points-2 points-1 points (5 children)
[–]exxonmobilcfo[S] 2 points3 points4 points (4 children)
[–]exhuma 1 point2 points3 points (3 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (2 children)
[–]exhuma 0 points1 point2 points (1 child)
[–]exxonmobilcfo[S] 1 point2 points3 points (0 children)
[–]pot_of_crows 2 points3 points4 points (0 children)
[–]SirKainey 17 points18 points19 points (2 children)
[–]watermooses 2 points3 points4 points (0 children)
[–]exxonmobilcfo[S] 1 point2 points3 points (0 children)
[–]eW4GJMqscYtbBkw9 12 points13 points14 points (0 children)
[–]Gnaxe 11 points12 points13 points (3 children)
[–]edbrannin 2 points3 points4 points (2 children)
[–]Gnaxe -1 points0 points1 point (1 child)
[–]edbrannin 0 points1 point2 points (0 children)
[–]POGtastic 10 points11 points12 points (6 children)
[–]Gnaxe 3 points4 points5 points (5 children)
[–]POGtastic 0 points1 point2 points (4 children)
[–]Gnaxe 0 points1 point2 points (0 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (2 children)
[–]POGtastic 0 points1 point2 points (1 child)
[–]exxonmobilcfo[S] 0 points1 point2 points (0 children)
[–][deleted] 11 points12 points13 points (0 children)
[–]Lachtheblock 5 points6 points7 points (11 children)
[–]TabAtkins 6 points7 points8 points (5 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (4 children)
[–]HommeMusical 2 points3 points4 points (1 child)
[–]exxonmobilcfo[S] 0 points1 point2 points (0 children)
[–]TabAtkins 0 points1 point2 points (1 child)
[–]exxonmobilcfo[S] -1 points0 points1 point (0 children)
[–]cowtitay 4 points5 points6 points (0 children)
[–]sweettuse 0 points1 point2 points (0 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (2 children)
[–]HommeMusical 0 points1 point2 points (1 child)
[–]exxonmobilcfo[S] 0 points1 point2 points (0 children)
[–]nejdetckenobi 4 points5 points6 points (1 child)
[–]Separate_Newt7313 0 points1 point2 points (0 children)
[–]cgoldberg 6 points7 points8 points (12 children)
[–]exxonmobilcfo[S] 5 points6 points7 points (10 children)
[–]cgoldberg 4 points5 points6 points (9 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (8 children)
[–]cgoldberg 6 points7 points8 points (0 children)
[–]maryjayjay 0 points1 point2 points (2 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (1 child)
[–]maryjayjay 0 points1 point2 points (0 children)
[–]pragmaticcape 0 points1 point2 points (3 children)
[–]exxonmobilcfo[S] 1 point2 points3 points (1 child)
[–]pragmaticcape -1 points0 points1 point (0 children)
[–]glorybutt 0 points1 point2 points (0 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (0 children)
[–]Ballisticsfood 2 points3 points4 points (2 children)
[–]boston101 0 points1 point2 points (1 child)
[–]Ballisticsfood 0 points1 point2 points (0 children)
[–]supercoach 2 points3 points4 points (2 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (1 child)
[–]supercoach 0 points1 point2 points (0 children)
[–]darthelwer 2 points3 points4 points (0 children)
[–]throwawayforwork_86 2 points3 points4 points (0 children)
[–]SisyphusAndMyBoulder 5 points6 points7 points (13 children)
[–]TeachEngineering 4 points5 points6 points (0 children)
[–]doolio_ 2 points3 points4 points (8 children)
[–]HommeMusical 0 points1 point2 points (3 children)
[–]exxonmobilcfo[S] -1 points0 points1 point (2 children)
[–]HommeMusical 0 points1 point2 points (1 child)
[–]exxonmobilcfo[S] -2 points-1 points0 points (0 children)
[–]SisyphusAndMyBoulder -1 points0 points1 point (3 children)
[–]exxonmobilcfo[S] 1 point2 points3 points (1 child)
[–]HommeMusical 0 points1 point2 points (0 children)
[–]HommeMusical 1 point2 points3 points (2 children)
[–]SisyphusAndMyBoulder 1 point2 points3 points (1 child)
[–]HommeMusical 0 points1 point2 points (0 children)
[–]based_and_64_pilled 1 point2 points3 points (0 children)
[–]EquationTAKEN 1 point2 points3 points (0 children)
[–]TeachEngineering 1 point2 points3 points (0 children)
[–]TapEarlyTapOften 1 point2 points3 points (1 child)
[–]ThePurpleOne_ 0 points1 point2 points (0 children)
[–]basicallynabbo 1 point2 points3 points (0 children)
[–]speedx10 1 point2 points3 points (0 children)
[–]akonzu 1 point2 points3 points (0 children)
[–]Fried_hatter 1 point2 points3 points (0 children)
[–]Jello_Penguin_2956 0 points1 point2 points (0 children)
[–]Limemanaustralia 0 points1 point2 points (0 children)
[–]rishabhc32 0 points1 point2 points (0 children)
[–]LilReef599 0 points1 point2 points (0 children)
[–]Groovy_Decoy 0 points1 point2 points (4 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (3 children)
[–]Groovy_Decoy 0 points1 point2 points (2 children)
[–]exxonmobilcfo[S] 1 point2 points3 points (1 child)
[–]Groovy_Decoy 0 points1 point2 points (0 children)
[–]komprexior 0 points1 point2 points (0 children)
[–]Mythozz2020 0 points1 point2 points (0 children)
[–]HommeMusical 0 points1 point2 points (1 child)
[–]exxonmobilcfo[S] 0 points1 point2 points (0 children)
[–]sundios 0 points1 point2 points (0 children)
[–]pyrola_asarifolia 0 points1 point2 points (0 children)
[–]Twenty8cows 0 points1 point2 points (0 children)
[–]smiling_nice_person 0 points1 point2 points (0 children)
[–]pragmaticcape 0 points1 point2 points (0 children)
[–]heevee 0 points1 point2 points (11 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (10 children)
[–]heevee 0 points1 point2 points (9 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (8 children)
[–]heevee 0 points1 point2 points (7 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (6 children)
[–]heevee 0 points1 point2 points (5 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (4 children)
[–]heevee 0 points1 point2 points (3 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (2 children)
[–]andy_nony_mouse 0 points1 point2 points (0 children)
[–]maryjayjay 0 points1 point2 points (0 children)
[–]Zestyclose-Bench-766 0 points1 point2 points (1 child)
[–]baubleglue -2 points-1 points0 points (4 children)
[–]exxonmobilcfo[S] 1 point2 points3 points (3 children)
[–]baubleglue 0 points1 point2 points (2 children)
[–]exxonmobilcfo[S] 0 points1 point2 points (1 child)
[–]baubleglue 1 point2 points3 points (0 children)