Skip to content

Instantly share code, notes, and snippets.

@jasonwirth
Created March 24, 2014 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jasonwirth/9744082 to your computer and use it in GitHub Desktop.
Save jasonwirth/9744082 to your computer and use it in GitHub Desktop.
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'),
('Python for Social Scientists', 'Novice'),
('Contribute with me! Getting started with open source development', 'Novice'),
('Distributed task processing using Celery', 'Novice'),
('Dynamics and Control with Python', 'Intermediate'),
('Exploring Machine Learning with Scikit-learn', 'Intermediate'),
("Descriptors and Metaclasses - Understanding and Using Python's More Advanced Features", 'Intermediate'),
('mrjob: Snakes on a Hadoop', 'Intermediate'),
("Shiny, Let's Be Bad Guys: Exploiting and Mitigating the Top 10 Web App Vulnerabilities", 'Intermediate'),
('Build your own PiDoorbell ! - Learn Home Automation with Python', 'Intermediate'),
('Python Epiphanies', 'Intermediate'),
('Diving deeper into Machine Learning with Scikit-learn', 'Intermediate'),
(u'Data Wrangling for Kaggle Data Science Competitions \u2013 An etude', 'Intermediate'),
('Search 101: An Introduction to Information Retrieval', 'Intermediate'),
("Let's Learn Twisted Python", 'Intermediate'),
('IPython in depth: high productivity interactive and parallel python', 'Intermediate'),
('Introduction to SQLAlchemy', 'Intermediate'),
('Hands-on with Pydata: how to build a minimal recommendation engine.', 'Intermediate'),
('Flask by Example', 'Intermediate'),
('Introduction to Web (and data!) Scraping with Python', 'Intermediate'),
('Improving automated testing with py.test', 'Intermediate'),
('Hands-on Intermediate Python', 'Intermediate'),
('Faster Python Programs through Optimization', 'Intermediate'),
('Beyond Defaults: Creating Polished Visualizations Using Matplotlib', 'Intermediate'),
('PostgreSQL Proficiency for Python People', 'Intermediate'),
('Bayesian statistics made simple', 'Intermediate'),
('Generators: The Final Frontier', 'Experienced')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment