public marks

PUBLIC MARKS from nhoizey with tags python & dev

2010

Platypus | Sveinbjorn Thordarson's Website

by 1 other
"Platypus is a developer tool for the Mac OS X operating system. It can be used to create native, flawlessly integrated Mac OS X applications from interpreted scripts such as shell scripts or Perl, Python and PHP programs."

2007

Amazon Web Services: Monster Muck Mashup - Mass Video Conversion Using AWS

by 1 other
L'auteur utilise Amazon S3 pour le stockage, Amazon EC2 pour convertir les vidéos, et Amazon SQS pour les échanges de messages durant le process, un must !

How to Write a Spelling Corrector

by 1 other (via)
I figured that in less than a plane flight, and in less than a page of code, I could write a spelling corrector that achieves 80 or 90% accuracy at a rate of at least 10 words per second. And in fact, here, in 20 lines of Python 2.5 code, is the complete spelling corrector