New pages
- 10:33, 24 August 2018 Batch Results Retrieval in Python3 (hist) [811 bytes] Padro (Talk | contribs)
- 10:29, 24 August 2018 Batch Results Retrieval in Python2 (hist) [1,900 bytes] Padro (Talk | contribs) (Created page with "<syntaxhighlight lang="python" line="1" > #! /usr/bin/python ######################################################################## # # Example client to retrieve the resu...")
- 10:27, 24 August 2018 Python3 Batch Client (hist) [1,064 bytes] Padro (Talk | contribs) (Created page with "<syntaxhighlight lang="python" line="1" > #!/usr/bin/env python3 import requests import xml.etree.ElementTree # set query elements fname = raw_input('Input ZIP file: ') lang...")
- 10:23, 24 August 2018 Python2 Batch Client (hist) [2,256 bytes] Padro (Talk | contribs) (Created page with "<syntaxhighlight lang="python" line="1" > #! /usr/bin/python ######################################################################## # # Example client to submit a batch re...")
- 09:55, 24 August 2018 Python3 Interactive Client (hist) [965 bytes] Padro (Talk | contribs) (Created page with "<syntaxhighlight lang="python" line="1" > #!/usr/bin/env python3 import requests # necesari per a la conexio al textserver import requests from xml.dom.minidom import parseS...")
- 09:53, 24 August 2018 Python2 Interactive Client (hist) [1,991 bytes] Padro (Talk | contribs) (Created page with "<syntaxhighlight lang="python" line="1" > #! /usr/bin/python ######################################################################## # # Example client to submit an interac...")