Python Forum
Search for a text in a html file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Search for a text in a html file
#4
It's now a Python dictionary that also has mixed in list,which is common when data come it from JSON.
>>> json_data['widgets'][1]
{'y': 8, 'width': 3, 'value': '81.110.111.172', 'tabId': 0, 'x': 5, 'fontSize': 'MEDIUM', 'max': 1.0, 'pin': 18, 'isDefaultColor': False, 'height': 1, 'color': -1, 'pwmMode': False, 'type': 'DIGIT4_DISPLAY', 'min': 0.0, 'rangeMappingOn': False, 'label': 'External IP', 'pinType': 'VIRTUAL', 'deviceId': 0, 'frequency': 600000, 'id': 782408619}

>>> json_data['widgets'][1]['value']
'81.110.111.172' 
Reply


Messages In This Thread
Search for a text in a html file - by ebolisa - Feb-09-2019, 09:31 PM
RE: Search for a text in a html file - by snippsat - Feb-09-2019, 09:56 PM
RE: Search for a text in a html file - by ebolisa - Feb-09-2019, 10:12 PM
RE: Search for a text in a html file - by snippsat - Feb-09-2019, 10:36 PM
RE: Search for a text in a html file - by ebolisa - Feb-09-2019, 10:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Search Excel File with a list of values huzzug 4 1,313 Nov-03-2023, 05:35 PM
Last Post: huzzug
  Need to replace a string with a file (HTML file) tester_V 1 806 Aug-30-2023, 03:42 AM
Last Post: Larz60+
  Search for multiple unknown 3 (2) Byte combinations in a file. lastyle 7 1,464 Aug-14-2023, 02:28 AM
Last Post: deanhystad
  search file by regex SamLiu 1 953 Feb-23-2023, 01:19 PM
Last Post: deanhystad
  Tkinterweb (Browser Module) Appending/Adding Additional HTML to a HTML Table Row AaronCatolico1 0 974 Dec-25-2022, 06:28 PM
Last Post: AaronCatolico1
Thumbs Up Need to compare the Excel file name with a directory text file. veeran1991 1 1,169 Dec-15-2022, 04:32 PM
Last Post: Larz60+
  If function is false search next file mattbatt84 2 1,190 Sep-04-2022, 01:56 PM
Last Post: deanhystad
  Modify values in XML file by data from text file (without parsing) Paqqno 2 1,751 Apr-13-2022, 06:02 AM
Last Post: Paqqno
  Converted Pipe Delimited text file to CSV file atomxkai 4 7,114 Feb-11-2022, 12:38 AM
Last Post: atomxkai
  Search text in PDF and output its page number. atomxkai 21 9,266 Jan-21-2022, 06:20 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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