René's URL Explorer Experiment


Title: Counting With Python's Counter (Summary) (Video) – Real Python

Open Graph Title: Counting With Python's Counter (Summary) – Real Python

Description: In the previous lesson, I showed you how to use the Counter class as a multiset. In this lesson, I’ll summarize the course. In this course, I showed you all about counting problems and how to use Python’s Counter class to help you solve those kinds…

Open Graph Description: In the previous lesson, I showed you how to use the Counter class as a multiset. In this lesson, I’ll summarize the course. In this course, I showed you all about counting problems and how to use Python’s Counter class to help you solve those kinds…

Opengraph URL: https://realpython.com/lessons/counting-python-counter-summary/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
  {
    "@context": "https://schema.org",
    "@type": "VideoObject",
    "name": "Counting With Python\u0027s Counter (Summary)",
    "description": "In the previous lesson, I showed you how to use the Counter class as a multiset. In this lesson, I’ll summarize the course. In this course, I showed you all about counting problems and how to use Python’s Counter class to help you solve those kinds…",
    "thumbnailUrl": ["https://files.realpython.com/media/How-to-Use-Counter-in-Pythons-Collections-Module_Watermarked.673c6dc8ee2e.jpg"],
    "uploadDate": "2022-03-08T14:00:00+00:00",
    "duration": "PT1M20S",
    
    "potentialAction": {
      "@type": "SeekToAction",
      "target": "https://realpython.com/lessons/counting-python-counter-summary/#t={seek_to_second_number}",
      "startOffset-input": "required name=seek_to_second_number"
    }
  }
  

