PyCon US 2013

URL:
https://us.pycon.org/2013/
Description:

The largest annual gathering for the community using and developing the open-source Python programming language.

Date:
March 13, 2013
Number of videos:
184
"Good enough" is good enough!

Our culture's default assumption is that everybody should always be striving for perfection -- settling for anything less is seen as a regrettable compromise. This is wrong in most software development situations: focus instead on keeping the software simple, just "good enough", launch it early, and iteratively improve, enhance, and re-factor it. This is how software success is achieved!

Event: PyCon US 2013
Speakers: Alex Martelli
Recorded: March 17, 2013
Language: English
Last updated: March 21, 2013
ApplePy: An Apple ][ emulator in Python

ApplePy is an Apple ][ emulator written in Python. It combines emulation of the 6502 microprocessor with emulation of the keyboard, display (including graphics mode), speaker, cassette and disk drive. This talk will provide a background to Apple ][ internals then dive into the Python code and the challenges of emulating hardware.

Event: PyCon US 2013
Speakers: James Tauber
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
Become a logging expert in 30 minutes

The logging module is one of the more complex areas of the Python standard library. In this talk you will learn how to leverage loggers, formatters, handlers and filters. In addition you will learn how to use dictConfig and other formats to manage logging settings for your applications.

Event: PyCon US 2013
Speakers: Gavin M. Roy
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
Beginners Welcome: From Zero to GUIs in Four Months, via Writing a Tutorial

Discover how in four months I went from insecure beginner to happy writer of a GUI toolkit documentation!

Event: PyCon US 2013
Speakers: Marta Maria Casetti
Recorded: March 17, 2013
Language: English
Last updated: April 21, 2013
Biological Data Integration and Application for Personalized Cancer Treatment

Personalized approach is important in the area of cancer treatment. We constructed a data-warehouse which integrates 3 ontologies and 4 clinical databases semantically using Django's ORM. For the clinical use, a mobile web application was developed so that patients can get their personal pharmaceutical information about cancer therapy.

Event: PyCon US 2013
Speakers: Hyungyong Kim
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
Biomedical Ontologies with Python

Biomedical ontologies are large, graphical data structures that describe concepts in biology and medicine. An ongoing area of research is determining how to integrate these from different sub-domains, since they are too large to integrate by hand. This describes an elaborate approach using machine learning and distributed computing, implemented in python.

Event: PyCon US 2013
Speakers: Ryan Freckleton
Recorded: March 17, 2013
Language: English
Last updated: April 17, 2013
Closing Address

Closing remarks from Jesse Noller.

Event: PyCon US 2013
Speakers: Jesse Noller
Recorded: March 17, 2013
Language: English
Last updated: March 21, 2013
Collecting & Analyzing Financial Data

No matter what type of investor you are, short term swing trader or long term fundamentalist, we all agree that data is an important element to making a financial decision. This poster will outline the details of how one can use Python and Scipy to collect and analyze data in the arena of the stock market using real time data from various sources to help outline some key numbers to help investors.

Event: PyCon US 2013
Speakers: Alex Xu
Recorded: March 17, 2013
Language: English
Last updated: April 16, 2013
DaNKInDaB - A New Approach to Servers

The idea of having a web-configurable web/application server with virtualhosting support using the best Python-based tools to integrate into the company toolset for the development team has always been intriguing to me. This tool tries to create a complete webserver enabling easy deployment of apps on on-premises hardware for both the lucky ones having a private cloud, and for those who don't.

Event: PyCon US 2013
Speakers: Marco Montanari
Recorded: March 17, 2013
Language: English
Last updated: April 28, 2013
Data Classification Using Python, Django and R

For a recent project, I had to develop a real time diagnostics tool with a web dashboard. The goal of this tool was to assist data experts with proactive monitoring and trouble-shooting our equipment deployed in the field. So I decided to design a real time web dashboard with status updates and email alerts using Python, Django and R.

Event: PyCon US 2013
Speakers: Meenal Pant
Recorded: March 17, 2013
Language: English
Last updated: May 6, 2013
Distributed Coordination with Python

Processes in a cluster can require controlled access to shared resources, tracking available processes, and sharing state. Unfortunately most tools in this category are oriented around Java. In this talk I cover how to use Python to interact with Apache Zookeeper -- a fault-tolerant consistent data-store -- to write coordinated distributed fault-tolerant applications in Python.

Event: PyCon US 2013
Speakers: Ben Bangert
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
Fusing Online and Face-to-Face Social Networks with Python and RFIDs

We describe the architecture of an application designed to enhance social interactions at conference gatherings by integrating data from online social networks and from wearable proximity sensors. The pipeline that processes the stream of sensor data and provides proximity-based services is implemented in Python and Twisted, and has been demonstrated to scale to thousands of simultaneous users.

Event: PyCon US 2013
Speakers: Andre Panisson, Ciro Cattuto, Marco Quaggiotto
Recorded: March 17, 2013
Language: English
Last updated: April 18, 2013
GR - A Universal Framework for Visualization Applications

For the creation of visualization programs there are a number of free and commercial tools and libraries. In a heterogeneous environment it points out that there is no universal solution that covers the specific needs in a scientific environment. GR is a framework for cross-platform visualization applications ranging from publication quality 2D graphs to the representation of complex 3D scenes.

Event: PyCon US 2013
Speakers: Josef Heinen
Recorded: March 17, 2013
Language: English
Last updated: April 17, 2013
How Import Works

This talk will go over how the simple from sys import version turns out to be slightly complicated. The details of imports -- from how the import statement is interpreted to deciding what object to return -- will be discussed. While the talk will discuss things from the perspective of Python 3.3 (and thus importlib), the overall semantics will (mostly) apply to older versions of Python.

Event: PyCon US 2013
Speakers: Brett Cannon
Recorded: March 17, 2013
Language: English
Last updated: March 21, 2013
Internationalization and Localization Done Right

A short intro to all aspects of making your Python web app ready for an international audience, right from marking Python source, templates and Javascript for translation to working with translation services, maintaining and testing translation files. The talk will cover details on Python gettext and open-source packages such as Babel and Potpie. Examples are based on the Django i18n framework.

Event: PyCon US 2013
Speakers: Ruchi Varshney
Recorded: March 17, 2013
Language: English
Last updated: March 21, 2013
Is Python Beginner Friendly?

Python is increasingly used as a teaching language for new programmers and touted as an easy language to learn for experienced developers. Its self proclaimed virtues of beauty, explicitness, simplicity and readability certainly should make it newbie and user-friendly... and mostly do. I'd like to talk with other Pythonistas about the parts that suck and what we can do to fix them!

Event: PyCon US 2013
Speakers: Simeon Franklin
Recorded: March 17, 2013
Language: English
Last updated: April 16, 2013
Iteration & Generators: the Python Way

Did you know that "for a, (b, c) in s:" is a valid Python line? From the elegant for statement through list/set/dict comprehensions and generator functions, this talk shows how the Iterator pattern is so deeply embedded in the syntax of Python, and so widely supported by its libraries, that some of its most powerful applications can be overlooked by programmers coming from other languages.

Event: PyCon US 2013
Speakers: Luciano Ramalho
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
Keynote

Van Lindberg is a software engineer and practicing attorney. What he does most, though, is translate - from "lawyer" to "engineer" and back. He likes working with both computer code and legal code to get things done.

Event: PyCon US 2013
Speakers: Van Lindberg
Recorded: March 17, 2013
Language: English
Last updated: March 25, 2013
Keynote

Guido van Rossum is the author of the Python programming language. He continues to serve as the "Benevolent Dictator For Life" (BDFL), meaning that he continues to oversee the Python development process, making decisions where necessary. He is currently employed by Dropbox.

Event: PyCon US 2013
Speakers: Guido van Rossum
Recorded: March 17, 2013
Language: English
Last updated: March 30, 2013
Lightning Talks - Sunday evening

Sunday evening lightning talks

Event: PyCon US 2013
Speakers: Various
Recorded: March 17, 2013
Language: English
Last updated: April 21, 2013
Lightning Talks - Sunday morning

Sunday morning lightning talks

Event: PyCon US 2013
Speakers: Various
Recorded: March 17, 2013
Language: English
Last updated: April 21, 2013
Namespaces in Python

In the infamous words of Tim Peters, "Namespaces are one honking great idea -- let's do more of those!" (PEP 20) Python's type system is built on the basis of well-bounded namespaces. Come look behind the curtain and you'll see Python in a whole new light. We'll also talk about how to put this knowledge to use whenever you write modules, classes, and functions.

Event: PyCon US 2013
Speakers: Eric Snow
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
Plover: Thought to Text at 240 WPM

Stenographic technology has been locked down to expensive, proprietary hardware and software for decades, depriving the world of the most efficient text entry system devised to date. Plover, a free, cross-platform steno engine that works with $45 hardware, offers hackers and hobbyists the ability to type at up to 240 WPM in applications ranging from wearable computing to captioning to coding.

Event: PyCon US 2013
Speakers: Mirabai Knight
Recorded: March 17, 2013
Language: English
Last updated: March 20, 2013
Pony Object-Relational Mapper

Pony is an object-relational mapper implemented in Python. It allows writing advanced SQL queries using plain Python in the form of a generator expression. This way queries look very concise. Pony implements the IdentityMap pattern, offers a solution for N+1 select problem, and has a visual editor for models.

Event: PyCon US 2013
Speakers: Alexey Malashkevich
Recorded: March 17, 2013
Language: English
Last updated: April 17, 2013
Purely Python Imaging with Pymaging

A little over a year ago, frustration with the state of image processing in Python led me to start a project called pymaging. Pymaging is a pure Python image processing library that works on Python 2.x and 3.x. This talk will dive into why I started this project, how I dug into the problems, what I learned about image formats and my goals for the future of this project.

Event: PyCon US 2013
Speakers: Jonas Obrist
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
PyNES: Python programming for Nintendo 8 bits.

This lecture describes a journey guided by hardcore gaming experiences from the past and how that lead to development of PyNES. What started as a "Python ASM compiler for Nintendo 8 bits" and is now evolving as a "Python programming for Nintendo 8 bits". All the hacks and drawbacks faced will be shown. Told as an epic tale, that should encourage others to fulfil the same path.

Event: PyCon US 2013
Speakers: Guto Maia
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
Python XMPP

XMPP (eXtensible Messaging and Presence Protocol) is a versatile protocol used for chat, social networking, content distribution, cloud management, embedded devices, and more. This poster covers several modern Python packages that make working with XMPP easier and examples of applications built with them.

Event: PyCon US 2013
Speakers: Arc Riley
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
Python, CSS, and Genetic Algorithms

Web developers everywhere have heard of minifying Javascript and CSS to decrease asset sizes and make Web pages load faster. With Python we can go beyond minification using genetic algorithms to compress CSS. Using the tinycss library we can apply a bipartite algorithm to any stylesheet to beat standard minification techniques by 10%.

Event: PyCon US 2013
Speakers: Ryan Brown
Recorded: March 17, 2013
Language: English
Last updated: April 18, 2013
Reverse Engineering the Internet of Things

This year I've reverse engineered two HTTP/Web enabled devices and written python clients for them. The Belkin Wemo [1] and the Philips Hue [2]. My poster session will cover methods materials and work.

[1] http://www.issackelly.com/blog/2012/08/04/wemo-api-hacking/ [2] http://www.issackelly.com/blog/2012/11/10/philips-hue-api-hacking/

Event: PyCon US 2013
Speakers: Issac Kelly
Recorded: March 17, 2013
Language: English
Last updated: April 16, 2013
Event: PyCon US 2013
Speakers: Rhys Rhaven
Recorded: March 17, 2013
Language: English
Last updated: April 18, 2013
rpy2: Use R from the Comfort of Python

R has become hard to avoid when working with data; there is hardly a method in statistics or visualization that is not available, and there are many methods that are originally only available in R.

The Python-to-R bridge opens the whole library of R functions, classes, and datasets to the Python programmer by exposing an embedded R process and its objects through a Python library.

Event: PyCon US 2013
Speakers: Laurent Gautier
Recorded: March 17, 2013
Language: English
Last updated: April 17, 2013
Serpint - Controlling Raspberry Pi GPIO with a Serial Port/Socket

Serpint is software for controlling the GPIO pins on a Raspberry Pi over a socket or serial port. It can be used to control the GPIO pins from languages that don't already have a GPIO library, but do for sockets or serial, or from programs that expect a serial port, and do that from half a world away.

Event: PyCon US 2013
Speakers: Louis Goessling
Recorded: March 17, 2013
Language: English
Last updated: April 17, 2013
Server Log Analysis with Pandas

Use iPython, matplotlib, and Pandas to slice, dice, and visualize your application's behaviour through its logs.

Event: PyCon US 2013
Speakers: Taavi Burns
Recorded: March 17, 2013
Language: English
Last updated: April 13, 2013
Use curses, don't swear

I find it very handy to be able to fire up the command line and make changes through a well-designed CLI tool. I'd like to show how the 3rd party urwid library or the built-in curses library can be used to build such tools easily.

Event: PyCon US 2013
Speakers: Sean Zicari
Recorded: March 17, 2013
Language: English
Last updated: March 27, 2013
Using Python to Code by Voice

I dictate my code using a voice recognition system with Python embedded in it. In a fast paced live demo, I will code a small system and deploy it without touching the keyboard. I hope to convince you that voice recognition is no longer a crutch for the disabled or limited to plain prose.

Event: PyCon US 2013
Speakers: Tavis Rudd
Recorded: March 17, 2013
Language: English
Last updated: April 13, 2013
We Have, We Need - Disaster Relief in the Modern World

We Have, We Need is a student-led project at the University of California, San Diego. WHWN is a supply-sharing and communication platform created for humanitarians and NGOs in disaster/crisis zones, currently targeted toward relief efforts in Haiti. Come learn how we cope with issues like frequent developer turnover, limited budgets, fluctuating team size, and varying experience levels.

Event: PyCon US 2013
Speakers: Jon Wong, Wes Vetter
Recorded: March 17, 2013
Language: English
Last updated: April 17, 2013
Why Pyramid is awesome: the example of Facebook applications

Beside the friends, walls and photos, Facebook is a platform where anybody can build applications or games taking advantage of the huge user base and connections between people. Any web-capable language or framework can be used to do that, but this poster will show you why Pyramid is a most excellent choice.

Event: PyCon US 2013
Speakers: Éric Araujo
Recorded: March 17, 2013
Language: English
Last updated: April 28, 2013
Worry-Free Parsers with Parsley

Writing parsers has often been a task difficult for programmers to take on. Many of the tools available for parsing require writing grammar rules and code that work very different from everything else in Python. Parsley is a library that mixes the benefits of concise rule-based grammars with a parsing model that works the way you expect Python code to work.

Event: PyCon US 2013
Speakers: Allen Short
Recorded: March 17, 2013
Language: English
Last updated: March 22, 2013
XBlock: Courseware Components from edX

edX.org is building XBlock, an open-source component architecture for courseware. It provides API's for creating course components of all kinds. Possible uses include: simple controls, new types of problems, new quiz structures, interactive simulations, and new navigation techniques. We're hoping to expand awareness of XBlock, and also to hear from potential users about their needs.

Event: PyCon US 2013
Speakers: Ned Batchelder
Recorded: March 17, 2013
Language: English
Last updated: April 16, 2013
[Poster] A Fast and Efficient Python Development Process for Small Teams

Ever had a feature take too long, not work, and make everybody crazy? Our small team has learned some great tips to speed up development without sacrificing quality and stability. Come see these hard learned ideas, and how they can be applied to your team.

Event: PyCon US 2013
Speakers: Eric Palakovich Carr
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] ApsimRegions: A Gridded Modeling Framework for the APSIM Crop Model

