Python Bindings¶
The HTCondor Python bindings expose a Pythonic interface to the HTCondor client libraries. They utilize the same C++ libraries as HTCondor itself, meaning they have nearly the same behavior as the command line tools.
- Introductory Tutorials
- These tutorials cover the basics of the Python bindings and how to use them through a quick overview of the major components. Each tutorial is meant to be done in sequence. Start here if you’ve never used the bindings before!
- Advanced Tutorials
- The advanced tutorials are in-depth looks at specific pieces of the Python modules. Each is meant to be stand-alone and should only require knowledge from the introductory tutorials.
- htcondor – HTCondor Reference
- Documentation for the public API of
htcondor. - classad – ClassAd reference
- Documentation for the public API of
classad.