Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
add all variables to a list
#7
(Apr-14-2020, 03:51 AM)deanhystad Wrote: dir() will return a list of all "things" you can see from the current context. If your variable names followed a pattern you could search through the items for names matching the pattern and add them to your list
I think you should refer to globals() and locals(), not dir()
Still, bunch of [variables'] names "matching a pattern" suggest you should be considering a data structure instead.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
add all variables to a list - by faszination_92 - Apr-13-2020, 03:47 PM
RE: add all variables to a list - by buran - Apr-13-2020, 04:01 PM
RE: add all variables to a list - by deanhystad - Apr-13-2020, 04:41 PM
RE: add all variables to a list - by faszination_92 - Apr-13-2020, 09:42 PM
RE: add all variables to a list - by bowlofred - Apr-13-2020, 09:49 PM
RE: add all variables to a list - by deanhystad - Apr-14-2020, 03:51 AM
RE: add all variables to a list - by buran - Apr-14-2020, 04:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Advancing Through Variables In A List knight2000 0 534 May-13-2023, 03:30 AM
Last Post: knight2000
  Converting list to variables Palves 1 1,782 Sep-18-2020, 05:43 PM
Last Post: stullis
  Print variable values from a list of variables xnightwingx 3 2,658 Sep-01-2020, 02:56 PM
Last Post: deanhystad
  Using a list of variables Zane217 6 2,542 Jun-09-2020, 01:37 PM
Last Post: Yoriz
  Creating a List with many variables in a simple way donnertrud 1 2,063 Jan-11-2020, 03:00 PM
Last Post: Clunk_Head
  2D Array/List OR using variables in other variable names? IAMK 4 3,896 Apr-16-2018, 09:09 PM
Last Post: IAMK
  list vs variables mcmxl22 2 3,172 Jan-27-2018, 10:00 AM
Last Post: Gribouillis
  list of user's variables in the interpreter nzcan 5 3,940 Jan-21-2018, 11:02 AM
Last Post: nzcan

Forum Jump:

User Panel Messages

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