Skip to content

Aharoni-Lab/sleep-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sleep-analysis

Learning to program by analyzing some sleep data!

Starting a package!

To make a new package, we first handle some preliminary structing things

Additional resources

General Programming Concepts

Python Concepts

  • dataclasses - declare some basic data container types
  • Revisit ABC module and abstract methods

Data Formats & Tools to investigate later