Tag Archives: python

PyCon Australia 2015: The Trosnoth Talk

I recently spoke at PyCon Australia. He’s a video of my talk. I talk about the open source team platformer, Trosnoth, for which I’ve been leading the development team since the project began in 2006. I share some of the … Continue reading

Posted in short | Tagged , , , | Comments Off on PyCon Australia 2015: The Trosnoth Talk

Python in Your Browser

Over the past few weeks I’ve been playing around with some tools which compile Python code to JavaScript. If you’re writing a web app with a Python back-end, writing Python for the browser offers two things: (a) you no longer … Continue reading

Posted in short | Tagged , , , , , | 1 Comment

PyCon Australia 2012: Sunday

I wrote about the Saturday of PyCon Australia a few weeks ago. To round it off, here’s my highlights from the Sunday. Benno Rice (of bellowtheline fame) gave a brilliant talk on Behave, a cute behaviour driven development framework for … Continue reading

Posted in midlength | Tagged , , , , , , | Comments Off on PyCon Australia 2012: Sunday

PyCon Australia 2012: Saturday

I’m currently at PyCon Australia in Hobart. As I write this, Saturday’s programme is over, and it’s been a great conference so far. A few highlights: Mark Ramm’s Keynote: Don’t waste your life on projects that are going to fail … Continue reading

Posted in short | Tagged , , , , , , , | 2 Comments

Flowchart Python

Introduction In 2006, I created Flowchart Python, a Python-based language that uses a flowchart for high-level language structure. I released it on pygame.org. A workmate was recently searching for something related to Python and flowcharts, and stumbled across my project. … Continue reading

Posted in long | Tagged , , , , | 8 Comments