Posts tagged with Python:
Saturday, 3 December 2016
The Guardian coding workshop
Natalia Baltazar, Jon NormanThis past summer 4 developers volunteered from the department to teach Python to 8 students ages 17-26.
Advent developer blog 2016 Computing Education Programming Python Teaching
Tuesday, 21 October 2014
Immutable data structures in Python
Robert ReesPython uses mutable datastructures by default but as we move to an immutable world, what options do we have for handling data differently?