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

Creative approaches to problem solving in neuroscience using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Creative approaches to problem solving in neuroscience using Python

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%