Twenty things to do with a python script: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "With a deferential bow to Seymour Papert & Cynthia Solomon's 1971 [http://dspace.mit.edu/bitstream/handle/1721.1/5836/AIM-248.pdf?sequence=2 | 20 Things to do with a computer]...")
 
No edit summary
Line 1: Line 1:
With a deferential bow to Seymour Papert & Cynthia Solomon's 1971 [http://dspace.mit.edu/bitstream/handle/1721.1/5836/AIM-248.pdf?sequence=2 | 20 Things to do with a computer], here a selected listing of Python recipes that represent a range posible explorations that need not involve much more than 20 - 30 lines of code.
With a deferential bow to [http://dspace.mit.edu/bitstream/handle/1721.1/5836/AIM-248.pdf?sequence=2 Seymour Papert & Cynthia Solomon's 1971 20 Things to do with a computer], here a selected listing of Python recipes that represent a range posible explorations that need not involve much more than 20 - 30 lines of code.


== Generating tactical text hybrids ==
== Generating tactical text hybrids ==

Revision as of 15:22, 21 November 2013

With a deferential bow to Seymour Papert & Cynthia Solomon's 1971 20 Things to do with a computer, here a selected listing of Python recipes that represent a range posible explorations that need not involve much more than 20 - 30 lines of code.

Generating tactical text hybrids

Using nltk

Source: Femke Snelting, http://snelting.domainepublic.net/files/EmmaWoodhouse.odt

Programmatically Manipulating Typefaces

Using fontforge and robofab

Source: Eric Schrijver, http://i.liketightpants.net/and/programmatically-manipulating-typefaces

Running a mini-webserver

Permute the spellings of search terms (Linda)

Write a geolocation spider (Roel)

Generate an epub

Scrape Albert Heijn Loyalty Cards (Birgit B.)

Create a custom joystick sound record (Peter Westenberg)

Manipulate images with PIL (Example ?!)

Slice & reorcer an audio file by predominant frequency (NM/MM)