Skip to content

Coding in Python

Alexander Holmes edited this page Jul 5, 2023 · 10 revisions

Introduction to Using Python

Start with a simple self-paced course (intro to variables and if statements) ~1 hour. This will give you a very brief introduction to Python and programming.

Alternatively, try this intro to Python for data science course ~4 hours This covers a bit more, including functions, and an intro to stats in python.

Introduction to plotting and data visualisation in Python via Matplotlib Most other plotting tools (including ones listed below) are built upon Matplotlib, so these are important fundamentals

Or this more comprehensive course on Python for neuroscience This course does not include videos It covers basics from variables and loops, to data manipulation and statistics. It might be good to check it out to fill in the gaps in your knowledge

Clone this wiki locally