Skip to content

Hacky modularization example#28

Closed
leej3 wants to merge 27 commits into
biof309:masterfrom
leej3:hacky_modularization_example
Closed

Hacky modularization example#28
leej3 wants to merge 27 commits into
biof309:masterfrom
leej3:hacky_modularization_example

Conversation

@leej3

@leej3 leej3 commented Apr 25, 2020

Copy link
Copy Markdown

This is a quick summary of our discussion regarding #18

You can close this, you shouldn't merge it. I just wanted to show you the general idea of functions I showed you. You would have to add docstrings, and correctly pass arguments in etc. but modularizing like this is better. You can iterate in a notebook and then move the functions to modules once you are happy with them.

The name... approach will allow you to create executable scripts that you can still import from (though you could instead just fully separate files you run as scripts and ones from which you import).

Also note the directory your package's python files should be sitting in...

barlehmann and others added 27 commits February 27, 2020 20:03
Commiting first copy of pycharm (.py) python code file that I have been working on during the past month to read EEG files and begin preliminary exploration.
…ng with date and time information, to compare with values from biometric insturments such as EEG and GSR. Also some initial coding in the main python file for reading and visualizing this information.
…pearson r for variables that would like to explore in Mood_Focus_Table from Excel
…me feedback on related to how to graph the input from a specific sensor. I am also adding the EEG file that is being analysed
…ich can do pearson correlation analysis on two columns of data such as mood and alpha amplitude, and also adding the append_table_function which can append this same overarching spreadsheet of subjective and biometric data from new records, updating it with new relevant entries/recordings.
… more concise and clear comments to guide reader through each function
q
q
Merge branch 'master' of https://github.com/barlehmann/EEG_GSR_Wellness_Tracker

i
'bad files'

q
@leej3 leej3 closed this Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants