public marks

PUBLIC MARKS from parmentierf with tag python

March 2007

Portable Python - your portable development environment

by 2 others
Portable Python is a Python® programming language preconfigured to run directly from a portable device, enabling you to have, at any time, portable programming environment. Just download and extract to your portable device and in 10 minutes you are ready to create your next Python® application.

February 2007

PyPy[architecture]

(via)
PyPy is an implementation of the Python programming language written in Python itself, flexible and easy to experiment with.

January 2007

Apprenons Python ! - Le Site du Zéro

by 1 other
Connaissez-vous Python ? Ce merveilleux langage de programmation, à la syntaxe simple, aux modules puissants... Comment ? Vous ne connaissez pas Python ? Hum... Nous allons devoir vous l'apprendre alors... Depuis le début.

Le blog de Breek - Le comparatif de Rails, Django et CakePHP

by 2 others (via)
Choisir un framework peut être une tâche difficile ! Pour vous aider dans votre choix, nous avons effectué un benchmark fonctionnel couvrant Django, Ruby on Rails, CakePHP.

The Django Book

by 7 others
Welcome to the online version of The Django Book, a free book about Django.

serveur:lamp_bis - Documentation Ubuntu Francophone

by 3 others, 1 comment
Ce tutorial traite de la procédure à suivre pour installer une solution LAMP (Linux, Apache, MySQL, Php/Perl/Python) sur un système (machine) disposant d'Ubuntu Dapper Drake (6.06 LTS) ou Edgy Eft (6.10) en mode graphique.

Welcome to OpenID Enabled! — OpenID Enabled

by 6 others (via)
From the developers of the Python-OpenID library and MyOpenID.com (where you can get an OpenID for free -- you can also choose from a number of other OpenID providers) this is a website by OpenID developers, for OpenID developers.

TurboGears: Front-to-Back Web Development

by 15 others (via)
Create a database-driven, ready-to-extend application in minutes. All with designer friendly templates, easy AJAX on the browser side and on the server side, not a single SQL query in sight with code that is as natural as writing a function.

Eclipse pour le développement web, PHP et Python sous Dapper - Bienvenue chez moi !

by 9 others
l'installation et la configuration d'Eclipse et de quelques uns de ses plugins sous Ubuntu Dapper.

December 2006

programmation-python.org: Le coté obscur de la force

Code ! Test ! Oui. La force d'un programmeur provient de la non-regression. Les tests arrêter tu ne dois jamais. Le coté obscur de la maintenabilité atteindre tu risques sans les tests. Facile à écrire tes paquets Python sans tests sont. Quand à arrêter les tests tu commences, le coté obscure tu te diriges vers. Ta destinée dominée sera.

OpenReport: Tiny RML2PDF

(via)
Tiny RML2PDF est un outil pour créer des documents PDF. Il peut être utilisé comme une librairie Python ou comme un binaire autonome. Il convertit au RML, un dialecte XML qui vous permet de définir l'apparence précise d'un document imprimé, en un PDF. Vous pouvez utiliser vos outils existants pour générer un fichier d'entrée qui défini exactement le model d'un document imprimé, et Tiny RML2PDF le convertit en PDF. RML est une alternative plus puissante, simple et flexible à XSL:FO. Tiny RML2PDF, ainsi que Open Reporting server, font partie du projet OpenReport.

November 2006

bridge - deFuze.org - Trac

by 1 other (via)
bridge is a Python XML library trying to provide a high level and clean interface for manipulating XML documents.

October 2006

svg

by 3 others (via)
SVGdraw is a python module which can be used to create SVG graphics. SVG is a format for creating vector graphics.

opikanoba.org » Statistiques en SVG avec Python

by 3 others
XML a apporté son lot de nouvelles applications. SVG est l’une d’entre elles. SVG permet de faire du dessin vectoriel de façon très simple et sans librairie particulière puisqu’il s’agit d’un format XML. Nous allons voir comment utiliser la puissance de python pour collecter des informations sur la taille des répertoires d’un disque et générer un graphique à base d’histogrammes représentant les résultats.

la commande « du » en SVG - 2006-09-10 - Carnet Web Karl

