Patentsview API Python 3.4
问题 I am beginner in python, currently working on a small project with Python. I want to build a dynamic script for patent research for patentsview.org. Here is my code: import urllib.parse import urllib.request #http://www.patentsview.org/api/patents/query?q={"_and": [{"inventor_last_name":author},{"_text_any":{"patent_title":[title]}}]}&o= {"matched_subentities_only": "true"} author = "Jobs" andreq = "_and" invln = "inventor_last_name" text = "_text_any" patent = "patent_title" match = "matched