GRScheller PyPI Projects

PyPI Projects maintained by Geoffrey R. Scheller. All my PyPI projects can be found on my PyPI landing page.

Circular Array Data Structure for Python

Indexible circular array data structure. Appending elements either end is an O(1) operation.

grscheller.circular-array PyPI repo
GitHub source code repo grscheller/circular-array

Daddy's Boring Math Library

Mathematical related libraries with example executables. Name suggested by my then 13 year old daughter Mary.

grscheller.boring-math PyPI repo
GitHub source code repo grscheller/boring-math

Data Structures

Data structures supporting a functional style of programming, yet still endeavoring to remain Pythonic.

grscheller.datastructures PyPI repo
GitHub source code repo grscheller/datastructures