Cython and numba
Cython is a technology that allows us to easily bridge between python, and the underlying C representations. The main purpose of the library is to take code that is written in python, and, provided some additional amount of (mostly type) information, compile it to C, compile the C code, and bundle the C objects into […]
Introduction to Neurohackweek
Introduces the concept of neurohackweek, the code of conduct, and the schedule for the week.