1. Helping Python

    Recently the question came up: suppose you wanted to give enthusiastic people some guidance on how to help work on Python. What suggestions do you have? Surely there's a Web page on this!

    Well, no: a few quick Google searches led me to discover that "contributing to Python" was answered …

    read more

    There are comments.

  2. Serving XML-RPC over HTTPS with Python

    We've been talking about how to manage pygr resources remotely via the existing XML-RPC interface, and for that HTTPS is a requirement. I offered to track down the code necessary for running an XML-RPC server over HTTPS. Here's what I found:

    It turns out that while the Python stdlib supports …
    read more

    There are comments.

  3. Threading and subprocess

    I'm having a long-running discussion with some people about threading and why using threads with simple subprocess calls is almost certainly an overcomplicated (== BAD) use of threads. Everyone seems to think I'm wrong (at least, there's either deafening silence or straight out argument ;) and I think I finally figured out …

    read more

    There are comments.

« Page 17 / 38 »

social