public marks

PUBLIC MARKS from nhoizey with tag python

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."

2008

2007

WSGI makes us faster, simpler, nicer! « DevjaVu Blog

With mod_php you can assume that if Apache is up, the app is up. [...] mod_wsgi, boasted faster performance than mod_python, and was easier to configure. I realized Trac had WSGI support. Pages are loading almost twice as fast! Our setup is simpler too.

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

2006

eXist : Une base de données XML interrogeable avec XPath et XQuery

by 1 other
eXist peut non seulement s'intégrer très facilement dans une application Java (via une servlet - XQueryServlet -, un composant Cocoon - XQueryGenerator - , ou l'utilisation de l'API XML:DB), mais elle peut également être utilisée dans de nombreux autres langages grâce à ses API REST et XML-RPC. Il existe d'ailleurs des API Pyhon et PHP

2005

xored software - TruStudio - PHP IDE and Python IDE built on Eclipse

by 2 others
TruStudio is an Integrated Development Environment built on top of Eclipse Platform

SAJAX - Simple Ajax Toolkit by ModernMethod - XMLHTTPRequest Toolkit for PHP

by 49 others (via)
Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh. The toolkit does 99% of the work for you so you have no excuse to not use it.

Un web service SOAP pour la brique RCX

by 3 others
En mettant à la portée de tous mon expérience personnelle dans la création de clients SOAP, j'ai voulu permettre à tout développeur de pouvoir exploiter un service web SOAP. Vous avez donc accès à des examples de clients SOAP en Java, PHP (NuSoap), Perl (SOAP::Lite) et Python (SOAPpy et ZSI) pour un Java WSDP web service (document/literal), et aussi à différentes sections démontrant l'interopérabilité entre un web service .NET et des clients JAX-RPC (Java), NuSoap (PHP), SOAP::Lite (Perl), PyXml ou ZSI (Python).

Découverte de Python, 2nd partie - Tout Programmer

Dans la première partie, Erwan Loisant nous proposait une courte présentation des bases du langage Python. Dans cette seconde partie, nous allons découvrir la programmation orientée objet avec Python.

Découverte de Python, 1ère partie - Tout Programmer

by 1 other
Alors que PHP s'ancre de plus en plus dans le monde des développeurs, d'autres langages de script tiennent encore leur place. C'est le cas par exemple avec Python, langage créé à la fin des années 80. Erwan Loisant nous propose un premier article pour découvrir le langage Python.