Python Forum
How to convert string to variable?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to convert string to variable?
#6
Mandatory reading: Keep data out of your variable names and also http://stupidpythonideas.blogspot.com/20...reate.html
well, you are not creating the names in a loop, but it is basically the same problem.

Just read the JSON and use it (maybe after some transformation to dict as suggested by @Gribouillis).

btw, it's interesting to see sample of the JSON structure
ndc85430 likes this post
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
How to convert string to variable? - by chatguy - Apr-12-2022, 04:58 PM
RE: How to convert string to variable? - by chatguy - Apr-12-2022, 05:28 PM
RE: How to convert string to variable? - by chatguy - Apr-12-2022, 05:31 PM
RE: How to convert string to variable? - by buran - Apr-12-2022, 08:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Replacing String Variable with a new String Name kevv11 2 830 Jul-29-2023, 12:03 PM
Last Post: snippsat
  convert string to float in list jacklee26 6 2,005 Feb-13-2023, 01:14 AM
Last Post: jacklee26
  Need help on how to include single quotes on data of variable string hani_hms 5 2,154 Jan-10-2023, 11:26 AM
Last Post: codinglearner
  python r string for variable mg24 3 2,942 Oct-28-2022, 04:19 AM
Last Post: deanhystad
  how to convert tuple value into string mg24 2 2,429 Oct-06-2022, 08:13 AM
Last Post: DeaD_EyE
  USE string data as a variable NAME rokorps 1 1,001 Sep-30-2022, 01:08 PM
Last Post: deanhystad
  Removing Space between variable and string in Python coder_sw99 6 6,417 Aug-23-2022, 01:15 PM
Last Post: louries
  Remove a space between a string and variable in print sie 5 1,855 Jul-27-2022, 02:36 PM
Last Post: deanhystad
  Split string using variable found in a list japo85 2 1,342 Jul-11-2022, 08:52 AM
Last Post: japo85
  Convert string to float problem vasik006 8 3,498 Jun-03-2022, 06:41 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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