tutorials

I'm writing approximately fifteen percent of a book

jp.stacey 24 January 2009
I wrote a whole book when I finished my academic thesis. Never again.

I'm really quite astonishingly happy to be joining Tim Hall in co-authoring Python 3 for Absolute Beginners. It's Tim and APress' project, but I've been lucky in getting to author two of the chapters.

The book's aimed at those learning to program, through the medium of Python 3, rather than those already experienced in Python 2.x.

Django internal architecture: a nice PDF

jp.stacey 15 June 2009
Get that blasted workflow away from me, you fiends.

I've never been completely happy with this spindly and slightly confusing diagram from the Django Book, ever since it appeared the first edition.

Python 3 for Absolute Beginners is here

jp.stacey 4 November 2009

The book you've all been waiting for, when you've not been waiting for Mark Pilgrim's.

I'm ridiculously excited that the book I co-authored with Tim Hall, Python 3 For Absolute Beginners, has been published. Apress very kindly sent me some complimentary copies last week and I immediately took photos of it and posted them on Flickr.

I blogged about how glad I was to be asked to work alongside Tim on the project back in January, and said among other things:

Building pages in Drupal with Panels

jp.stacey 16 November 2009

Panels and panes are like regions and blocks, done properly if a bit madly

When finished this site will implement several different layouts: blogposts, "static" pages, short "nuggets", blog archives, taxonomy listing and probably a bespoke front page. Although these will all have the same underlying seven-column layout, that can still present some problems that are usually solved in Drupal with many different theme files and a lot of "regions" in which you can put "blocks" of content.