This poster demonstrates how Python can be used in the Environmental and Earth Systems Sciences to create a framework for automating the process of preparing input, running in parallel, and processing output from existing computer models. The framework discussed, ApsimRegions, uses many built-in and third-party Python packages to accomplish these tasks specifically for the APSIM crop growth model.

Event: PyCon US 2013
Speakers: David Stack
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] Atabox

The Atabox is an $8 computer based of the Atmega328. It runs the webLinux Os and supports the bitlash and c programming languages. I am hoping to port python to the platform but have had no luck so far. It costs $8-$10 dollars. The interface is command line, but supports further graphical modifications.

Event: PyCon US 2013
Speakers: Ian McJohn
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] Darkserver: Help to Debug Userspace

Darkserver is a set of tools and service written in Python to help developers to debug their applications & libraries. Darkserver project was started to use Build-ID feature of compiler toolchains and help developer tools to identify exact package builds from which process images (e.g. core dumps) come. This can enable their analysis, debugging profiling.

Event: PyCon US 2013
Speakers: Kushal Das
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] David vs Goliath: Fighting Big Budgets with Python

How do you compete with well funded corporations and other institutions when you’re a non-profit? Use Python to take advantage of the resources you didn’t know you had and compete for grants you thought you couldn’t get. Python has helped our small organization piggyback new research on existing efforts, win more grants, and share more ideas.

Event: PyCon US 2013
Speakers: Michael Waud
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] Developing an Early College IT/CS/Math Program Using Python

This poster will present a summary of lessons learned and best practices developed for teaching programming and web development suffused with mathematics in a dual enrollment curriculum with non-traditional programming students.

Event: PyCon US 2013
Speakers: Jeffrey Elkner
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] Django Appointment Slots

Best Practices for creating and booking Appointment Slots functionality. Many services marketplaces need or will need to build a system such as this. Building a booking system in-house gives you far better control and a much more elegant workflow rather than using a third-party scheduling service. We hope to share what we have learnt over the past year doing so.

Event: PyCon US 2013
Speakers: Amol Kher
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] Enabling High Throughput Immunobiology by Integrating Django, numpy, matplotlib, and SQLAlchemy

Nodality is applying a novel technology, Single Cell Network Profiling (SCNP), to reveal biology and predict clinical outcome. We face unique engineering challenges related to lab workflows, mining complex data, and presenting data in compelling interactive visuals. We will share design and implementation considerations for integrating heterogeneous software tools needed to meet these challenges.

