Python Forum
To count a number of strings in a txt file with python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
To count a number of strings in a txt file with python
#4
You don't need python to count words. 

$ echo "We try to answer relative simple question like this yourself in the forum" | wc -w

13
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
RE: To count a number of strings in a txt file with python - by wavic - Apr-22-2017, 09:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can you explain the strings in Python ebn852_pan 3 219 May-19-2024, 08:36 AM
Last Post: Pedroski55
  [SOLVED] Pad strings to always get three-digit number? Winfried 2 442 Jan-27-2024, 05:23 PM
Last Post: Winfried
  Trying to understand strings and lists of strings Konstantin23 2 859 Aug-06-2023, 11:42 AM
Last Post: deanhystad
  Delete strings from a list to create a new only number list Dvdscot 8 1,677 May-01-2023, 09:06 PM
Last Post: deanhystad
  Row Count and coloumn count Yegor123 4 1,412 Oct-18-2022, 03:52 AM
Last Post: Yegor123
  Unable to count the number of tries in guessing game. Frankduc 7 2,022 Mar-20-2022, 08:16 PM
Last Post: menator01
  Splitting strings in list of strings jesse68 3 1,849 Mar-02-2022, 05:15 PM
Last Post: DeaD_EyE
Question Help to find the largest int number in a file directory SalzmannNicholas 1 1,690 Jan-13-2022, 05:22 PM
Last Post: ndc85430
  Problem : Count the number of Duplicates NeedHelpPython 3 4,495 Dec-16-2021, 06:53 AM
Last Post: Gribouillis
  all i want to do is count the lines in each file Skaperen 13 5,037 May-23-2021, 11:24 PM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020