Ian Ward's email:
first name at this domain
wardi on OFTC, freenode and github
A site I've been working on for the past few months has just launched. data.gc.ca "2.0" is a completely rewritten version of the Open Data portal for the Government of Canada.
I worked on the CKAN portion of the site responsible for the data catalogue. CKAN is an open source Data Portal application written in Python. I built a fully bilingual schema with many additional fields for our datasets. I also optimized, fixed and improved many parts of CKAN itself.
Our team built templates based on the Web Experience Toolkit (WET). WET provides building blocks for creating accessible, mobile-friendly web sites. These templates include a map widget for our geospatial datasets and an interactive data table for previews of tabular data.
All of our work is available on the open-data github page and is released under a permissive license.
data.gc.ca might just be the largest, most fully bilingual and most accessible CKAN site anywhere. More to come!
I will be attending the Write the Docs conference in Portland on Monday/Tuesday.
I've spent a lot of time with Sphinx this past year working on updating and improving the Urwid documentation. I've found writing documentation is a really hard but also really important and rewarding part of my programming work.
Tags: Software
This is something I've been wanting to write for a while.
Unicode page U+2800 has all the combinations of a 2x4 grid of Braille dots. Braille dots that line up neatly with the ones on all sides in most fonts. We can paint with this!
This is the second part of the talk I gave January 24, 2013 at the Ottawa Python Authors Group.
Part One introduces Python iterables and iterators and generators. This part covers the advanced use of generators while building an interactive two-player network game.
Tags: Ottawa Software Python OPAG
This is part one of a talk I gave January 24, 2013 at the Ottawa Python Authors Group
Part Two is now also available.
Both parts of this presentation are also available as a single IPython Notebook which you can download and run locally, or view with nbviewer.ipython.org. The complete source is available at https://github.com/wardi/iterables-iterators-generators
Tags: Ottawa Software Python OPAG
I gave a 20-minute talk running through 7 great Urwid Applications at PyCon Canada in Toronto this past weekend.
The "Console Applications with Urwid" video is now available. Huge thanks to the conference organizers for great, first, PyCon Canada. I look forward to the next one.
The programs I covered were:
Tags: Urwid Software Video Python
This post covers some basic Python syntax that tends to trip up people just starting with the language.
Literal tuple, list, dict and set definitions have some edge cases you need to be aware of when reading and writing Python code. Unfortunately some of these cases aren't consistent or obvious, but once you understand why they exist, they are easy to remember.
« page 1 2 3 4 … 9 10 11 page »