Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
python [2009/12/22 12:25] per |
python [2011/05/15 02:27] (Version actuelle) per |
||
---|---|---|---|
Ligne 22: | Ligne 22: | ||
Atelier Python Gulliver : http://gulliver.eu.org/wiki/AtelierLangageDeProgrammation | Atelier Python Gulliver : http://gulliver.eu.org/wiki/AtelierLangageDeProgrammation | ||
Framasoft python http://www.framasoft.net/article1971.html | Framasoft python http://www.framasoft.net/article1971.html | ||
- | Ressources didactiques Gérard Swinnen http://www.cifen.ulg.ac.be/inforef/swi/index.htm | + | **Ressources Python Gérard Swinnen** http://www.inforef.be/swi/python.htm |
- | Dive into Python Plongez au coeur de Python http://diveintopython.adrahon.org/ | + | le livre [[http://python.developpez.com/cours/TutoSwinnen/ |Apprendre à programmer avec Python]] en ligne |
+ | **Dive into Python Plongez au coeur de Python** http://diveintopython.adrahon.org/ | ||
Laurent Pointal - Python Links / Liens Python http://www.limsi.fr/Individu/pointal/python.html | Laurent Pointal - Python Links / Liens Python http://www.limsi.fr/Individu/pointal/python.html | ||
Python : quelques références et astuces http://staff.umh.ac.be/Villers.Didier/python.html | Python : quelques références et astuces http://staff.umh.ac.be/Villers.Didier/python.html | ||
Les meilleurs cours Python et Zope : Sommaire http://python.developpez.com/cours/ | Les meilleurs cours Python et Zope : Sommaire http://python.developpez.com/cours/ | ||
- | Recommendations pour Python http://www.python.org/dev/peps/pep-0008/ | + | **WikiBooks** [[http://fr.wikibooks.org/wiki/Programmation_Python|Programmation_Python]] |
+ | http://fr.wikiversity.org/wiki/Python | ||
+ | |||
+ | Recommandations pour Python http://www.python.org/dev/peps/pep-0008/ | ||
et la version espagnole http://mundogeek.net/traducciones/guia-estilo-python.htm | et la version espagnole http://mundogeek.net/traducciones/guia-estilo-python.htm | ||
Ligne 40: | Ligne 44: | ||
http://almacen.gulic.org/diveintopython-5.4-es/toc/ | http://almacen.gulic.org/diveintopython-5.4-es/toc/ | ||
+ | Un CD disco compacto iso : [[http://per.launay.free.fr/python/Aprender%20Python.iso]] | ||
+ | En un terminal | ||
+ | Debes crear un directorio por ejemplo aprender con el comando : mkdir aprender | ||
+ | Para montar el comando : sudo mount -o loop -t iso9660 "Aprender Python.iso" aprender/ | ||
+ | ===== Quelques modules ===== | ||
+ | Le module série voir à la fin [[python#electronique|ÉLECTRONIQUE]] | ||
+ | Fork et Fil (thread) [[http://www.siteduzero.com/tutoriel-3-55923-la-programmation-en-parallele-en-python.html |La programmation en « parallèle » en Python]] | ||
+ | Utilisation des sockets avec python http://codemark.tuxfamily.org/utilisation-des-sockets-avec-python/ | ||
+ | Utiliser le module FTP de Python http://www.siteduzero.com/tutoriel-3-35822-utiliser-le-module-ftp-de-python.html | ||
+ | Aperçu de la CGI avec Python http://www.siteduzero.com/tutoriel-3-39020-apercu-de-la-cgi-avec-python.html | ||
+ | ==== HTTP ==== | ||
+ | httplib : http://fr.wikibooks.org/wiki/Programmation_Python/Le_r%C3%A9seau | ||
+ | [[http://python.developpez.com/cours/DiveIntoPython/php/frdiveintopython/http_web_services/index.php |Chapitre 11. Services Web HTTP]] | ||
+ | [[http://www.voidspace.org.uk/python/articles/urllib2_francais.shtml | urllib2 - Le Manuel manquant]] | ||
+ | WikiPythonFr Codes Reseau http://wikipython.flibuste.net/CodesReseau#urllib.2BAC8-urllib2 HTTP FTP NNTP | ||