I'm working on a racket project that involves parsing rss feeds. With no disrespect to Racket's xml package, I'd like to be able to use Python's feedparser library to handle the raw rss.
Are there any common ways to, say, pass a python script a url from Racket and have the Racket program receive a JSON object from the python script?