Python Forum
string manipulation , code structure
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
string manipulation , code structure
#3
Have you tried python's lxml module? It works pretty good for parsing through elements in xml or html form. you may need to install it though. Open up a terminal and type this command if you do

pip install lxml
or
apt-get install python-lxml

After that, you can follow a pretty good tutorial about using lxml here
http://lxml.de/tutorial.html
Reply


Messages In This Thread
string manipulation , code structure - by maxx - Feb-22-2018, 03:53 PM
RE: string manipulation , code structure - by ebngrtr083 - Feb-22-2018, 04:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [FLASK] How to structure the code in my case ? Fre3k 4 2,685 May-04-2020, 04:43 PM
Last Post: Fre3k
  News Gathering - String Manipulation Help delfar 8 7,292 Mar-24-2017, 07:09 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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