/Creative-approaches-to-problem-solving-in-neuroscience-using-Python

Creative approaches to problem solving in neuroscience using Python

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Creative approaches to problem solving$^1$ in neuroscience using Python

Introduction to (Scientific) Progamming

featuring Neurons and Maths

by Christopher Brian Currin

A functional approach to learning code. Why-based in contrast to fact-based.

Cape Town


Open In Colab

Setup

Install Python

  1. Download MambaForge from https://github.com/conda-forge/miniforge#mambaforge

  2. Create an environment

    conda create -n imbizo python
    conda activate imbizo
  3. Install dependencies

    pip install matplotlib numpy jupyter

    or

    pip install -r requirements.txt