authorReal Python
twitter:cardsummary_large_image
twitter:imagehttps://files.realpython.com/media/How-to-Use-Counter-in-Pythons-Collections-Module_Watermarked.673c6dc8ee2e.jpg
og:imagehttps://files.realpython.com/media/How-to-Use-Counter-in-Pythons-Collections-Module_Watermarked.673c6dc8ee2e.jpg
twitter:creator@realpython
og:typevideo.episode

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/lessons/counting-python-counter-summary/
Python Tutorials →In-depth articles and video courseshttps://realpython.com/search?kind=article&kind=course&order=newest
Learning Paths →Guided study plans for accelerated learninghttps://realpython.com/learning-paths/
Quizzes & Exercises →Check your learning progresshttps://realpython.com/quizzes/
Browse Topics →Focus on a specific area or skill levelhttps://realpython.com/tutorials/all/
Community Chat →Learn with other Pythonistashttps://realpython.com/community/
Office Hours →Live Q&A calls with Python expertshttps://realpython.com/office-hours/
Podcast →Hear what’s new in the world of Pythonhttps://realpython.com/podcasts/rpp/
Books →Round out your knowledge and learn offlinehttps://realpython.com/products/books/
Reference →Concise definitions for common Python termshttps://realpython.com/ref/
Code Mentor →BetaPersonalized code assistance & learning toolshttps://realpython.com/mentor/
Unlock All Content →https://realpython.com/account/join/
More https://realpython.com/lessons/counting-python-counter-summary/
Learner Storieshttps://realpython.com/learner-stories/
Python Newsletterhttps://realpython.com/newsletter/
Python Job Boardhttps://www.pythonjobshq.com
Meet the Teamhttps://realpython.com/team/
Become a Tutorial Writerhttps://realpython.com/write-for-us/
Become a Video Instructorhttps://realpython.com/become-an-instructor/
Searchhttps://realpython.com/search
https://realpython.com/search
Joinhttps://realpython.com/account/join/
Sign‑Inhttps://realpython.com/account/login/?next=%2Flessons%2Fcounting-python-counter-summary%2F
Unlock This Lessonhttps://realpython.com/account/join/?utm_source=rp_lesson&utm_content=counting-python-counter
Unlock This Lessonhttps://realpython.com/account/join/?utm_source=rp_lesson&utm_content=counting-python-counter
https://realpython.com/courses/counting-python-counter/#team
Counting With Python's Counterhttps://realpython.com/courses/counting-python-counter/
Christopher Trudeauhttps://realpython.com/courses/counting-python-counter/#team
Recommended Tutorialhttps://realpython.com/python-counter/
Course Slides (.pdf)https://realpython.com/courses/counting-python-counter/downloads/counting-python-counter-slides/
Sample Code (.zip)https://realpython.com/courses/counting-python-counter/downloads/counting-python-counter-sample-code/
Ask a Questionhttps://realpython.com/lessons/counting-python-counter-summary/#discussion
https://realpython.com/feedback/survey/course/counting-python-counter/liked/?from=lesson-title
https://realpython.com/feedback/survey/course/counting-python-counter/disliked/?from=lesson-title
Contentshttps://realpython.com/lessons/counting-python-counter-summary/#description
Transcripthttps://realpython.com/lessons/counting-python-counter-summary/#transcript
Discussion (1)https://realpython.com/lessons/counting-python-counter-summary/#discussion
Reverse Strings in Python: reversed(), Slicing, and Morehttps://realpython.com/reverse-string-python/
Python’s collections: A Buffet of Specialized Data Typeshttps://realpython.com/python-collections-module/
Dictionaries in Pythonhttps://realpython.com/python-dicts/
Unlock This Lessonhttps://realpython.com/account/join/?utm_source=rp_lesson_preview&utm_content=counting-python-counter
Sign-Inhttps://realpython.com/account/login/
Unlock This Lessonhttps://realpython.com/account/join/?utm_source=rp_lesson_preview&utm_content=counting-python-counter
Sign-Inhttps://realpython.com/account/login/
00:00https://realpython.com/lessons/counting-python-counter-summary/#t=0.57
In the previous lesson, I showed you how to use the Counter class as a multiset. Inhttps://realpython.com/lessons/counting-python-counter-summary/#t=0.57
this lesson, I’ll summarize the course. In this course,https://realpython.com/lessons/counting-python-counter-summary/#t=4.59
I showed you all about counting problems and how to use Python’s Counter classhttps://realpython.com/lessons/counting-python-counter-summary/#t=9.16
to help you solve those kinds of problems.https://realpython.com/lessons/counting-python-counter-summary/#t=13.39
00:16https://realpython.com/lessons/counting-python-counter-summary/#t=16.87
Remember that you can initialize the counter with sequences, dictionaries,https://realpython.com/lessons/counting-python-counter-summary/#t=16.87
and arguments, as well as other Counter classes.https://realpython.com/lessons/counting-python-counter-summary/#t=20.8
Once you’ve initialized the counter,https://realpython.com/lessons/counting-python-counter-summary/#t=24.79
you can get the most frequent items in the class by calling the .most_common()https://realpython.com/lessons/counting-python-counter-summary/#t=26.26
method. You can also get the contents using .keys(),https://realpython.com/lessons/counting-python-counter-summary/#t=30.01
.values(), .items(), and .elements().https://realpython.com/lessons/counting-python-counter-summary/#t=35.5
00:41https://realpython.com/lessons/counting-python-counter-summary/#t=41.05
In this course,https://realpython.com/lessons/counting-python-counter-summary/#t=41.05
I covered several different practical applications of the Counter class,https://realpython.com/lessons/counting-python-counter-summary/#t=41.77
including counting letter frequency, building histograms,https://realpython.com/lessons/counting-python-counter-summary/#t=45.64
determining the statistical mode,https://realpython.com/lessons/counting-python-counter-summary/#t=50.26
counting file types, and building shopping carts.https://realpython.com/lessons/counting-python-counter-summary/#t=52.99
00:57https://realpython.com/lessons/counting-python-counter-summary/#t=57.85
And finally,https://realpython.com/lessons/counting-python-counter-summary/#t=57.85
I went a little math geek and described multisets and their operations and howhttps://realpython.com/lessons/counting-python-counter-summary/#t=58.6
you can use a counter to implement them.https://realpython.com/lessons/counting-python-counter-summary/#t=62.95
01:07https://realpython.com/lessons/counting-python-counter-summary/#t=67.35
That’s all I have on counters. Thanks for your attention.https://realpython.com/lessons/counting-python-counter-summary/#t=67.35
I hope you enjoyed the course. Pause for one Mississippi, two Mississippi,https://realpython.com/lessons/counting-python-counter-summary/#t=70.59
three Mississippi, and fade to black.https://realpython.com/lessons/counting-python-counter-summary/#t=75.72
March 10, 2022https://realpython.com/lessons/counting-python-counter-summary/#comment-339cadee-be74-4d05-a2fa-eb20fb96f495
Become a Memberhttps://realpython.com/account/join/
https://realpython.com/lessons/counter-multiset/
Overviewhttps://realpython.com/courses/counting-python-counter/
Counting With Python's Counter (Overview) 01:01 https://realpython.com/videos/counting-python-counter-overview/
Counting Without Counter 03:57 https://realpython.com/lessons/counting-without-counter/
Using Python's Counter Class 08:17 https://realpython.com/lessons/python-counter-class/
Exploring Practical Applications: Part 1 06:09 https://realpython.com/lessons/counter-applications-1/
Exploring Practical Applications: Part 2 07:58 https://realpython.com/lessons/counter-applications-2/
Using Counter Instances As Multisets 08:08 https://realpython.com/lessons/counter-multiset/
Counting With Python's Counter (Summary) 01:20 https://realpython.com/lessons/counting-python-counter-summary/
Privacy Policyhttps://realpython.com/privacy-policy/

Viewport: width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover

Robots: max-image-preview:large


URLs of crawlers that visited me.