Event: PyCon US 2013
Speakers: Jacob Rothenbuhler
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] Next-Generation Immunobiology Data Integration, Analysis and Visualization

Nodality has pioneered a novel flow cytometry-based technology in the areas of oncology and autoimmunity to reveal underlying disease biology. We present a custom framework written in Python that uses Django, Matplotlib, MongoDB and Pandas to join this experimental data with clinical facts such as individual patient disease outcomes to develop actionable biological and clinical information.

Event: PyCon US 2013
Speakers: Alan Barber II
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] Read the Docs

This poster will feature the site Read the Docs. It hosts documentation and other text related materials that are created with the Sphinx Documentation Generator. Come on by the poster to chat about Read the Docs, or talk about anything documentation related!

Event: PyCon US 2013
Speakers: Eric Holscher
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] Retrieving Meaning from Words

FOSS@RIT is an applied research lab at Rochester Institute of Technology focused on promoting free/open source software and open web technologies. Recently, students have been using the Natural Language Toolkit (NLTK) libraries to solve interesting problems involving natural language; analyzing data from political tweets to personal emails.

Event: PyCon US 2013
Speakers: Nathaniel Case
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] Spatial Clustering in Python

Density-based clustering allows the identification of objects from unstructured data. The DBSCAN and OPTICS algorithms allow clustering and classification of remotely-sensed points into objects; however, current implementations have been unable to handle the data volume produced by LiDAR (Light Detection And Ranging). Using modified kd-trees as a spatial index allows for increased scalability.

Event: PyCon US 2013
Speakers: Shane Grigsby
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
[Poster] The State of PyCscope

PyCscope V1.0 has been released and we want to bring folks up to speed on the current state of its features and a bit about how it works.

Event: PyCon US 2013
Speakers: Peter Portante
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
5 powerful pyramid features

Pyramid is a web framework designed to do very well the fundamentals of web applications. Even though it's minimalist in its goals, it provides strong features to let developers deal with these fundamentals. In this talk, we'll look at 5 specific Pyramid features that offer web developers unique flexibility and power.

Event: PyCon US 2013
Speakers: Carlos de la Guardia
Recorded: March 16, 2013
Language: English
Last updated: May 26, 2013
All-Singing All-Dancing Python Bytecode

We all know Python is a bytecode interpreter, but what does that mean? Come find out! You'll learn what Python bytecodes are, what they do, and even how you can tinker with them. By the end of the talk you'll be an expert. All code will be 100% Python 3--knowledge of C not required!

Event: PyCon US 2013
Speakers: Larry Hastings
Recorded: March 16, 2013
Language: English
Last updated: March 22, 2013
Asset Management in Python

With the growth of Coffeescript, Less, SASS, etc..., compiling the assets for your project is becoming more useful. This talk covers using a Python library called Webassets to automate your build process. We specifically focus on getting your Javascript and CSS compiling automatically as you work. We show examples of integrating with common web frameworks like Django and Flask.

Event: PyCon US 2013
Speakers: Beau Lyddon, Robert Kluin
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Beyond Passwords: Secure Authentication with Mozilla Persona

Mozilla Persona is a decentralized, cross-browser authentication system that completely eliminates website passwords. It's simple, secure, and privacy-protecting. This talk explores the design of Persona with a focus on adding it as a login option to Python-based webapps, drawing from Mozilla's own experience switching many Django (and non-Django) sites away from passwords and to Persona.

Event: PyCon US 2013
Speakers: Dan Callahan
Recorded: March 16, 2013
Language: English
Last updated: March 24, 2013
Boundaries

An exploration of the boundaries between pieces of code, including: isolated testing, behavior vs. data, mutation vs. immutability, how data shape affords parallelism, transforming interface dependencies into data dependencies, and what it might look like to build systems using all of these to guide the boundaries between objects and components.

Event: PyCon US 2013
Speakers: Gary Bernhardt
Recorded: March 16, 2013
Language: English
Last updated: May 26, 2013
Building an image processing pipeline with Python

This talk covers the details of how to build a highly scalable image processing pipeline using Python and third-party open source libraries and tools such as OpenCV, NumPy, Tesseract, ImageMagick, Tornado, Nginx and MySQL.

Event: PyCon US 2013
Speakers: Franck Chastagnol
Recorded: March 16, 2013
Language: English
Last updated: March 24, 2013
Building full-stack scientific applications in Python

Python has a large collection of tools for scientific computing. However, finding the right pieces and assembling them into a fast and scale-able app can be a daunting task. This talk will explore common requirements of scientific apps and how to fulfill those from the Python ecosystem. It will also provide a blueprint for building apps using tools like PyQt, PyQwt, numpy, and HDF5.

Event: PyCon US 2013
Speakers: Luke Lee
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Chef: Automating web application infrastructure

This talk is going to focus on using Chef to create web application projects, specifically a python project with a Django framework. Chef is a configuration tool for managing infrastructure by allowing users to automatically and reproducibly configure installations on servers. This talk will cover what is Chef, why automated server configuration is important, and how Chef can be used personally.

Event: PyCon US 2013
Speakers: Kate Heddleston
Recorded: March 16, 2013
Language: English
Last updated: May 4, 2013
Community Event Planning

Hosting in-person events is a great way to develop and grow your local Python community. If you’ve ever thought about hosting a code sprint, hackathon, (un)conference or workshop, this talk is for you. I’ll present quick overview of what you need to know to get started planning a successful event. Event planning workbook included.

Event: PyCon US 2013
Speakers: Christie Koehler
Recorded: March 16, 2013
Language: English
Last updated: March 25, 2013
Copyright and You

The basics of copyright law mainly as applies to the United States but also covering the fundamental tenets that govern international law. I include quite a bit of overview material as well as talk about specific licensing schemes, including open source schemes, and some recent trends including open hardware.

Event: PyCon US 2013
Speakers: Frank Siler
Recorded: March 16, 2013
Language: English
Last updated: May 26, 2013
Crypto 101

An introduction to applied cryptography and information security suitable for programmers of all ages and skill levels.

Event: PyCon US 2013
Speakers: Laurens Van Houtven
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
Customizing the Django Admin: The How and the Why

The abstraction and the flexibility the Django admin offers is matched by few software, even today after half a decade of it's introduction. The speaker has customized it in many ways over the years. This talk reminisces over how supposedly large real world problems could be solved with relatively less development by leveraging the power of django admin and using a few techniques.

Event: PyCon US 2013
Speakers: Lakshman Prasad
Recorded: March 16, 2013
Language: English
Last updated: March 27, 2013
Cython vs SWIG, Fight!

Cython and SWIG are excellent, and yet very different tools for using C libraries from Python. The goal of this talk is to introduce both tools, discuss their strengths, their weaknesses, and the situations that clearly favor one tool over the other.

Event: PyCon US 2013
Speakers: Mark Kohler
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
Death by a thousand leaks: what statically-analysing 370 Python extensions looks like

What happens when you run a custom C static analysis tool ("cpychecker") on hundreds of Python extensions? I'll talk about the kinds of errors that my tool found, how to run it on your own code, and how to prevent memory leaks and crasher bugs in the C code of your Python extension modules.

Event: PyCon US 2013
Speakers: David Malcolm
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Designers + Developers: Collaborating on your Python project

Working in teams is an important part of what we do as developers & designers. Whether it's desktop applications or mobile sites, we work together to create successful end products. But how do we work together in different environments? What is the best work-flow for a mix of skill sets?

We'll be talking about our various methods & work-flows that we found successful in working collaboratively.

Event: PyCon US 2013
Speakers: Julia Elman, Mark Lavin
Recorded: March 16, 2013
Language: English
Last updated: May 5, 2013
Dispatch Magic

One of the most common tasks in modern web frameworks is to ease the task of writing bits of code that are then called by the framework. Handling this task is the first major undertaking of any web framework, and the part that most web frameworks have in common.

How do frameworks locate this code? What basic patterns apply to all frameworks? How does this make me be a better web programmer?

Event: PyCon US 2013
Speakers: Ben Bangert
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
Dynamic Code Patterns: Extending Your Applications with Plugins

Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions at runtime. This presentation will discuss the techniques for dynamic code loading used in several well-known applications and weigh the pros and cons of each approach.

Event: PyCon US 2013
Speakers: Doug Hellmann
Recorded: March 16, 2013
Language: English
Last updated: March 22, 2013
Getting started with automated testing

The hardest part of testing is getting the ball rolling. Once you've picked your tools and started writing tests, the added confidence you have in making changes to your code, and the time you save in repetitive manual testing, can quickly become addictive! If you never got over that initial speedbump, or you've tried testing but it hasn't yet clicked, this talk is for you.

Event: PyCon US 2013
Speakers: Carl Meyer
Recorded: March 16, 2013
Language: English
Last updated: March 19, 2013
How (Not) To Build An OSS Community

A rough & tumble guide, based on the pains of experience, of what to do/not do when trying to build an OSS community.

Event: PyCon US 2013
Speakers: Daniel Lindsley
Recorded: March 16, 2013
Language: English
Last updated: March 23, 2013
Integrating Jython with Java

