Scott Boyce Python Code
Pinned Loading
Repositories
- cibuildwheel Public Forked from pypa/cibuildwheelScottBoyce-Python/cibuildwheel’s past year of commit activity
🎡 Build Python wheels for all the platforms with minimal configuration.
- MirrorDict PublicScottBoyce-Python/MirrorDict’s past year of commit activity
MirrorDict is a dictionary-like object that maintains a bidirectional mapping between keys and values.
- ResultContainer PublicScottBoyce-Python/ResultContainer’s past year of commit activity
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.
- NumpyDeque PublicScottBoyce-Python/NumpyDeque’s past year of commit activity
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.
- DynamicVector PublicScottBoyce-Python/DynamicVector’s past year of commit activity
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.
- DateIntervalCycler PublicScottBoyce-Python/DateIntervalCycler’s past year of commit activity
A class that efficiently cycles through datetime intervals generated from a start date and list of (month, day) tuples.
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…