Skip to content

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

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published