Search Results for: product_parse.py_GETME

Python Requests HTTP Module Primer Tutorial

Python being the great serverside language it is, caters well for functionality involving the HTTP protocol, the protocol of the Internet. Perhaps you recall the usage of the Python “HTMLParser” when we presented Python HTML Attribute Parsing Primer Tutorial involving … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , | Leave a comment

Python HTML Attribute Parsing Primer Tutorial

Let’s follow up yesterday’s Python parsing of XML (Python XML Primer Tutorial) with a bit of HTML parsing (on the Linux command line) … believe it or not this came second in I.T. history thinking … first thoughts were about … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , | Leave a comment

Python XML Primer Tutorial

The Python programming language has great modules for parsing and manipulating XML data, from the “old days” PyXML, now not actively supported, to the ElementTree functionality we work with, today, to show you some parsing of some very simple XML … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , | 4 Comments