Educational Resources for Students
This page collects various websites that students may find helpful as they learn topics associated with SIMCODES.
Table of Contents
π Useful Python Resources
- Davitβs 3 day tutorial
- Covers scientific and numerical python
- Scientific Computing for Chemists
- Has lots of python examples in the context of chem/bio data analysis and modeling.
- Think Python
- Classic, short and well rounded book about python.
- Software carpentry
- Basics of Unix, git and python
π Useful GitHub Resources
π Useful Molecular Dynamics Resources
- Best Practices for Molecular Simulations
- openmm-tutorial-msbs
- OpenMM tutorials
- If you want to use OpenMM in Colab copy these cells.
- First Cell:
-
!pip install -q condacolab import condacolab condacolab.install()
-
- Second Cell.
-
%%capture !conda install -c conda-forge openmm mdtraj
-