Pinned Repositories
advanced-collections
Extends the builtin collections with more useful containers, including fast resizing lists, sorted containers, and sorted abstract data types. Written in Python 3, this package also includes type-hints/annotations to make usage with an IDE easier.
advanced-databases
A collection of pure python database implementations.
aio-stdout
Asynchronous Input Output
asyncstdlib
the missing toolbox for an async world
buffered-async-iterators
A simple implementation of buffered async iterators, allowing more throughput by letting iterators run while their loop bodied are being executed.
concurrent_sort
Implementations of different sorting algorithms which are useful for concurrent applications.
easy-databases
Easy-to-use pure Python databases that match basic data structures, including lists, sets, and dictionaries. No fancy querying language required.
pyroot
Python library for root-finding in one dimension
pytyped-curry
Function currying that can be statically typed.
spsa
A simple implementation of SPSA with automatic learning rate tuning
SimpleArt's Repositories
SimpleArt/spsa
A simple implementation of SPSA with automatic learning rate tuning
SimpleArt/pyroot
Python library for root-finding in one dimension
SimpleArt/aio-stdout
Asynchronous Input Output
SimpleArt/concurrent_sort
Implementations of different sorting algorithms which are useful for concurrent applications.
SimpleArt/advanced-collections
Extends the builtin collections with more useful containers, including fast resizing lists, sorted containers, and sorted abstract data types. Written in Python 3, this package also includes type-hints/annotations to make usage with an IDE easier.
SimpleArt/advanced-databases
A collection of pure python database implementations.
SimpleArt/asyncstdlib
the missing toolbox for an async world
SimpleArt/buffered-async-iterators
A simple implementation of buffered async iterators, allowing more throughput by letting iterators run while their loop bodied are being executed.
SimpleArt/easy-databases
Easy-to-use pure Python databases that match basic data structures, including lists, sets, and dictionaries. No fancy querying language required.
SimpleArt/prettyformatter
Advanced pretty formatting for dataclasses and more using f-string style features.
SimpleArt/pytyped-curry
Function currying that can be statically typed.
SimpleArt/async_ga
A Python package for asynchronous genetic algorithm computation.
SimpleArt/cpython
The Python programming language
SimpleArt/documents
A collection of documents
SimpleArt/fuzzylib
Classes and functions related to fuzzy searching.
SimpleArt/optimizer
Multivariable Numerical Optimization
SimpleArt/pymath
The purpose of this Python namespace package is to provide utilities for a variety of math problems, including root-finding, optimization, and interval arithmetic.
SimpleArt/pymath-interval
The purpose of this Python namespace subpackage is to provide pure-python implementations of precise interval arithmetic.
SimpleArt/recursive_cache
Implementation of a cache which enables deep recursion.
SimpleArt/sliceit
Dynamically sized slice views which avoid storing their own data.
SimpleArt/Traveling-Salesman-Problem-Using-EasyGA