I am trying to create an html document parser with Python. I am very familiar with jQuery, and I would like to use its move functions to parse these html files and return the data collected using jQuery back to my Python program.
Is it possible to use javascript scripts through Python? Or is it just a pipe dream?
source
share