Un petit programme en Python qui donne un affichage SVG de la commande du, qui calcule l'occupation de votre disque. La commande a quelques défauts, est programmé un peu à la va vite, mais il y a de l'idée. J'ai déjà corrigé un détail du code (qui n'est pas de moi) mais si vous avez des améliorations, n'hésitez pas à me les envoyer.

July 2006

Python for Linguistics - py4lx

(via)
This is an ickle collection of tutorials on using Python for doing interesting stuff with (human!) languages. They are posted initially on Hacklog, the Blogamundo developer blog, and then moved here, where they are endlessly tweaked to remove embarrassing errors improve clarity. In theory they should be doable by folks with no programming background, or just a little.

Cheat Sheets

by 7 others (via)
cheat sheets (also known as reference cards) that you can print out and keep by your computer. There is a cheat sheet for just about anything and we aim to have the best coverage of cheat sheets available on the web.

June 2006

Charming Python: Get started with the Natural Language Toolkit

(via)
In this installment, David introduces you to the Natural Language Toolkit, a Python library for applying academic linguistic techniques to collections of textual data. Programming that goes by the name "text processing" is a start; other capabilities for syntactic and even semantic analysis are further specialized to studying natural languages.

PQRC - Python Quick Reference Card

by 4 others
Au niveau de la structure, cette référence rapide essaie de regrouper les informations couvrant un même sujet, mélangeant éventuellement des données couvertes en différents endroits dans la documentation Python. Il peut ainsi être utilisé facilement sans avoir à parcourir toutes les librairies Python pour trouver la fonctionnalité désirée.

L.Pointal - Python

by 7 others (via)
Page Python de Laurent Pointal

Internationalization - wxPyWiki

(via)
The goal of this document is to describe how to internationalize a Python application that uses wxPython for the User Interface.

Internationalisation d’une application en Python. - Programmation - Logiciels Libres - Framasoft

by 1 other (via)
Dans ce tutoriel d’une dizaine de pages, la traduction s’effectue en trois étapes : * L’extraction des chaînes de caractères à traduire du fichier Python (.py) ; * La traduction des chaînes extraites ; * L’adaptation de l’application Python pour qu’elle puisse tenir compte des différentes traductions.

Boa Constructor home

by 5 others (via)
Boa Constructor is a cross platform Python IDE and wxPython GUI Builder. It offers visual frame creation and manipulation, an object inspector, many views on the source like object browsers, inheritance hierarchies, doc string generated html documentation, an advanced debugger and integrated help.

Le support Unicode dans Python - JDN Développeurs

Le support Unicode est apparu tardivement au sein de Python, qui à l'origine en reconnaissait que les codes locaux, avec le type str. Aujourd'hui, Python dispose également d'un type unicode, et des méthodes pour passer de l'un à l'autre. Par défaut, une chaîne utilise la locale du fichier traité, mais le support Unicode peut être fait de manière explicite, en ajoute un u en début de chaîne.

parmentierf's TAGS related to tag python

aiml +   ajax +   apache +   apprentissage +   bayes +   beta +   bibliographie +   bot +   c +   chatterbot +   clé usb +   cloud computing +   css +   cvs +   debug +   dev +   distribué +   django +   eclipse +   ector +   emacs +   extension +   firefox +   framework +   francophone +   français +   fun +   geek +   gettext +   gnu/fdl +   gnu/gpl +   google +   grammaire +   gratuit +   guide +   histogramme +   html +   humour +   ia +   ide +   installation +   irc +   jabber +   java +   jeu +   lehvenstein +   linux +   livre +   logiciel +   manuel +   mathml +   me +   mercurial +   moteur de recherche +   mysql +   news +   éditeur +   oai +   OAI-PMH +   open source +   package +   parallélisme +   pdf +   perl +   php +   plugin +   rails +   regex +   référence +   rpc +   ruby +   scite +   search +   segmentation +   serveur +   serveur web +   shell +   statistiques +   svg +   svn +   taln +   test +   text/processing +   threads +   traduction +   tutoriel +   twitter +   ubuntu +   unicode +   utf8 +   vb +   video +   wave +   web +   webdesign +   webdev +   wiki +   windows +   xml +   xsl +