dimanche 6 décembre 2009

Quelques How-to pour Python (Regular Expressions, tri, socket)

Petite référence vers l'article "Regular Expression HOWTO" décrivant l'utilisation des régulars expressions sous Python.
Depuis la page "How To" générale, il est également possible d'accéder aux articles suivants:
  • Curses Programming with Python: An introduction to writing text-mode programs using Python and curses.
  • Regular Expression HOWTO: An introduction to using regular expressions and the re module to process text.
  • Socket Programming HOWTO, by Gordon McMillan: Sockets are used nearly everywhere, but are often misunderstood. This is a high-level overview of sockets, that doesn't cover all the fine points (there are a lot of them), but will give you enough background to begin using them decently.
  • Sorting Mini-HOWTO, by Andrew Dalke: A little tutorial showing a half dozen ways to sort a list with the built-in sort() method.
  • Unicode HOWTO: An introduction to Python's features for processing Unicode data.
Quelques références qui valent la peine d'une petite note.

    Aucun commentaire: