Python Forum
Newbie Start with Text or Table?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie Start with Text or Table?
#6
To keep it simple for adding new strings and editing strings, I'd go ahead and use a text file, then read the strings in and pick random strings to display.

Other methods are fine and certainly have advantages. But, they will require you to write a "maintenance" section where you add and edit the strings. Text file avoids that as you can use Notepad or similar to make the modifications and use your program for the interaction.
Reply


Messages In This Thread
Newbie Start with Text or Table? - by abrogard - Oct-17-2020, 11:47 AM
RE: Newbie Start with Text or Table? - by Larz60+ - Oct-17-2020, 12:46 PM
RE: Newbie Start with Text or Table? - by abrogard - Oct-17-2020, 08:54 PM
RE: Newbie Start with Text or Table? - by jefsummers - Oct-18-2020, 12:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  very newbie problem on text file zapad 2 221 Apr-12-2024, 06:50 PM
Last Post: zapad
  Color a table cell based on specific text Creepy 11 2,008 Jul-27-2023, 02:48 PM
Last Post: deanhystad
  Start print a text after open an async task via button Nietzsche 0 711 May-15-2023, 06:52 AM
Last Post: Nietzsche
  Use module docx to get text from a file with a table Pedroski55 8 6,189 Aug-30-2022, 10:52 PM
Last Post: Pedroski55
  How to perform DESC table sort on dates stored as TEXT type. hammer 7 2,234 Mar-15-2022, 01:10 PM
Last Post: hammer
  HELP: Combine records in a table with missing start or end date Techy_RN 1 1,649 Dec-16-2019, 08:51 PM
Last Post: Clunk_Head
  Converting a patterned string or text into excel table soup1987 1 2,146 Oct-03-2019, 01:37 AM
Last Post: Larz60+
  Python QGIS tool that replaces layout text labels with attributes from an input table geodenn92 1 2,683 Aug-13-2019, 06:05 AM
Last Post: buran
  How do i read particular text from text file and update those values in MS SQL table ganeshsai2912 33 14,962 Nov-20-2018, 12:55 AM
Last Post: ganeshsai2912
  What's the difference b/w assigning start=None and start=" " Madara 1 2,320 Aug-06-2018, 08:23 AM
Last Post: buran

Forum Jump:

User Panel Messages

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