Skip to content

FabrizioMusacchio/Python_Neuro_Practical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder Open In Colab Website License

Python "Neuro-Practical" Course Material

This is the course material for the advanced Python course Python: Neuro-Practical.

The course is a collection of short tutorials tailored to practical Data Science problems in Neuroscience. The aim of these short tutorials is to demonstrate, how to think about problem solution in Python and how to find strategies and individual solutions for own specific problems beyond the scope of the tutorials.

I will add new tutorials to this collection from time to time.

Chapters

New tutorials will be added from time to time:

Course requirements

Please visit the course website for further details.

Course announcements

Please visit the course website for further details.

Installation

For reproducibility, install the following conda environment:

conda create -n python_neuro_practical python=3.12 -y
conda activate python_neuro_practical
conda install -y pandas numpy scipy matplotlib seaborn pingouin statsmodels scikit-learn ipython ipykernel

License

This course material is under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License (CC BY-NC-SA 4.0). How to give attribution (example):

"Python Neuro-Practical Course" by Fabrizio Musacchio is licensed under CC BY-NC-SA 4.0.