Currently browsing tag

python

HTTP XML Post using Python

It’s basic stuff like this that always slips my mind when I need it. There are literally millions of ways to do this, but for me, this one is the most practical. This should work on all Python versions (both 2.x and 3) and doesn’t use any nonstandard libraries. Of …