Contains helper code for random stuff that might be useful one day or another.
- Link
- download_yt.py - Downloads and converts the giiven Youtube video link to
.mp3
- Link
- find_jupyter_notebook_or_not.py - Checks if code is executed in a Jupyter notebook or not
- Link
- write_and_read_using_pickle.py - Sample code to read and write data using pickle
- Link
- sample_plot.py- The basic plot example cvers color, marker style, size, color, annotation using arrow, text and formatting.
Additional Resources: My Matplotlib Introduction Notes
- smooth_a_curve.py - Uses average filtering (by convolution window) to smooth the signals
- Link
- argparse_example.py - Shows how to use argparse to pass arguments to script from terminal