Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tpoisot/ScientificComputingForTheRestOfUs

Introduction to Scientific Computing 🦊
https://github.com/tpoisot/ScientificComputingForTheRestOfUs

best-practices data-science educational-resources julia machine-learning reproducible-documents scientific-computing

Last synced: about 2 months ago
JSON representation

Introduction to Scientific Computing 🦊

Awesome Lists containing this project

README

        

# Scientific Computing (for the rest of us)

**One specific challenge, when writing code as a scientist, is that we care *a
lot* about getting the *right* answer; but of course, the *right* answer is not
always obvious. So we should be very careful with the code we write. A piece of
code that crashes is annoying; but a piece of code that runs, and give you the
wrong answer can compromise your science and your career. This guide will help
you adopt practices that make it less likely to introduce mistakes in your code,
and more likely to catch them. Hopefully, this will let all of us write code we
can trust more.**

![GitHub top language](https://img.shields.io/github/languages/top/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square)

![GitHub](https://img.shields.io/github/license/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square) ![GitHub Repo stars](https://img.shields.io/github/stars/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square)

![GitHub Release Date](https://img.shields.io/github/release-date/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/tpoisot/ScientificComputingForTheRestOfUs/Build%20the%20website%20for%20deployment/main?label=web%20build&style=flat-square)

![GitHub issues](https://img.shields.io/github/issues-raw/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/tpoisot/ScientificComputingForTheRestOfUs?style=flat-square)

Good principles in scientific computing can help you write code that is easier
to maintain, easier to reproduce, and easier to debug. But it can be difficult
to find an introduction to get you started. The goal of this project is to get
you started on the most important points. You can use these lessons on your own,
or as a group.

This material is aimed at people who have already interacted with a computer
using a programming language (we use *Julia*, but the code is meant to be fairly
general), but want to adopt best practices that make their code more robust. It
can also be used to facilitate the onboarding of new people in your lab or your
project.