My Python tools for engineers - especially those involved in R&D and experimental methods
by Justin @ github.com/justinmitchelltech/jmpytools
Either paste this repo in your project OR somewhere where it's accesible using the Python import statements.
Access the entire package like so:
import jmpytools
Or access a specific function from a subpackage like so:
from jmpytools.genpurpose.loading import print_loading_bar
Loading Bar (including usage examples)
Markdown tables from csv's or Pandas DataFrames (including usage examples + output example)
FFT - Fast Fourier Transform (including usage example)
Linear Regressions (including usage examples)
Normal Distributions (including usage examples)



