TPL prosperity hackathon mapping

Background

This notebook is the result of some exploration and analysis that took place at the Toronto Public Library TOProsperity hackathon.

The challenge for the day was: How can we use information from annual tax records to better understand patterns of income across neighbourhoods in Toronto?

The data used was ...

more ...

Whole-cell electrophysiology analysis with python

This notebook is to demonstrate how I have used Neo and EFEL packages to visualize and analyze whole-cell electrophysiology data. This was one of the first scientific problems that showed me how python could speed up my required analysis for my research project.

import efel
import numpy as np
import ...
more ...