Phillip Pearson - web + electronics notes

tech notes and web hackery from a new zealander who was vaguely useful on the web back in 2002 (see: python community server, the blogging ecosystem, the new zealand coffee review, the internet topic exchange).

Links from Daily Python-URL

Some good ones today:

Richard Jones (who may be helping out with the simple media upload project) has got pyweek.org up and running.

Ian Bicking continues to Paste-ify stuff.

Nice little recipe - hierarchical split. So you can split a string by something, then split all the bits by something else, and so on. Convenient for some simple recursive descent parsing problems.

← Previous - Next →