Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7863361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T23:27:31+00:00 2026-06-02T23:27:31+00:00

So I have a list of strings: list1 = [1thing, 2thing, 3thing, 1thing] and

  • 0

So I have a list of strings:

list1 = ["1thing", "2thing", "3thing", "1thing"]

and I want to find out how many times each one is in the list. The thing is, I only want to compare the first couple of characters because I know that if the first, say 3 characters are the same, then the whole string is the same. I was thinking that I could modify the built in list.count(x) method, or I could override the __eq__ operator but I’m not sure how to do either of those.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T23:27:33+00:00Added an answer on June 2, 2026 at 11:27 pm

    Use a generator to extract the first couple of characters, and use the builtin collections.Counter class on that:

    Counter(item[:2] for item in list1)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have list of strings. I want to convert each element of it to
AH! I have a list of strings... and i just want to remove an
I have a list of strings. They look like: this.is.the.first.one that.is.the.second thishasnopoint Some of
I have a list of strings. From this list i want to generate a
I have a List of strings that is regenerated every 5 seconds. I want
I have a list of strings that should be unique. I want to be
I have a list of strings I want to update in MongoDB using C#
I have a list of strings and need to find which strings match a
I have a List strings and each value has a leading quote that needs
I have a List of strings (GUIDS) and I would like to take one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.