This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window = np.tile(np.arange(20), (5, 1)) | |
[window.diagonal(x) for x in range(16)] |