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. GenericModuleInitFile GenericModuleInitFile Public

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

    Python

  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. matrix_to_coo matrix_to_coo Public

    Function that converts a numpy matrix to a coordinate list (COO) dictionary.

    Python

Repositories

Showing 7 of 7 repositories
  • MirrorDict Public

    TBA

    ScottBoyce-Python/MirrorDict’s past year of commit activity
    Python 0 0 0 0 Updated Jan 11, 2025
  • 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(value), while automatically transitioning to Err(e) upon encountering errors, ensuring continuous error tracking and logging.

    ScottBoyce-Python/ResultContainer’s past year of commit activity
    Python 1 0 0 0 Updated Jan 9, 2025
  • 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.

    ScottBoyce-Python/NumpyDeque’s past year of commit activity
    Python 1 0 0 0 Updated Dec 18, 2024
  • 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 for fast appending and popping of values, while retaining numpy vector operations.

    ScottBoyce-Python/DynamicVector’s past year of commit activity
    Python 1 0 0 0 Updated Dec 18, 2024
  • DateIntervalCycler Public

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

    ScottBoyce-Python/DateIntervalCycler’s past year of commit activity
    Python 1 1 0 0 Updated Oct 13, 2024
  • matrix_to_coo Public

    Function that converts a numpy matrix to a coordinate list (COO) dictionary.

    ScottBoyce-Python/matrix_to_coo’s past year of commit activity
    Python 0 0 0 0 Updated Aug 14, 2024
  • GenericModuleInitFile Public

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

    ScottBoyce-Python/GenericModuleInitFile’s past year of commit activity
    Python 0 0 0 0 Updated Aug 14, 2024

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…