Note that there are some explanatory texts on larger screens.

plurals
  1. USEthan Furman
    text
    copied!<p>Python Core Developer and principle author of:</p> <ul> <li>PEP 409 -- <code>raise ... from None</code> to suppress exception chaining</li> <li>PEP 435 -- <code>Enum</code> (and the implementation)</li> <li>PEP 461 -- <code>%</code>-interpolation for <code>byte</code>s</li> </ul> <p>Author of the <a href="http://pypi.python.org/pypi/dbf" rel="nofollow noreferrer">best pure-python dbf library</a>*!</p> <p>Other possibly interesting packages (all are Python2/3 compatible, as is <code>dbf</code>):</p> <ul> <li><p><a href="https://pypi.python.org/pypi/aenum" rel="nofollow noreferrer">aenum</a> -- an Advanced Enumeration library that builds on the stdlib <code>Enum</code></p></li> <li><p><a href="https://pypi.python.org/pypi/antipathy" rel="nofollow noreferrer">antipathy</a> -- a file path class that is derived from <code>str</code>/<code>unicode</code>, so can be seamlessly passed to other functions that expect a <code>str</code>/<code>unicode</code> object, while still allowing you to use more intuitive actions</p></li> <li><p><a href="https://pypi.python.org/pypi/pandaemonium" rel="nofollow noreferrer">pandaemonium</a> -- a daemon framework with good debugging support and a built-in lockfile implementation</p></li> <li><p><a href="https://pypi.python.org/pypi/scription" rel="nofollow noreferrer">scription</a> -- a library to aid writing command line scripts: includes support for separate arguments per sub-command, basic interaction with the user, executing sub-programs, being run SUID, etc</p></li> <li><p><a href="https://pypi.python.org/pypi/xaml" rel="nofollow noreferrer">xaml</a> -- based on the same idea as <a href="http://haml.info" rel="nofollow noreferrer">haml</a>, only for Python (still in its infancy)</p></li> </ul> <p>*I'm biased, of course.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload