Quantcast
Channel: pyvideo.org: Videos of PyCon AU 2012
Browsing latest articles
Browse All 60 View Live
↧

What's New in Python for Science and Engineering

Abstract This is a tutorial about using Python for scientific and engineering purposes, focusing on the latest and best tools available in 2012. It will walk you through exploring a variety of...

View Article


Visualising architecture

Abstract Architecture. It's an oxymoron all by itself, and using Python is no silver bullet to the perennial problem of code rot and design complexity. How does complexity bite us in practise? What...

View Article


The web beyond usernames and passwords

Abstract Persona is a new cross-browser login and identity system for the web that is pragmatic, federated, and serves the user. Description Persona is a new cross-browser login and identity system for...

View Article

The Lazy Dev's Guide to Testing Your Web API

Abstract Do you enjoy writing test cases for your web application? If so then this may not be the talk for you. I'm going to show you how to make a single test suite perform triple testing duty, so you...

View Article

Python Web Templating Battle

Abstract Head to head - popular templating engines using in the Python world will be compared and contrasted. Increasingly, frameworks allow many different choices in templating engines. In this talk...

View Article


Python Dark Corners Revisited

Abstract Python can be deceptive - it looks so simple. Description Python can be deceptive - it looks so simple. Surely it will take only 5 to 10 minutes to learn. Self taught programmers often miss...

View Article

Keynote: What to build. How to build it. Python can help!

Abstract There's been a lot of buzz about "Lean Startups," "Customer Development," "Business Model Generation" and related topics lately. And there is a real transformation in the way we design and...

View Article

Human as a Second Language: Succeeding with the Natural Language Toolkit

Abstract The Natural Language Toolkit (NLTK) suite offers powerful tools for natural language processing and analysis. Like many other code libraries, it enables programmers to achieve results when...

View Article


Debugging Live Python Web Applications

Abstract Monitoring tools will record the result of what happened to your web application or system when a problem arises, but for some classes of problem are of limited help in working out what...

View Article


Web Server Bottlenecks And Performance Tuning

Abstract A benchmark of a hello world application is often what developers use to make the all important decision of what web hosting infrastructure they use. Worse is that in many cases this is the...

View Article

Virtual robotic car racing with Python and TORCS

Abstract A highly visual (racing videos) presentation showing the TORCS racing simulator, a Python implementation of a virtual robot car, and a covering of the basic AI algorithms required to make the...

View Article

Triage: real-world error logging for web applications

Abstract Modern web applications can quickly develop many moving parts. As they grow in traffic, infrastructure, services and features, keeping track of errors and communicating about them becomes more...

View Article

Towards continuous deployment with Django

Abstract It's no secret that python is fantastic when it comes to rapid prototyping and development. This talk covers continuous deployment. Description It's no secret that python is fantastic when it...

View Article


Techniques for improving Python performance

Abstract Andrew Rowe will detail and demonstrate a number of proven techniques for improving the performance of large Python programs. Description * Using multiprocessing. * Using custom extensions. *...

View Article

RPy: Powerful Analytics within python

Abstract R is an incredibly powerful statistical programming language. It is the choice for powerful set and forgets analytics. However it is a specialist language without strong functionality in other...

View Article


Python Powered Computational Geometry

Abstract Computational Geometry is the study of geometry with the support of appropriate algorithms, and influences a broad range of fields of science, engineering and mathematics including:...

View Article

Python Lifesavers

Abstract Every now and then you'll find yourself with one of life's tricky situations. OK, so maybe not a literally life-threatening one. But when you remember Python is a batteries-included,...

View Article


PyPy - is it ready for production?

Abstract I have followed the development of PyPy since 2004 and played with various releases to see what the PyPy team had achieved. It wasn't until the release of PyPy 1.18 that I actually ran some...

View Article

Path Dependent Development: Why on Earth are you using SQL Alchemy as a JSON...

Abstract The PulpDist project uses SQL Alchemy as part of a custom JSON validator. This could be seen as an unusual choice, so it's worth exploring the way this approach came to be adopted. Practicing...

View Article

Node Schmode: Pythonic Real-Time Web

Abstract Using gevent, pyramid and socket-io for a micro framework approach to creating real-time web apps without the braces. Why is gevent so cool and how it can let you write fast scalable apps with...

View Article

No! Bad Pony!

Abstract The Django community is not short of ideas that could be added to the core repository. Some of these ideas are great, and are just waiting for the right implementation or the attention of a...

View Article


Neatly Twisted

Abstract In many Python circles, Twisted is the recommended framework for all networking and multitasking applications. Twisted provides a powerful, extensible event-driven framework with built-in...

View Article


Making Your Application Behave

Abstract Behave is a tool for behaviour-driven development inspired by the Cucumber tool for Ruby. It allows developers and stakeholders to agree on how a particular piece of software should behave...

View Article

Lightning Talks Saturday

View Article

Keynote: Python for Humans

Abstract 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...

View Article


Funcargs and other fun with pytest

Abstract Pytest is a mature and comprehensive testing suite for Python projects, but it can be a little intimidating for newcomers. Where do these mysterious funcargs come from, how do parametrised...

View Article

Django Testing Tips

Abstract Django's test framework is excellent for ensuring that your site/app is robust, but is often neglected because of the time it can take to build and maintain a comprehensive test suite. Here we...

View Article

Building a Cloud Service with Python

Abstract Presentation will go in-depth on the architecture of a web application service built on Amazon Web Services (AWS) cloud infrastructure, including: - developing a responsive, high-performance...

View Article

Big data with python

Abstract Dealing with big data isn't a particularly new problem. There are all sorts of new solutions, each with their own niche, their own hype. It's important to remember that python is not "too...

View Article



Lightning Talks Sunday and Conference Close

View Article
Browsing latest articles
Browse All 60 View Live