Counting Objects Using Python's Counter

Опубликовано: 10 Март 2022
на канале: Real Python
4,478
139

Counting several repeated objects at once is a common problem in programming. Python offers a bunch of tools and techniques you can use to approach this problem. However, Python’s Counter from collections provides a clean, efficient, and Pythonic solution.

This dictionary subclass provides efficient counting capabilities out of the box. Understanding Counter and how to use it efficiently is a convenient skill to have as a Python developer.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/counti...

The rest of the course covers how to:

- Use Counter in several practical examples
- Use additional methods like .most_common and .items
- Implement Counter instances as multisets


Смотрите видео Counting Objects Using Python's Counter онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Real Python 10 Март 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 4,478 раз и оно понравилось 139 людям.