Need help setting up your site or getting a certain feature working? Ask us, we'd love to help. Email Anne Jonas: anne@pculture.org

  • PyConAU 2010: State Of Python

    Published 2 weeks ago by Pycon Australia

    State Of Python

    Presented by Richard Jones

    This talk will present a whirlwind update of the state of Python as of June 2010. It will cover the evolution of the language itself, its variants, versions and veracity. It will cover the state of packaging, distributing and pypi.

    Watch
  • PyConAU 2010: Getting started with Apache/mod_wsgi

    Published 3 weeks ago by Pycon Australia

    Getting started with Apache/mod_wsgi

    Presented by Graham Dumpleton

    An introduction to using Apache/mod_wsgi to host Python web applications supporting the Python Web Server Gateway Interface (WSGI).

    Watch
  • PyCon 2010: Powerful Pythonic Patterns (#186)

    Published 4 months ago by PyCon

    Powerful Pythonic Patterns video

    Presented by Alex Martelli

    An extremely misguided meme is going around: that Python doesn't have, or need, any Design Patterns. Maybe the meme springs from not realizing what the Gang Of Four state so plainly in their historical "Design Patterns" book: which design patterns are useful DOES depend on the programming language one targets -- design is NOT independent of implementation, as the epic-fail "Waterfall" Methodology Pattern would suggest. If you examine a "classic DP" that's basically a workaround for some other language's lack of garbage collection, or for a clumsy static-typing system, it may indeed be worthless for Python. But many other DPs are still perfectly useful and applicable, and indeed Python's strengths as a language afford riffing on them to develop highly Pythonic, powerful, productive variants.

    In this talk, I analyze some of my favorite pattern families -- e.g., Template Method and its variants, Dependency Injection and its ilk, Callback and friends -- in a highly Pythonic context. Non-pattern Idioms, and Patterns that aren't really Design Patterns but rather Architecture or Methodology ones, also make cameo appearances.

    Watch

Previous Next

PyConAU 2010: State Of Python

State Of Python Presented by Richard Jones This talk will present a whirlwind update of the state of Python as of June 2010. It will cover the evolution of the language itself, its variants, versions and veracity. It will cover the state of packaging, distributing and pypi.

Published 2 weeks ago

By Pycon Australia

PyPy and Unladen-Swallow: Making your Python Fast

PyPy and Unladen-Swallow: Making your Python fast Presented by Alex Gaynor Python has a reputation for being a bit slow, but it doesn't have to be that way. This talk will cover why Python is slow, and what two of the most exciting virtual machines are doing about it.

Published 2 weeks ago

By carlfk

Programming with Twisted

Dan Griffen presents Programming with Twisted What twisted is and its purpose in life (ie the reactor pattern). Non-blocking network programming. The confusing topic of deferreds and callbacks everywhere. Methods for dealing with blocking APIs. [VIDEO HAS ISSUES: I didn't have a proper mic, so audience questions are what they are]

Published 2 weeks ago

By carlfk

PyConAU 2010: Introducing Python to a Java shop

Introducing Python to a Java shop Presented by Juergen Brendel (MuleSoft) There is a time and place for everything: For some applications Python is perfect, for others a language like Java and its entire ecosystem is more ideal. In this talk we see how Python was introduced to a Java shop as a vehicle for rapid and dynamic prototyping of a new project. The talk then explains how Jython/Java integration was used to translate this project step by step from Python to Java. Going beyond the advocacy focus, the talk then shows the interfaces to call Java from Python and vice versa and illustrates those with examples. Furthermore, unit testing of Java classes via test cases written in Python is also touched upon.

Published 3 weeks ago

By Pycon Australia

PyConAU 2010: An Introduction to Processing

An Introduction to Processing Presented by Clinton J Roy (University of Queensland) Processing is an Open Source language designed to make interactive graphics and animation programming easier than traditional GUI toolkits. Processing is used to prototype systems and create interactive data visualisations. [NOTES: Missing first 2 minutes of audio, then camera microphone for first section.]

Published 3 weeks ago

By Pycon Australia

More
Loading...