PyTexas 2011

URL:
http://www.pytexas.org/2011/
Description:

PyTexas 2011, the fourth annual free Python programming conference for Texas and the surrounding region, will take place Saturday September 10 and Sunday September 11, 2011 at Texas A[HTML REMOVED] University in College Station, Texas.

Date:
September 11, 2011
Number of videos:
14
About Python Namespaces (and Code Objects)

An explanation of some of the underlying concepts of Python, come learn about names and values placed in namespaces, modified by code objects and collected into modules.

Event: PyTexas 2011
Language: English
Last updated: January 29, 2013
Asynchronous Web Development with Tornado

An introduction to non-blocking web development with Tornado, an open-source server and simple framework from Facebook/FriendFeed.

Event: PyTexas 2011
Speakers: Josh Marshall
Language: English
Last updated: May 2, 2013
Cassandra for Python Developers

Apache Cassandra is an open source, distributed (NoSQL) database. This will give a high level introduction to Cassandra and its data model; it will detail the features of pycassa, the Python client library for Cassandra, and how to interact with Cassandra through it.

Event: PyTexas 2011
Speakers: Tyler Hobbs
Language: English
Last updated: January 29, 2013
Custom Decorators for Authentication and Authorization

An introduction to writing decorators, with an example of how they can be used to handle common authentication and authorization actions for a set of web services.

Event: PyTexas 2011
Speakers: Jason Zylks
Language: English
Last updated: January 29, 2013
Daemon Slaying! Or, Unix Daemons in Python for fun and profit!

Learn the in's and out's of creating Unix Daemons in Python. Walker Hale will walk you through several examples, gotchas, and tips and tricks.

Event: PyTexas 2011
Speakers: Walker Hale
Language: English
Last updated: January 29, 2013
Getting Started with PyMongo

A look at how to get started with MongoDB using Python. The talk will cover basic concepts, a brief walkthrough of some more advanced features, and how Texas A&M is using MongoDB and Python to solve some large data problems.

Event: PyTexas 2011
Speakers: Jason Zylks
Language: English
Last updated: January 29, 2013
Lightning Talks

Comprised of five minute presentations crammed together back to back, this event is frequently one of the most popular and entertaining events at PyCon and PyTexas.

Event: PyTexas 2011
Language: English
Last updated: January 29, 2013
Logging De-Mystified! Basics to Advanced!

This talk covers the Python Logging Module!

Event: PyTexas 2011
Speakers: Walker Hale
Language: English
Last updated: January 29, 2013
Packaging

Voted on by the PyTexas community, this talk is guaranteed to be insightful and informative. We just don't know what it is yet.

Event: PyTexas 2011
Language: English
Last updated: January 29, 2013
Programming a Simple Game in Python

If you missed Greg Lindstrom's first talk on programming a simple game in Python, check out this one. This time, you'll be building a "Wheel of Fortune"-style game.

Event: PyTexas 2011
Speakers: Greg Lindstrom
Language: English
Last updated: January 29, 2013
Simplify your (Python) Life

We'll go over some intermediate to advanced topics and consider pros and cons of choosing the simpler approach vs. the possibly more complicated or redundant one. The aim is to reduce the number of language APIs and constructs most programmers have to carry in their head to a smaller and more coherent set. Along the way some best practices will also be discussed that are at a higher level than things that can be flagged by automated syntax checking tools such as pylint, pyflakes, etc.

Event: PyTexas 2011
Speakers: Sameer Khan
Language: English
Last updated: January 29, 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 into the dynamics of tracepoints.

Event: PyTexas 2011
Speakers: Jeff Rush
Language: English
Last updated: January 29, 2013
Using Message Queues for Distributed Processing

Message queues provide a reliable, language agnostic method for sharing data between processes for distributed processing, and to manage work flows. This talk will examine the role of message queues in a redesign of the provisioning process for Texas A[HTML REMOVED] University's enterprise directory.

Event: PyTexas 2011
Speakers: Jason Zylks
Language: English
Last updated: January 29, 2013
virtualenv, pip, and virtualenvwrapper

virtualenv, pip, and virtualenvwrapper are vital tools for any Python developer. This beginner-level presentation will introduce each of these.

Event: PyTexas 2011
Speakers: Jon Nials
Language: English
Last updated: January 29, 2013