Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.41 KB

README.md

File metadata and controls

48 lines (37 loc) · 2.41 KB

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