Jython provides a nearly seamless integration when using Java code. Using Jython from Java is not nearly as seamless, at least not yet. There are also several choices, depending on what you're doing, from object factories to using Java Scripting (JSR-223) support. This talk will discuss techniques, gotchas, and ongoing work to improve integration.

Event: PyCon US 2013
Speakers: Jim Baker
Recorded: March 16, 2013
Language: English
Last updated: May 26, 2013
Keynote - What Makes Python Awesome

Show the specific features that make Python more than just another scripting language.

Event: PyCon US 2013
Speakers: Raymond Hettinger
Recorded: March 16, 2013
Language: English
Last updated: March 31, 2013
Lessons Learned in Teaching Python

Sharing what you know with others is an extremely rewarding experience, and may challenge and develop your knowledge of Python.

I will share my teaching experiences; covering venues, materials, lesson plans, technical difficulties, engagement, and more.

If you've considered teaching Python, this talk will give you insight into what it takes to keep your students engaged, and have some fun.

Event: PyCon US 2013
Speakers: Alexandra Strong, Christine Cheung
Recorded: March 16, 2013
Language: English
Last updated: May 5, 2013
Let Them Configure!

A look at possible approaches to introducing configurability to your Python application, and a quick analysis of the most common problems.

Event: PyCon US 2013
Speakers: Łukasz Langa
Recorded: March 16, 2013
Language: English
Last updated: March 25, 2013
Lightning Talks - Saturday evening

Lightning talks from Saturday evening.

Event: PyCon US 2013
Speakers: Various
Recorded: March 16, 2013
Language: English
Last updated: April 21, 2013
Lightning Talks - Saturday morning

Lightning talks from Saturday morning.

Event: PyCon US 2013
Speakers: Various
Recorded: March 16, 2013
Language: English
Last updated: April 21, 2013
Location, Location, Location

Are you building a Django application that needs to handle geographic location data? Are you unsure how to tackle using spatial databases, how to jump into using GeoDjango or how to allow users to query for data by, for example, zip code? I'll go over how to use GeoDjango, lessons learned in using spatial databases, and how I built an API exposing distance query functionality.

Event: PyCon US 2013
Speakers: Julia Grace
Recorded: March 16, 2013
Language: English
Last updated: March 25, 2013
Logical Failures

Programmers are, by the nature of their work, logicians. However, logic can be more challenging than we sometimes think, and it's easy for us to make logical mistakes, especially when they're to justify a proposition we already believe. This is, at its core, what makes us not very good at testing our own stuff, and what makes architecting a technical system so challenging.

Event: PyCon US 2013
Speakers: Luke Sneeringer
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Making Apache suck less for hosting Python web applications.

It is not hard to find developers who will tell you that Apache sucks for running Python web applications. Is there a valid basis to such claims or have they simply been misguided by the views of others? This talk will endeavor to shine a light on the realities of and limitations in working with Apache, as well as the challenges in implementing the mod_wsgi module for Apache.

Event: PyCon US 2013
Speakers: Graham Dumpleton
Recorded: March 16, 2013
Language: English
Last updated: March 25, 2013
Mobile Application Testing with Python and Selenium

Selenium has grown to be a mature platform on the desktop, but with 'mobile now' being the mantra for so many companies, can we use Selenium to effectively test mobile apps? What about Native apps? This talk will cover using Python to test mobile web applications with Selenium, as well as an in depth overview of the future of Selenium to test Native iOS and Android applications.

Event: PyCon US 2013
Speakers: Jason Carr
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
MTO On Blast: Using Python's Natural Language Toolkit to Model Gossip Blogs

This talk describes a project that uses the Natural Language Toolkit to build a language model from a gossip blog. The tone is light-hearted, but manages to introduce some core concepts in Python's most popular NLP library as well as some basics on computational linguistics and programming in Python.

Event: PyCon US 2013
Speakers: Robert Elwell
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Numba: A Dynamic Python compiler for Science

Numba is a compiler for Python syntax that uses the LLVM library and llvmpy to convert specifically decorated Python functions to machine code at run-time. It allows Python syntax to be used to do scientific and numerical computing that is blazing fast yet tightly integrated with the CPython run-time.

Event: PyCon US 2013
Speakers: Mark Florisson, Travis Oliphant
Recorded: March 16, 2013
Language: English
Last updated: May 26, 2013
Panel: Directions for Packaging

What needs to happen to finally offer a first-class packaging experience to Python users? Several of the people working directly on that problem will be here to answer your questions.

Event: PyCon US 2013
Speakers: Daniel Holth, Éric Araujo, Jason R. Coombs, JIm Fulton, Marcus Smith, Nick Coghlan, Richard Jones
Recorded: March 16, 2013
Language: English
Last updated: May 5, 2013
Porting Django apps to Python 3

Django 1.5 now supports Python 3, so now's the time to start thinking about porting your apps and sites. Come see how! I'll talk about the porting techniques that work, and present two case studies: porting a site, and porting a reusable app.

Event: PyCon US 2013
Speakers: Jacob Kaplan-Moss
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Pyramid Auth Is Hard, Let's Ride Bikes

Pyramid web framework authentication and authorization subsystems are powerful and pluggable, but using them to their max isn't always easy. This talk will discuss how to get the most out of those subsystems.

Event: PyCon US 2013
Speakers: Chris McDonough
Recorded: March 16, 2013
Language: English
Last updated: March 23, 2013
Python at Netflix

Come find out how Netflix uses Python.

Event: PyCon US 2013
Speakers: Corey Bertram, Jeremy Edberg, Roy Rapoport
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
Python for Humans

Python’s ecosystem is held up to a high standard, but it falls short in a few key areas. A handful of crucial APIs are an absolute pain to work with. We’ll go over where these APIs went wrong and learn about strong and elegant API design. The high barriers to entry in Python will be discussed. Potential solutions will be proposed.

Event: PyCon US 2013
Speakers: Kenneth Reitz
Recorded: March 16, 2013
Language: English
Last updated: March 30, 2013
Python for Robotics and Hardware Control

I build robots for a living and kinetic art for fun. I use Python as a front end, GUI control, and glue to talk to controllers, actuators, sensors, and peripherals. I will present some example robots and kinetic art, and give some tips that I've learned from building everything from robotic desk lamps to automated surgical systems.

Event: PyCon US 2013
Speakers: Jonathan Foote
Recorded: March 16, 2013
Language: English
Last updated: May 26, 2013
Python's Law

Open source software is changing intellectual property law. The talk would cover recent cases on what elements of software may be copied without infringing copyright, the scope of software patents, enforceability of licenses, damages for copyright infringement, and how the network of community support for projects such as Python may be more potent in litigation than a patent portfolio.

Event: PyCon US 2013
Speakers: Stephen McJohn
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
Python's Class Development Toolkit

This is a short, but thorough tutorial on the Python's built-in toolset for creating classes. We look at commonly encountered challenges and how to solve them using Python.

Event: PyCon US 2013
Speakers: Raymond Hettinger
Recorded: March 16, 2013
Language: English
Last updated: March 24, 2013
Realtime Tracking and Mapping of Geographic Objects using Python

Non-trivial mapping and location-centric applications are a beast of their own in terms indexing/querying/analyzing. Realtime tracking geo-applications add an even greater layer of complexity.

In this talk we will give a short overview of the traditional OS web/mobile mapping architecture and datasets and extend it to include a realtime component.

Event: PyCon US 2013
Speakers: Ragi Burhum
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
Scaling community diversity outreach

In March '10, the Boston Python user group ran its first gender diversity outreach workshop. In the time since, the group has has moved the needle and inspired other communities to do the same. In this panel, you will hear communities like PyStar Philly, Railsbridge Boston, and the Chicago Python Workshop discuss their successes and difficulties with diversity-oriented outreach.

Event: PyCon US 2013
Speakers: Asheesh Laroia, Dana Bauer, Daniel Choi, Jessica McKellar, Naomi Ceder
Recorded: March 16, 2013
Language: English
Last updated: May 20, 2013
Sink or swim: 5 life jackets to throw to New Coders

Many want to learn to code, and many choose Python as a first language. You direct them to Learn Python the Hard Way, or Dive into Python. Great! But now what? I will present 5 digestible projects to gradually progress the Python learner from near drowning to a decent swimmer. The goal is to have new coders feeling accomplished and to continuing learning.

Event: PyCon US 2013
Speakers: Lynn Root
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
So Easy You Can Even Do It in JavaScript: Event-Driven Architecture for Regular Programmers

In this era of rich browser applications, everybody needs to know at least enough about events to write an 'onclick' handler. But events have a reputation for being confusing. In this talk I'll explain why events can be quite easy to understand if you think about them the right way, and how to scale your understanding from trivial browser JavaScript to distributed systems in Python.

Event: PyCon US 2013
Speakers: Glyph
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Solid Python Application Deployments For Everybody

Do you dread the moment when your shiny new application is “ready for production”; except it isn’t because deploying is hard? How about moving existing apps or deploying one app to many servers? I’ll take you on a trip of dos and don’ts of deploying Python apps on UNIXy systems. Afterwards, you will be able to find the best way to deploy your code without repeating the mistakes of many before you.

