Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.08 KB

File metadata and controls

39 lines (24 loc) · 1.08 KB

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