excess.org

Ian Ward

Consulting
Boxkite Inc.
Software
Urwid 2012-11-15 (1.1.1)
Speedometer 2011-12-08 (2.8)

Writing
Moving to Python 3
2011-02-17

Presentations
Urwid Applications
2012-11-14
Urwid Intro
2012-01-22
Unfortunate Python
2011-12-19
Django 1.1
2009-05-16
Article Tags

Home

Ian Ward's email:
first name at this domain

wardi on OFTC, freenode and github

Locations of visitors to this page

Articles Tagged “Software” rss icon

Write the Docs
Write the Docs link
Posted on 2013-04-06.

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


Sean Zicari
Sean Zicari's Curses and Urwid Talk link
Posted on 2013-03-21.

Sean Zicari gave a Curses and Urwid presentation at the recent PyCon US in Santa Clara.


Tags: Urwid Software Video Python


Braille Python Logo
Posted on 2013-03-14, last modified 2013-03-15.

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!

Read More …

Tags: Software Python


big picture
Posted on 2013-02-26.

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.

Read More …

Tags: Ottawa Software Python OPAG


Iterables and Iterators
Posted on 2013-02-12.

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

Read More …

Tags: Ottawa Software Python OPAG


Urwid 1.1.1 and 1.0.3 Released link
Posted on 2012-11-15.

Urwid maintenance releases 1.1.1 and 1.0.3 are now available. These releases contain only bug-fixes, see the Changelog for details.

Tags: Urwid Software Python


PUDB screen shot
Urwid Applications at PyCon Canada link
Posted on 2012-11-14.

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


Literal Preview
Posted on 2012-11-01.

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.

Read More …

Tags: Software Python


Posted on 2012-10-23.

Read More …

Tags: Urwid Software Python


Urwid 1.0.2 Released link
Posted on 2012-07-13.

Urwid maintenance release 1.0.2 is now available.

Tags: Urwid Software Python


« page 1 2 3 4 5 6 page »