Modifications entre les versions 1 et 8 (s'étendant sur 7 versions)
Version 1 à la date du 2008-12-02 08:12:22
Taille: 1363
Commentaire:
Version 8 à la date du 2009-12-02 15:29:36
Taille: 3319
Commentaire: + tutoriel Django
Texte supprimé. Texte ajouté.
Ligne 5: Ligne 5:
 * Plongez au cœur de Python ! — http://diveintopython.adrahon.org/
 . (aussi disponible en paquet Debian/Ubuntu : diveintopython)
 La base::
  * http://www.python.org/ ... tout y est !
  * les PEP :http://www.python.org/dev/peps/
  * Coder encore plus propre — http://www.python.org/dev/peps/pep-0008/
Ligne 8: Ligne 10:
 * The Web Framework! en Python bien sûr — http://www.django-fr.org/
 . « La Plateforme de développement Web pour les perfectionnistes sous pression. »
 . `--> c'est exactement nous, vous trouvez pas ? ;-)
 * Le livre de Django — http://djangobook.com/en/1.0/
 Livres::
  * Livres en français — http://www.cifen.ulg.ac.be/inforef/swi/python.htm
  * Plongez au cœur de Python ! — http://diveintopython.adrahon.org/ (aussi disponible en paquet Debian/Ubuntu : diveintopython)
  * Beaucoup d'autres livres gratuits en anglais : http://www.e-booksdirectory.com/programming.php#python
Ligne 13: Ligne 15:
 * Coder encore plus propre — http://www.python.org/dev/peps/pep-0008/  Cours, support de cours, etc::
  * __Le__ tutoriel : http://docs.python.org/tutorial/
  * Un support de cours de [[http://cours.pilotsystems.net/cours-insia/support-de-formation-du-cycle-python-zope-plone-a-l-insia|Pilot Systems]]
Ligne 15: Ligne 19:
 * Python en français — http://wiki.python.org/moin/Languages/French
 * Livres en français — http://www.cifen.ulg.ac.be/inforef/swi/python.htm
 Le framework Django::
  * The Web Framework! en Python bien sûr — http://www.djangoproject.com/
   . « La plateforme de développement Web pour les perfectionnistes sous pression. » c'est exactement nous, vous ne trouvez pas ? ;-)
  * Le tutoriel : http://docs.djangoproject.com/en/dev/intro/tutorial01/
  * Le livre de Django — http://djangobook.com/en/1.0/
Ligne 18: Ligne 25:
 * Développer en Python pour OpenOffice :
 . http://udk.openoffice.org/python/scriptingframework/
 . http://udk.openoffice.org/python/python-bridge.html
 Développer en Python pour OpenOffice::
  * http://udk.openoffice.org/python/scriptingframework/
  * http://udk.openoffice.org/python/python-bridge.html
Ligne 22: Ligne 29:
 * Association Francophones des Python'istes — http://www.afpy.org/
 * Planète Python francophone — http://afpy.org/planet/
 * Les conférences autour de Python — http://fr.pycon.org/
 Autres sites généraux::
  * Des ressources pour découvrir Python : http://www.openyourcode.org/python
  * Python en français — http://wiki.python.org/moin/Languages/French
  * Les conférences autour de Python — http://fr.pycon.org/
Ligne 26: Ligne 34:
 * La communauté Python de Montréal — http://montrealpython.org/  Communautés::
  * Association Francophones des Python'istes — http://www.afpy.org/
  * Planète Python francophone — http://afpy.org/planet/
  * La communauté Python de Montréal — http://montrealpython.org/
  * La communauté vietnamienne de Python ;-) — http://vithon.org/
  * Offres d'emploi autour de Python ;-) — http://www.afpy.org/jobs
Ligne 28: Ligne 41:
 * La communauté vietnamienne de Python ;-) — http://vithon.org/
 * Offres d'emploi autour de Python ;-) — http://www.afpy.org/jobs
 Exemples concrets (liés à nos besoins)::
  * Appel depuis Python de la fonction [[/iconv|iconv]] de la librairie C (pour suppression d'accents).
  * Script [[/cgi|CGI]] pour permettre des tests réseau à distance.
  * http://git.auf.org/?p=thomas.git;a=tree;f=auf-django-users : un projet Django pour la gestion des utilisateurs en libnss-mysql

-----
 {{{
>>> import this
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
}}}

Cette page est une ébauche en attendant une vrai présentation de l'intérêt et usage de Python à l'AuF.

Quelques bons liens pour démarrer :

La base
Livres
Cours, support de cours, etc
Le framework Django
Développer en Python pour OpenOffice
Autres sites généraux
Communautés
Exemples concrets (liés à nos besoins)


  • >>> import this
    The Zen of Python, by Tim Peters
    
    Beautiful is better than ugly.
    Explicit is better than implicit.
    Simple is better than complex.
    Complex is better than complicated.
    Flat is better than nested.
    Sparse is better than dense.
    Readability counts.
    Special cases aren't special enough to break the rules.
    Although practicality beats purity.
    Errors should never pass silently.
    Unless explicitly silenced.
    In the face of ambiguity, refuse the temptation to guess.
    There should be one-- and preferably only one --obvious way to do it.
    Although that way may not be obvious at first unless you're Dutch.
    Now is better than never.
    Although never is often better than *right* now.
    If the implementation is hard to explain, it's a bad idea.
    If the implementation is easy to explain, it may be a good idea.
    Namespaces are one honking great idea -- let's do more of those!

Python (dernière édition le 2010-03-26 14:04:16 par CyrilRobert)