Here are the slides from my talk the US Research Software Engineering (RSE) association workshop, titled “Research data management for medical data with pyradigm”.
pyradigm is a Python-based data structure for biomedical data to manage multiple tables (of diverse data types) linked via common patient info (or any other hashable ID). Allowing continuous validation, this data structure would improve ease of use as well as integrity of the dataset.

Contributors are most welcome to improve the design or docs. Thanks.
Learn more about why I think python is ideal for research software development.
Links:
- Code repo: https://github.com/raamana/pyradigm
- Documentation: https://raamana.github.io/pyradigm/
- Another mirror for these slides.