pwkit
  • About the Software
  • Foundations
    • Core utilities (pwkit)
    • Convenient file input and output (pwkit.io)
    • Numerical utilities (pwkit.numutil)
    • Framework for easy parallelized processing (pwkit.parallel)
    • Quick enumerations of constant values (pwkit.simpleenum)
  • Scientific Algorithms
  • Command-line tools
  • Data Visualization
  • Data input and output
  • External Software Environments
  • Tools for writing command-line programs
  • Behind-the-scenes infrastructure
pwkit
  • Foundations
  • View page source

FoundationsΒΆ

This documentation has a lot of stubs.

  • Core utilities (pwkit)
    • The Holder namespace object
    • Utilities for exceptions
    • Abstractions between Python versions 2 and 3
  • Convenient file input and output (pwkit.io)
    • The Path object
    • Functions helping with Unicode safety
    • Other functions in pwkit.io
  • Numerical utilities (pwkit.numutil)
    • Making functions that auto-broadcast their arguments
    • Convenience functions for statistics
    • Convenience functions for pandas.DataFrame objects
    • Parallelized versions of simple math algorithms
    • Tophat and step functions
  • Framework for easy parallelized processing (pwkit.parallel)
    • Main Interface
    • Implementation Details
  • Quick enumerations of constant values (pwkit.simpleenum)
    • enumeration()
Previous Next

© Copyright 2015-2023, Peter K. G. Williams and collaborators.

Built with Sphinx using a theme provided by Read the Docs.