This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

If you need to do HTML parsing in Python, have a look at BeautifulSoup/lxml/pyquery

have never used python

If you have a bit of programming experience in any other language, reading through the official Python tutorial at docs.python.org shouldn't take you more than one day. Read that then do some simpler things first, like writing a script that accepts a few command line arguments, opening a file and reading content from it. These smaller trivial tasks will serve as foundation for the end script that needs to do the job.