Future: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 6: Line 6:


Information Visualisation: [http://services.alphaworks.ibm.com/manyeyes/home ManyEyes]
Information Visualisation: [http://services.alphaworks.ibm.com/manyeyes/home ManyEyes]
Making a slideshow tool with imagemagick / mplayer / python
Using the find command
{{{
find tmp/* -exec identify {} \;
}}}


A python feature we've never come to, officially, in the course, but super cool about python:
A python feature we've never come to, officially, in the course, but super cool about python:

Revision as of 16:08, 21 August 2008

Broad, recurrent themes:

  • time & code
  • callbacks
  • feeds
  • bridging (not from scratch)

Information Visualisation: ManyEyes

Making a slideshow tool with imagemagick / mplayer / python

Using the find command {{{ find tmp/* -exec identify {} \; }}}

A python feature we've never come to, officially, in the course, but super cool about python: List Comprehensions & Generator Expressions [1]

Mplayer in slave mode (controlling applications from Python)

http://www.crummy.com/software/BeautifulSoup/

PythonEscaping

PythonPlugins

TextAnalysis

CharacterSets

WordGames

["Fonts"]

Other

minisite for the course I am teaching for undergrads at the WdKA, I expect portions of this will become part of the MA course in future:

ProgrammingForMediaDesigners


Navigation

StartPage