TensorFlow is a flexible platform for building and training machine learning models. It provides a library for high performance numerical computation and includes high level Python APIs, including both a sequential API for beginners that allows users to build models quickly by plugging together building blocks and a subclassing API with an imperative style for advanced research.
The zope.event package provides a simple event system, including:
- An event publishing API, intended for use by applications which are unaware of any subscribers to their events.
- A very simple synchronous event-dispatching system, on which more sophisticated event dispatching systems can be built. For example, a type-based event dispatching system that builds on zope.event can be found in zope.component.
Batch-oriented version of WebQTL. It requires, as input, expression data from members of a set of recombinant inbred lines and genotype information for the same lines. It searches for an association between each expression trait and all genotypes and evaluates that association by a permutation test. For the permutation test, it performs only as many permutations as are necessary to define the empirical P-value to a reasonable precision. It also performs bootstrap resampling to estimate the confidence region for the location of a putative QTL.
about-time
is a helper for tracking time and throughput of code blocks, with beautiful human friendly renditions.
Key feature are:
measure the duration of two or more blocks at the same time, including the whole duration
instrument a code to cleanly retrieve durations in one line, to log or send to time series databases
easily see human friendly durations in s (seconds), ms (milliseconds), µs (microseconds) and even ns (nanoseconds)
easily see human friendly counts with SI prefixes like k, M, G, T, etc
measure the actual throughput of a block
easily see human friendly throughputs in
/second
,/minute
,/hour
or even/day
, including SI prefixes
Bindings for FUSE.
Oslo Configuration API.
Fuzzy Finder implemented in Python.
Software Heritage Deposit Server
Interrogate a codebase for docstring coverage.
Convert matplotlib figures into TikZ/PGFPlots
Play and Record Sound with Python
Wrap tempfile to give you pathlib.Path.
Generates LaTeX source from Python functions.
Development tools for working with Textual
OpenStack
Object Storage API Client Library.
Converts between Gregorian dates and other calendar systems
Documentation at https://melpa.org/#/python-isort
Documentation at https://melpa.org/#/python-black
Implementation of bencode with optional fast C extensions
Shim for rdflib 5 and 6 incompatibilities
Extensions to the standard Python datetime module
Python bindings to the Tree-sitter parsing library.