Event: PyCon US 2013
Speakers: Hynek Schlawack
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Teaching with the IPython Notebook

The IPython Notebook offers a number of advantages when teaching programming. It eliminates the need to switch between the command line and an editor, provides a consistent interface for students, and provides an easy to share and reuse file format. I’ll discuss how I and others are using the IPython Notebook to reduce the mental load on students to make learning and teaching easier for everyone.

Event: PyCon US 2013
Speakers: Matt Davis
Recorded: March 16, 2013
Language: English
Last updated: March 22, 2013
Things to make writing tests easier

Writing tests is often hard enough as it is, without having to keep on writing the same boiler plate to set things up and check outcomes. I've collected a bunch of these tools that are all documented, flexible and have unit tests of their own. I'd like to share those with people interested in using them so they can spend more time writing code and less time worrying about how to test it properly.

Event: PyCon US 2013
Speakers: Chris Withers
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
What is the Python Software Foundation?

To a lot of people, the Python Software Foundation is a black box. After years of being on the outside of the box, a few years on the inside have given a good look at what this foundation is and why it matters. Come see what the PSF is about, what it's doing, and what you can do to help.

Event: PyCon US 2013
Speakers: Brian Curtin
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
What teachers really need from us

We need great resources and great teachers for the next generation of software developers. Hear about what teachers say about what they need and what the Python community has to offer K-12 classrooms.

Event: PyCon US 2013
Speakers: Selena Deckelmann
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Who are we? A sociological analysis of the indigenous Python tribe

If you look at a history of programming languages, over time languages combine or diverge to form new languages. Here we are, the people of Python, but who are we? Will we survive? Will we evolve from a tribe to state? What is important to us as a people? This talk will aim at providing insight by looking at data in Python community.

Event: PyCon US 2013
Speakers: Jacqueline Kazil
Recorded: March 16, 2013
Language: English
Last updated: March 21, 2013
Who’s there? - Home Automation with Arduino/RaspberryPi

Have you ever found yourself obsessively checking UPS or FedEx tracking site to see if your package finally got delivered at your doorstep? Or wondered when your contractor/gardener showed up to do their job?

Come join me to learn how to build your own gadget to notify you when your package or contractor shows up at your doorstep!

Event: PyCon US 2013
Speakers: Rupa Dachere
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
Why you should use Python 3 for text processing

Python is a great language for text processing. Each new version of Python--but especially the 3.x series--has enhanced this strength of the language. String (and byte) objects have grown some handy methods and some built-in functions have improved or been added. More importantly, refinements and additions have been made to the standard library to cover the most common tasks in text processing.

Event: PyCon US 2013
Speakers: David Mertz
Recorded: March 16, 2013
Language: English
Last updated: April 2, 2013
API Design for Library Authors

A library is code distributed in such a way that strangers can use it. In this talk we consider: 1) why Python developers make bad libraries and poor APIs; 2) how to make your library API maximally useful for others; 3) examples of real-world antipatterns involving APIs.

Event: PyCon US 2013
Speakers: Chris McDonough
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Awesome Big Data Algorithms

Random algorithms and probabilistic data structures are algorithmically efficient and can provide shockingly good practical results. I will give a practical introduction, with live demos and bad jokes, to this fascinating algorithmic niche. I will conclude with some discussions of how our group has applied this to large sequencing data sets (although this will not be the focus of the talk).

Event: PyCon US 2013
Speakers: Titus Brown
Recorded: March 15, 2013
Language: English
Last updated: March 24, 2013
Better Documentation Through Automation: Creating Sphinx Extensions

Sphinx is an incredibly useful tool for creating attractive documentation for your project, but if all you ever use it for is converting reStructuredText files to HTML you are barely scratching the surface of its power. This presentation shows how easy it is to extend Sphinx by defining new markup processors, allowing you to take your documentation to the next level.

Event: PyCon US 2013
Speakers: Doug Hellmann
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
Blame it on Caesar: What you need to know about dates, times and time zones

Time measurement is a complex area full of tricky problems and unexpected edge-cases. This fast-paced talk tells you how to avoid the pitfalls, and warn about the compromises.

Event: PyCon US 2013
Speakers: Lennart Regebro
Recorded: March 15, 2013
Language: English
Last updated: March 23, 2013
Composability Through Multiple Inheritance

One of the turning points in history was when manufacturing embraced intermediate production. By creating simple components that can be integrated into complex products, manufacturers are able to build faster and cheaper, achieving better quality. In this tale of developer meets engineer,I describe how I'm using Python's inheritance model to bring this manufacturing reality to life in source code.

Event: PyCon US 2013
Speakers: Łukasz Langa
Recorded: March 15, 2013
Language: English
Last updated: March 29, 2013
Deploy your Python app in 5 min with a PaaS

How can you avoid servers and get back to coding? Platform-as-a-service (PaaS) makes deployment easy. But which PaaS do you choose and how do you get started? This talk will examine several of the leading PaaS providers and discuss their pros/cons. We'll also give examples for how to deploy the same app to each of them to see the differences.

Event: PyCon US 2013
Speakers: Nate Aune
Recorded: March 15, 2013
Language: English
Last updated: April 2, 2013
EduPsych Theory for Python Hackers: A Whirlwind Overview

I've taken two years of graduate courses in engineering education. I save you $50k in tuition and hundreds of hours of reading and give you the short version for Pythonistas who care about education and outreach.

Event: PyCon US 2013
Speakers: Mel Chua
Recorded: March 15, 2013
Language: English
Last updated: March 25, 2013
Elasticsearch (Part 1): Indexing and Querying

Elasticsearch provides an easy path to clusterable full-text search, with synonyms, faceting, and geographic math, but there's a paucity of written wisdom beyond its API docs. This talk, part 1 of a 2-part series, surveys its capabilities and shows how its internal data structures and algorithms work. With the groundwork laid, we explore how to choose efficient indexing and the right queries to make your apps go fast.

Event: PyCon US 2013
Speakers: Erik Rose
Recorded: March 15, 2013
Language: English
Last updated: May 21, 2013
Encapsulation with descriptors

Python has no private fields, but the property decorator lets you replace public attributes with getters and setters without breaking client code. And the descriptor mechanism, used in Django for model field declarations, enables wide reuse of getter/setter logic via composition instead of inheritance. This talk explains how properties and descriptors work by refactoring a practical example.

Event: PyCon US 2013
Speakers: Luciano Ramalho
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
Fighting Cancer with Python

The “War on Cancer” was declared over 40 years ago. Despite tremendous advances in understanding cancer biology and developing cancer treatments, it remains a significant cause of suffering and death. We will describe Python-based data management and analysis tools and show how they have enabled a novel flow cytometry-based technology focused on studying disease biology to improve cancer outcomes.

Event: PyCon US 2013
Speakers: Erik Evensen
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
Functional Programming with Python

Python supports several functional programming concepts. The presentations shows how to use functional features such as functions as first-class objects, closures, side-effect-fee functions, currying, lazy evaluation, no mutable data structures and use of iterators instead of loops. The focus is on integration of these concepts in existing programs.

Event: PyCon US 2013
Speakers: Mike Müller
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Funding and Coordinating Python Projects via Non-Profits

Organizations like Software Freedom Conservancy and PSF provide essential non-profit infrastructure to the Python community. For the past few years, Conservancy specifically helped raise funds to support 3 key Python projects: Mercurial, PyPy and Twisted. This talk discusses successes and challenges of funding Python software development in non-profits, and discuss plans to expand this activity.

Event: PyCon US 2013
Speakers: Bradley M. Kuhn
Recorded: March 15, 2013
Language: English
Last updated: May 26, 2013
Gittip: Inspiring Generosity

Gittip is a platform for sustainable crowd-funding. The site's primary funding mechanism is the "gift tip," a small, anonymous, weekly gift to a worthwhile person or project. These gifts are given with no strings attached, and represent a new model for funding free and open source software. Moreover, Gittip itself is funded on Gittip, with potential implications far beyond software.

Event: PyCon US 2013
Speakers: Chad Whitacre
Recorded: March 15, 2013
Language: English
Last updated: May 26, 2013
How the Internet works

This talk is an introduction to the Internet's structure and protocols through fun experiments from the Python perspective. We'll use Python libraries like Scapy and Twisted to explore what happens at a networking level as you surf the Web, how coffee shop Internet access works, and more.

Event: PyCon US 2013
Speakers: Jessica McKellar
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
How to Except When You're Excepting

This talk is an introduction to the practice of exception handling, aimed at those without a heavy CS background or years of experience, and who are thus unfamiliar with the technique. Novices to Python will learn Python-specific techniques that make use of built-in exceptions and the context manager, as well as unusual but Pythonic ways of managing the flow control of their program.

Event: PyCon US 2013
Speakers: Esther Nam
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
If You Code, You Should Write

Writing isn't just about dry project documentation or docstrings. It can actually be fun and interesting, and it's an enormous benefit to the community. This talk makes the case that writing is our civic duty to our community, and gives some tips to get started writing for various different venues & audiences.

Event: PyCon US 2013
Speakers: Brian K. Jones
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
Keynote - Eben Upton

