This repo contains some interactive python notebooks to learn OOP and ABC in Python. The content was greately inspired by the MolSSI workshops on these topics.
To install the environment do:
mamba env create -f environment.yml
(replace mamba
with conda
if you don't have the former)
Activate the environemnt by conda activate abc_env
, abd direct a Jupyter Notebook / Lab to the repository's folder.