Module 2: Modules and classes

After last module, your script now uses functions clean_spikes, clean_outofrange, clean_flat, plot_timeseries and has a nice home on GitHub. In this module, you will improve the functions, move them to separate modules and then refactor your code to use classes. Finally, you will check that it all works by running a notebook.

Back to course project overview