/py-bench

A collection of use cases with different strategies and performance comparison between them to find out the best and worst practices for a specific problem.

Primary LanguageJupyter NotebookMIT LicenseMIT

py-bench

Semantic Versioning 2.0.0 MIT license made-with-python

A collection of use cases with different strategies and performance comparison between them to find out the best and worst practices for a specific problem.

Table of Contents


Install NPM dependencies

npm install

Initialize Python virtual environment

init_venv

Install local Python dependencies

pip install -r requirements.txt

Format the files

npm run format