Skip to content

Coding in Python

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

Introduction to Using Python

  • This course covers the basics of programming within Python through the lens of neuroscience and neuroimaging.

  • It covers basics from variables and loops, to data manipulation and statistics.

Visualisation tools within Python

  • Most other plotting tools (including ones listed below) are built upon Matplotlib, so these are important fundamentals

Other Useful Courses

edX ~1 hour

  • This will give you a very brief introduction to Python and programming, including an introduction to variables and if statements

DataCamp ~4 hours

  • This course is slightly longer but addresses many topics in more detail.

  • The material is taught with an emphasis on data science, which may be useful for broader industry careers and avenues outside of academia (although it's still helpful for academia too)

  • Semi-introductory course to Python with an emphasis on machine learning.

  • For new PhD students, this can be claimed for your graduate PD hours by submitting the corresponding form on the HDR website

Basic guide that covers types of variables, lists, dicts, functions, numpy, matplotlib, etc.

Clone this wiki locally