tinhb
Results
2
issues of
tinhb
Suppose I have a string of HTML content and would like to extract certain information from it: ``` sh pyp "xml.etree.ElementTree.fromstring('Title').find('head/title').text" ``` Even though `pyp` tried to `import xml`, there...
I was wondering if computation using two X objects is possible, such as in the following situation: ``` py import itertools from pipetools import * # given 4 sets: a,...