Skip to content
@ScottBoyce-Python

Scott Boyce Python Code

Python code developed by Scott Boyce

Pinned Loading

  1. DateIntervalCycler DateIntervalCycler Public

    A class that efficiently cycles through datetime intervals generated from a start date and list of (month, day) tuples.

    Python 1 1

  2. ResultContainer ResultContainer Public

    ResultContainer is a Python library inspired by Rust's Result enum, designed for robust error handling. It seamlessly supports mathematical operations, attribute access, and method chaining on Ok(v…

    Python 1

  3. NumpyDeque NumpyDeque Public

    NumpyDeque is a numpy.ndarray based double-ended queue (deque) with a maximum size. This double-ended queue is efficiently done by using a padded-buffer array.

    Python 1

  4. MirrorDict MirrorDict Public

    MirrorDict is a dictionary-like object that maintains a bidirectional mapping between keys and values.

    Python 1

  5. DynamicVector DynamicVector Public

    A class that provides a dynamic vector using numpy to store the values. Can access all numpy methods using a view property and includes common list functions for operating without a view. Allows fo…

    Python 1

  6. GenericModuleInitFile GenericModuleInitFile Public

    An __init__.py file that imports all submodules in the same directory.

    Python

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…