Eben Upton is a founder and trustee of the Raspberry Pi Foundation, and serves as its Executive Director. The Raspberry Pi is an ultra-low cost, credit card-sized computer designed to fill a much-needed technological gap in communities that cannot afford more traditional computing hardware and to provide children around the world the opportunity to learn programming.

Event: PyCon US 2013
Speakers: Eben Upton
Recorded: March 15, 2013
Language: English
Last updated: March 16, 2013
Kivy: Building GUI and Mobile apps with Python

This talk will introduce the Kivy project (http://kivy.org). Kivy’s mission is to make building graphical user interfaces on any device fun, efficient, and pythonic.

The talk will focus on giving attendees an overview of how they can use kivy to build exiting UIs and mobile apps.

Event: PyCon US 2013
Speakers: Mathieu Virbel, Thomas Hansen
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Lightning Talk - The future of Linux Containers

Solomon talks about Linux Containers which they use at dotCloud and how people are interested in how they do it, but it's complicated so until now they haven't talked about it. Until now: Docker.

Event: PyCon US 2013
Speakers: Solomon Hykes
Recorded: March 15, 2013
Language: English
Last updated: March 23, 2013
Lightning Talks - Friday evening

Lightning talks from Friday evening.

Event: PyCon US 2013
Speakers: Various
Recorded: March 15, 2013
Language: English
Last updated: April 21, 2013
Loop like a native: while, for, iterators, generators

Python provides powerful primitives for iterating over your data in ways that let you express yourself clearly and directly. But even programmers familiar with the tools don't use them as fully as they could. This talk will cover Python's iteration tools, from basic loops to generators and how to add iteration to your own classes. Come learn how looping was meant to be!

Event: PyCon US 2013
Speakers: Ned Batchelder
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Make More Responsive Web Applications with SocketIO and gevent

An explanation of how to implement a socket.io server in Python to serve websocket requests from browsers.

Event: PyCon US 2013
Speakers: Luke Sneeringer
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Making DISQUS Realtime.

What does it take to add realtime functionality to a truly “web scale” app. The result is the DISQUS realtime system, a highly concurrent system for allowing web clients to subscribe to arbitrary events in the DISQUS infrastructure.

Event: PyCon US 2013
Speakers: Adam Hitchcock
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Measuring and modeling the complexity of children's books

Researchers have been modeling text difficulty for over 50 years. A variety of models have been developed, but few have focused on books for emerging readers (Grades K-2). We used Python for nearly every aspect of the project including collecting data from reading educators, analyzing text features and psychometric data, and creating a predictive model. Tools used include scipy, scikit-learn, pandas, and extensive use of the IPython Notebook which is demonstrated in the talk.

Event: PyCon US 2013
Speakers: Jeff Elmore
Recorded: March 15, 2013
Language: English
Last updated: April 2, 2013
Messaging at Scale at Instagram

As activity accelerated from just a few thousand activities per day to hundreds of millions, Instagram needed a reliable, scalable messaging infrastructure to distribute work and messages. In this talk, I'll jump from a crash course in the abstract concepts of queueing into the implementation details & hard-earned know-how from experience building massive-scale Python-based systems.

Event: PyCon US 2013
Speakers: Rick Branson
Recorded: March 15, 2013
Language: English
Last updated: March 22, 2013
Music Theory and Performance Analysis with Sebastian and Czerny

This talk will discuss two open source projects for using Python for music analysis. Sebastian focuses on music theory while Czerny focuses on performance (particularly keyboard playing).

Event: PyCon US 2013
Speakers: James Tauber
Recorded: March 15, 2013
Language: English
Last updated: March 24, 2013
Opening Statements

Opening statements from Jesse Noller.

Event: PyCon US 2013
Speakers: Jesse Noller
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
Planning and Tending the Garden: The Future of Early Childhood Python Education

Interest and activity in computing education is on the rise. Other language communities and projects have stepped up to promote early childhood programming. What tools are available for teaching Python? How do they compare?

This talk aims to discuss current trends, examine the current education landscape, question our goals as a community, and discuss opportunities for growing young developers.

Event: PyCon US 2013
Speakers: Kurt Grandis
Recorded: March 15, 2013
Language: English
Last updated: May 26, 2013
PyPy without the GIL

PyPy has a version without the Global Interpreter Lock (GIL). It can run multiple threads concurrently. But the real benefit is that you have other, new ways of using all your cores. In this talk I will describe how it is possible (STM) and then focus on some of these new opportunities, e.g. show how we used multiple cores in a single really big program without adding thread locks everywhere.

Event: PyCon US 2013
Speakers: Armin Rigo
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
Python 3.3: Trust Me, It's Better than 2.7

In this talk I will try to convince you that Python 3.3 is superior to Python 2.7 by going over the differences between Python 2.7 and Python 3.3 along with benchmark information to show where Python 3.3 shines in comparison to Python 2.7 (and vice-versa). If I accomplish my goal, you will walk out of this talk convinced that Python 2.7 is not the final version of Python you want to support.

Event: PyCon US 2013
Speakers: Brett Cannon
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Python Profiling

This talk will give a tour of different profiling techniques available for Python applications. We'll cover specific modules in Python for doing function profiling and line level profiling. We'll show the short comings of such mechanisms in production and discuss how to do sampled profiling of specific functions. We'll finish with statistical profilers that use thread stack interrogation.

Event: PyCon US 2013
Speakers: Amjith Ramanujam
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
Python: A "Toy" Language

A very special guest speaker will talk about solving important "toy" problems with Python.

Event: PyCon US 2013
Speakers: David Beazley
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
Rethinking Errors: Learning from Scala and Go

C++ brought exceptions to mainstream programming; Java goes further with checked exceptions. But are exceptions the one way to report all errors? Scala and Go suggest there is more than one kind of error, so there should be more than one kind of error reporting, and different responses to errors. I’ll show the Scala and Go approaches to the error problem, and how to apply this to Python.

Event: PyCon US 2013
Speakers: Bruce Eckel
Recorded: March 15, 2013
Language: English
Last updated: April 11, 2013
Scrapy: it GETs the web

Scrapy lets you straightforwardly pull data out of the web. It helps you retry if the site is down, extract content from pages using CSS selectors (or XPath), and cover your code with tests. It downloads asynchronously with high performance. You program to a simple model, and it's good for web APIs, too.

If you use requests, mechanize, or celery for HTTP, you should probably switch to scrapy.

Event: PyCon US 2013
Speakers: Asheesh Laroia
Recorded: March 15, 2013
Language: English
Last updated: March 25, 2013
SimpleCV - Computer Vision using Python

This talk is a brief summary of Computer Vision tutorial we proposed for PyCon. In this talk we will discuss what computer vision is, why it's useful, what tools exist in the Python ecosystem, and how to apply it to your project. The talk will focus on the SimpleCV library but also touch upon NumPy. SciPy and iPython notebooks.

Event: PyCon US 2013
Speakers: Katherine Scott
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
So you want to write an interpreter?

You're a programmer, you use interpreter and compilers every day (and twice on Sundays!). But how do these things work? Could you build one yourself? What would it take? Where would you start? This talk takes you through the process, from lexing to interpreting, and leaves you ready to start on your own language!

Event: PyCon US 2013
Speakers: Alex Gaynor
Recorded: March 15, 2013
Language: English
Last updated: March 18, 2013
sys._current_frames(): Take real-time x-rays of your software for fun and performance

Profiling is hard. Trying to understand what is making your system slow can be very frustrating. Specially when it happens only when your clients are looking, but not you.

Event: PyCon US 2013
Speakers: Leonardo Rochael
Recorded: March 15, 2013
Language: English
Last updated: May 26, 2013
The End Of Object Inheritance & The Beginning Of A New Modularity

After 15 years' combined experience developing software of all types we are done with object inheritance. Come learn about elegant, superior solutions to the problems inheritance claims to adequately solve.

Event: PyCon US 2013
Speakers: Augie Fackler, Nathaniel Manista
Recorded: March 15, 2013
Language: English
Last updated: May 5, 2013
The Guts of Unicode in Python

This talk will examine how Python's internal Unicode representation has changed from its introduction through the latest major changes in Python 3.3. I'll present properties of the current Unicode implementation like algorithmic complexity and standard compliance. The talk will also compare Unicode in Python with some other languages. Finally, I'll look into the future of Python's Unicode.

Event: PyCon US 2013
Speakers: Benjamin Peterson
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
The Magic of Metaprogramming

Learn the magic of writing programs that monitor, alter and react to the execution of program code by responding to imports, changes to variables, calls to functions and invocations of the builtins. This talk goes beyond the static world of metaclasses and class decorators.

Event: PyCon US 2013
Speakers: Jeff Rush
Recorded: March 15, 2013
Language: English
Last updated: May 26, 2013
The Naming of Ducks: Where Dynamic Types Meet Smart Conventions

While Java and C# use static type declarations to eliminate ambiguity, the Python programmer must survive through sheer clarity and consistency in naming variables. We will explore the deep unspoken conventions that the Python community has developed and honed over two decades to make Python code readable and meaningful within the freedom that a dynamically-typed language grants us.

Event: PyCon US 2013
Speakers: Brandon Rhodes
Recorded: March 15, 2013
Language: English
Last updated: March 27, 2013
The SQLAlchemy Session - In Depth

A detailed walkthrough of SQLAlchemy's Session, describing the rationale for its existence, its driving philosophies, and finally a walkthrough of Session lifecycle through the use of an animated diagram. We'll cover how the relational database refers to database rows within a transaction, and how the Session has over the years developed a tight, proxied integration with this lifecycle.

Event: PyCon US 2013
Speakers: Mike Bayer
Recorded: March 15, 2013
Language: English
Last updated: March 22, 2013
This Old Video Site: How PBS streams video - and you can too!

Overview of how the Public Broadcasting Service streams video online. Learn how PBS uses python and other services to provide video streaming online. Talk will discuss lessons learned, explanation of video formats, and experiences with mobile device support. Talk will include recommendations for others to easily adopt similar practices to quickly host their own online video site.

Event: PyCon US 2013
Speakers: Edgar Roman
Recorded: March 15, 2013
Language: English
Last updated: March 24, 2013
Transforming Code into Beautiful, Idiomatic Python

Learn to take better advantage of Python's best features and improve existing code through a series of code transformations, "When you see this, do that instead."

Event: PyCon US 2013
Speakers: Raymond Hettinger
Recorded: March 15, 2013
Language: English
Last updated: March 24, 2013
Twisted Logic: Endpoints and Why You Shouldn't Be Scared of Twisted

This talk will be a survey of my learning experience adding new endpoint APIs to Twisted, an event-driven networking engine (as a Google Summer of Code project), with a special focus on the analysis of some of the horror stories that surround Twisted. Right from the asynchronous I/O model to Deferreds: if it scares you, we’ll figure a way out and see what the makers of Twisted say when confronted.

Event: PyCon US 2013
Speakers: Ashwini Oruganti
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Using futures for async GUI programming in Python 3.3

In Python 3.2 a new feature was added for concurrent programming - futures. In Python 3.3 generators have been extended to allow returning from a generator with a value. In this talk we'll show how these features can be combined to create a rich and easy to use asynchronous programming model which can be used for creating highly responsive GUI applications or easy async programming.

Event: PyCon US 2013
Speakers: Dino Viehland
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Visualizing Github, Part I: Data to Information

A treasure trove of data is captured daily by Github. What stories can that data tell us about how we think, work, and interact? How would one go about finding and telling those stories? This two-part talk is a soup-to-nuts tour of practical data visualization with Python and web technologies, covering both the extraction and display of data in illumination of a familiar dataset.

Event: PyCon US 2013
Speakers: Dana Bauer, Idan Gazit
Recorded: March 15, 2013
Language: English
Last updated: May 5, 2013
Visualizing Github, Part II: Information to Meaning

A treasure trove of data is captured daily by Github. What stories can that data tell us about how we think, work, and interact? How would one go about finding and telling those stories? This two-part talk is a soup-to-nuts tour of practical data visualization with Python and web technologies, covering both the extraction and display of data in illumination of a familiar dataset.

Event: PyCon US 2013
Speakers: Dana Bauer, Idan Gazit
Recorded: March 15, 2013
Language: English
Last updated: May 5, 2013
Whoosh, the open-source Python search library

From humble beginnings when I first learned Python just to write a search engine to make online help searchable, Whoosh has grown and matured to match the capabilities of much larger projects such as Lucene. This talk will explain simple uses of Whoosh to index and search documents, and demonstrate more advanced features such as faceting.

Event: PyCon US 2013
Speakers: Matt Chaput
Recorded: March 15, 2013
Language: English
Last updated: March 25, 2013
Write the Docs

The greatest piece of software in the world is useless without great documentation, but unfortunately most of us just don't write great docs. This can be fixed, though. Documentation doesn't need to be an afterthought, and doesn't have to be bad, and you, too, can learn how to write good docs and make that an integrated part of your development process.

Event: PyCon US 2013
Speakers: James Bennett
Recorded: March 15, 2013
Language: English
Last updated: March 20, 2013
You can be a speaker at PyCon!

Have you ever considered submitting a proposal to speak at PyCon but weren't sure how to even get started? This session will walk you through the steps to get there, so that you'll be ready to propose a talk for next year!

Event: PyCon US 2013
Speakers: Anna Ravenscroft
Recorded: March 15, 2013
Language: English
Last updated: April 25, 2013
A Gentle Introduction to Computer Vision

Do you want to create a script to warp your photos, scrape your photo archive for images of cats, or create a dart turret that follows your face? This tutorial will show you how to do this and a whole lot more with computer vision. The tutorial will be suitable for all levels of developers and is a great way for python novice’s to explore the world of computer vision.

Event: PyCon US 2013
Speakers: Katherine Scott
Recorded: March 14, 2013
Language: English
Last updated: May 26, 2013
Advanced Machine Learning with scikit-learn

This tutorial will offer an in-depth experience of methods and tools for the Machine Learning practitioner through a selection of advanced features of scikit-learn and related projects. This tutorial targets developers already familiar with machine learning concepts and scikit-learn who wish to learn how to apply those tools on larger datasets using multicore machines or distributed clusters.

Event: PyCon US 2013
Speakers: Olivier Grisel
Recorded: March 14, 2013
Language: English
Last updated: March 24, 2013
An Introduction to scikit-learn: Machine Learning in Python

This tutorial will offer an introduction to the scikit-learn package and to the central concepts of Machine Learning. We will introduce the basic categories of learning problems, and explore practical examples based on real-world data, from handwriting analysis to facial recognition to automated classification of astronomical images.

Event: PyCon US 2013
Speakers: Jake Vanderplas
Recorded: March 14, 2013
Language: English
Last updated: March 31, 2013
Applied Parallel Computing with Python

In this tutorial we shall review three different and distinct approaches to parallel computing which can be used to solve problems in all manner of domains, including machine learning, natural language processing, finance, and computer vision. The first two approaches to be reviewed will be embarrassingly parallel in nature while the third approach will leverage fine-grain parallelism.

Event: PyCon US 2013
Speakers: Ian Ozsvald, Minesh B Amin
Recorded: March 14, 2013
Language: English
Last updated: May 5, 2013
Contribute with me! Getting started with open source development

Want to contribute to a Python project or the core language, but not sure where to start?

Join us for 3 hours learning the nuts and bolts of open source contribution. By the end of this tutorial, you'll have the tools and practice to confidently contribute to your favorite projects.

Beginning programmers are welcome and encouraged!

Event: PyCon US 2013
Speakers: Jessica McKellar
Recorded: March 14, 2013
Language: English
Last updated: May 26, 2013
Documenting Your Project in Sphinx

Projects can succeed or fail because of their documentation. When you write, you need to concentrate on your prose—not on how to get text rendered, indexed, highlighted, and cross-referenced. The Sphinx documentation framework exists to make these parts easy so you can focus on writing. This tutorial will use hands-on exercises to teach you to write, theme, and deploy documentation using Sphinx!

Event: PyCon US 2013
Speakers: Brandon Rhodes
Recorded: March 14, 2013
Language: English
Last updated: May 26, 2013
Fully Test-Driven Web Development with Django and Selenium

The concept: run through the official Django tutorial, but with full TDD.

So, Browser-based testing with Selenium + in-depth unit-testing;

TDD Discussions: what to test, what not to test;

Aimed at beginners (new to Django, TDD or Selenium)

Come prepared! you’ll need Git, Firefox, Python2.7, Django1.4 and Selenium installed

Event: PyCon US 2013
Speakers: Harry Percival
Recorded: March 14, 2013
Language: English
Last updated: March 31, 2013
Intermediate Twisted: Test-Driven Networking Software

Writing tests for networking code presents special challenges, which Twisted tries to address. In this tutorial you will implement a toy HTTP server using test-first methodology: first the tests are written, and then the code. You will learn how to write well-tested network applications using Twisted, and the general virtues of doing test-driven development.

Event: PyCon US 2013
Speakers: Itamar Turner-Trauring
Recorded: March 14, 2013
Language: English
Last updated: May 26, 2013
Introduction to PyGame

This tutorial will walk the attendees through development of a simple game using PyGame with time left over for some experimentation and exploration of different types of games.

Event: PyCon US 2013
Speakers: Richard Jones
Recorded: March 14, 2013
Language: English
Last updated: June 4, 2013
Introduction to SQLAlchemy

The goal of the tutorial is a broad-based introduction to SQLAlchemy, spanning the Core and ORM components as well as the systems that underlie them. The tutorial takes the "harder" approach teaching from fundamentals first, emphasizing details on how the library interacts with the database and SQL and concluding with an introduction to the ORM, providing a solid perspective for continued study.

Event: PyCon US 2013
Speakers: Mike Bayer
Recorded: March 14, 2013
Language: English
Last updated: March 21, 2013
Python 3 Metaprogramming

Some of the most significant changes in Python 3 are related to metaprogramming. In this tutorial, I'll cover decorators, class decorators, descriptors, and metaclasses. However, the focus will be on idioms and examples that are only made possible using features that are unique to Python 3. For instance, making free use of function annotations, signatures, new metaclass features and more.

Event: PyCon US 2013
Speakers: David Beazley
Recorded: March 14, 2013
Language: English
Last updated: March 23, 2013
Python Epiphanies

This tutorial is for software developers who've been using Python with success for a while but are looking for a deeper understanding of the language. It focuses on how Python differs from other languages in subtle but important ways that often confuse folks, and it demystifies a number of language features that are sometimes misunderstood.

Event: PyCon US 2013
Speakers: Stuart Williams
Recorded: March 14, 2013
Language: English
Last updated: March 31, 2013
Python for Data Analysis

Python has long played a role in analyzing large scale data. From tightly-knit super-computers running MPI-based applications to heterogeneous clusters woven together with scripts, Python has had a role to play in making it easier to processes data. This tutorial will cover the tried and true techniques as well as introduce new trends.

Event: PyCon US 2013
Speakers: Benjamin Zaitlen, Peter Wang, Travis Oliphant
Recorded: March 14, 2013
Language: English
Last updated: May 5, 2013
Shiny, Let's Be Bad Guys: Exploiting and Mitigating the Top 10 Web App Vulnerabilities

The Internet is a dangerous place, filled with evildoers out to attack your code for fun or profit, so it's not enough to just ship your awesome new web app--you have to take the security of your application, your users, and your data seriously. You'll get into the mindset of the bad guys as we discuss, exploit, and mitigate the most common web app security flaws in a controlled environment.

Event: PyCon US 2013
Speakers: Mike Pirnat
Recorded: March 14, 2013
Language: English
Last updated: May 26, 2013
Wiring up Django Packages

You just finished the Django tutorial. What do you do now? You wire in Django Packages! Django is part of an ecosphere of over 20,000 packages, which can be leveraged to great effect. This tutorial wil teach the evaluation, use, and extension of third party Python and Django applications in your projects. This tutorial will be a lecture with a lot of detailed and annotated code examples.

Event: PyCon US 2013
Speakers: Kenneth Love
Recorded: March 14, 2013
Language: English
Last updated: May 26, 2013
A beginner's introduction to Pydata: how to build a minimal recommendation engine.

In this tutorial we'll set ourselves the goal of building a minimal recommendation engine, and in the process learn about Python's excellent Pydata and related projects: numpy, pandas, and pytables.

A recommendation engine is a software system that analyzes large amounts of transactional data and distills personal profiles to present its users with relevant products/information/content.

Event: PyCon US 2013
Speakers: Amr Hiram, Diego Maniloff, Zach Howard
Recorded: March 13, 2013
Language: English
Last updated: April 2, 2013
A hands-on introduction to Python for beginning programmers

Beginning programmers: welcome to PyCon! Jumpstart your Python and programming careers with this 3-hour interactive tutorial. By the end, you'll have hands-on exposure to many core programming concepts, be able to write useful Python programs, and have a roadmap for continuing to learn and practice programming in Python. This class assumes no prior programming experience.

Event: PyCon US 2013
Speakers: Jessica McKellar
Recorded: March 13, 2013
Language: English
Last updated: March 31, 2013
Analyzing Social Networks with Python

Social Network data is not just Twitter and Facebook - networks permeate our world - yet we often don't know what to do with them. In this tutorial, we will introduce both theory and practice of Social Network Analysis - gathering, analyzing and visualizing data using Python, NetworkX and PiCloud. We will walk the attendees through an entire project, from gathering data to presenting results.

Event: PyCon US 2013
Speakers: Alex Kouznetsov, Jacqueline Kazil, Maksim Tsvetovat
Recorded: March 13, 2013
Language: English
Last updated: May 5, 2013
Bayesian statistics made simple

An introduction to Bayesian statistics using Python. Bayesian statistics are usually presented mathematically, but many of the ideas are easier to understand computationally. People who know some Python have a head start.

We will use material from Think Stats: Probability and Statistics for Programmers (O’Reilly Media), and Think Bayes, a work in progress at http://thinkbayes.com.

Event: PyCon US 2013
Speakers: Allen Downey
Recorded: March 13, 2013
Language: English
Last updated: March 31, 2013
Code to Cloud in under 45 minutes

Learn how to deploy an python application to the cloud in under 45 minutes. In this hands-on workshop, you will get understanding the basics of cloud architecture (IaaS, PaaS, and SaaS), learn how to push your python application from github to the cloud in under 45 minutes, make it available for others to deploy, and integrate monitoring services.

Event: PyCon US 2013
Speakers: John Wetherill
Recorded: March 13, 2013
Language: English
Last updated: May 26, 2013
Digital signal processing through speech, hearing, and Python

Why do pianos sound different from guitars? How can we visualize how deafness affects a child's speech? These are signal processing questions, traditionally tackled only by upper-level engineering students with MATLAB and differential equations; we're going to do it with algebra and basic Python skills. Based on a signal processing class for audiology graduate students, taught by a deaf musician.

Event: PyCon US 2013
Speakers: Mel Chua
Recorded: March 13, 2013
Language: English
Last updated: April 12, 2013
Effective Django

Django is a popular, powerful web framework for Python. It has lots of "batteries" included, and makes it easy to get started. But all of the power means you can write low quality code that still works. Effective Django means building applications that are testable, maintainable, and scalable. This tutorial will introduce attendees to Django with an emphasis on testing, maintenance, and scale.

Event: PyCon US 2013
Speakers: Nathan Yergler
Recorded: March 13, 2013
Language: English
Last updated: March 26, 2013
Faster Python Programs through Optimization

Although Python programs may be slow for certain types of tasks, there are many different ways to improve performance. This tutorial will introduce optimization strategies and demonstrate techniques to implement them. Another of the objectives of this course is to give participants the ability to decide what might be the optimal solution for a certain performance problem.

Event: PyCon US 2013
Speakers: Mike Müller
Recorded: March 13, 2013
Language: English
Last updated: May 26, 2013
Going from web pages to web apps with Python

This tutorial teaches basic web development for people who have some experience writing HTML, CSS, and front-end Javascript, but have little or no experience building an end-to-end web application.

Together we will build a basic social bookmarking application using Django!

Event: PyCon US 2013
Speakers: Asheesh Laroia, Karen Rustad
Recorded: March 13, 2013
Language: English
Last updated: May 5, 2013
IPython in-depth: high-productivity interactive and parallel python

IPython provides tools for interactive and parallel computing that are widely used in scientific computing, but can benefit any Python developer.

We will show how to use IPython in different ways, as: an interactive shell, an embedded shell, a graphical console, a network-aware VM in GUIs, a web-based notebook with code, graphics and rich HTML, and a high-level framework for parallel computing.

All materials for this tutorial can be found on our github repository

Event: PyCon US 2013
Speakers: Brian Granger, Fernando Pérez, Min RK
Recorded: March 13, 2013
Language: English
Last updated: May 5, 2013
Learn Python Through Public Data Hacking

What's more fun than learning Python? Learning Python by hacking on public data! In this tutorial, you'll learn Python basics by reading files, scraping the web, building data structures, and analyzing real world data. By the end, you will have set up your Python environment, installed some useful packages, and learned how to write simple programs that you can use to impress your friends.

Event: PyCon US 2013
Speakers: David Beazley
Recorded: March 13, 2013
Language: English
Last updated: April 10, 2013
Pyramid for Humans

Pyramid has emerged as a fast, modern, lightweight web framework. This lively, hands-on tutorial covers a little about a lot: practical introductions to the most common facilities. Fun, fast-paced, and most certainly not aimed at experts.

Event: PyCon US 2013
Speakers: Paul Everitt
Recorded: March 13, 2013
Language: English
Last updated: April 11, 2013
Python beyond the CPU

Accelerators are the hottest tool in high performance computing but applicable to all fields. We present how to use Python's amazing ability to abstract away the low-level boiler-plate code turning accelerators from an exotic curiosity to a daily tool.

Event: PyCon US 2013
Speakers: Andy Terrel, Mark Florisson, Travis Oliphant
Recorded: March 13, 2013
Language: English
Last updated: May 5, 2013
Python for Programmers: A Project-Based Tutorial

Are you a Python-curious programmer? Learn by writing your first project! You'll build a complete quiz creation web application. We will cover topics from data structures and classes, to debugging and testing.

Before the day of the workshop, you will need to have Python 2.7, CherryPy, IPython, and Jinja2 installed. Alternatively, you may arrive at the venue an hour early to receive assistance.

Event: PyCon US 2013
Speakers: Alexandra Strong, Christine Cheung, Katharine Jarmul
Recorded: March 13, 2013
Language: English
Last updated: May 5, 2013
Rapid Web Prototyping with Lightweight Tools

Tutorial participants will build a real-world web application rapidly using lightweight tools, such as Flask, Jinja2, MongoDB, and Twitter Bootstrap. By building the apps from scratch using tools whose size matches the task at hand, participants will be able to churn out working applications by the end of the tutorial that can solidify their Python and modern web dev knowledge.

Event: PyCon US 2013
Speakers: Andrew Montalenti
Recorded: March 13, 2013
Language: English
Last updated: March 25, 2013