RPOEMS

RPOEMS

Rpoems is a simple python library that uses psaw (PushiftIO wrapper) and various different tactics to generate poetry from a corpus of reddit comments which are defined by various parameters.

Prime Sieve Benchmarker

Prime Sieve Benchmarker

The purpose of this project is to benchmark and measure different time variations of the Sieve of Erasthoneses. It uses many methods including but not limited to list slicing, vectorization, and a speed up array operations with the use of numpy. It is also used to benchmark your own code againstcommon but efficient prime algorithms.