2022-05-19 19:47:13 +02:00
2022-05-19 19:47:13 +02:00
2022-05-19 16:25:48 +02:00
2022-05-19 16:25:48 +02:00
2022-05-19 16:25:48 +02:00
2022-05-19 16:25:48 +02:00

🎲 ⛓️ 👉 🧪 Markov Chain Monte Carlo for fun and profit

Using random numbers to do all the things.

This is an exemplar project designed to showcase best practices in developing scientific software as part of the ReCode Project at Imperial College London.

You do not need to know or care about Markov Chain Monte Carlo for this to be useful to you.

Rather this project is primarily designed to showcase the tools and practices available to you when developing scientific softare projects. Maybe you are a PhD student just starting or a researcher just about to embark on a larger scale softare project there should be something intersting here for you.

How to use this repo

Take a look at a the table of contents below and see if there are any topics that might be useful to you. The actual code lives in ./code and the documentation in ./learning

Table of contents

  1. A short introduction
  2. The problem
  3. A quick and dirty solution
  4. Planning out a larger software project
  5. Python development environnments: Pip, Conda, setup.py and all that.
  6. Test driven development: it's fun.
  7. Using Jupyter Notebooks during development
  8. Documentation
  9. Software Reproducability
  10. Citing software in a publication: CITATION.cff

The map

.
├── CITATION.cff #This file describes how to cite the work contained in this repository.
├── LICENSE # Outlines what legal rights you have to use this software.
├── README.md # You are here!
├── code 
│   ├── README.md # Human readable information about the little python package in here
│   ├── pyproject.toml # Machine readable information about that same package
│   ├── setup.cfg # Tells Pip how to install this package
│   ├── src
│   │   └── MCFF # The actual code lives in here!
│   └── tests # automated tests for the code
└── learning # Supporting documentation
    └── Untitled.ipynb
Description
🎲 ⛓️ 👉 🧪 An exemplar project designed to showcase best practices in developing scientific software. Part of the ReCode Project at Imperial College London
Readme BSD-3-Clause Cite this repository 5.2 MiB
Languages
Python 100%