Introduction

This page contains multiple articles which may be helpful as a resource for new students learning Python for research. The articles are originally intended to assist new students in my lab - thus specific tooling, design considerations, tech stack etc. may be specific for our lab. Otherwise, this wiki covers things from coding environments to useful tips and tricks for actual analysis including (not limited to): processing of images/matrix/tabular data, basic file manipulation, statistics, writing clean code, deep learning (eventually) etc.

IMPORTANT: Please send all errata/suggestions to fumiy@student.ubc.ca

Wiki Posts

Getting started with Python

Series: Beginner coder
Description: Write your first bit of python code, and learn how to execute files.