Skip to content

Instantly share code, notes, and snippets.

@jasonwirth
jasonwirth / pycon_2014_tutorial_levels
Created March 24, 2014 16:41
PyCon 2014 Tutorial Levels
tutorials = [('Mining Social Web APIs with IPython Notebook', 'Novice'),
('A hands-on introduction to Python for beginning programmers', 'Novice'),
('How to formulate a (science) problem and analyze it using Python code', 'Novice'),
('0 to 00111100 with web2py', 'Novice'),
('Getting Started with Django, a crash course', 'Novice'),
('Django for Web Designers and Front End Developers ', 'Novice'),
('Python 3/2 Web Development with Pyramid', 'Novice'),
('Introduction to game programming', 'Novice'),
('Hands-on Beginning Python', 'Novice'),
('TDD for web applications, from scratch', 'Novice'),
window = np.tile(np.arange(20), (5, 1))
[window.diagonal(x) for x in range(16)]