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

  3. 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

  4. GenericModuleInitFile GenericModuleInitFile Public

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

    Python

Repositories

Showing 5 of 5 repositories
  • 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 Oct 14, 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
  • 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 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…