Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
|
python [2010/02/18 12:45] per |
python [2011/05/15 02:27] (Version actuelle) per |
||
|---|---|---|---|
| Ligne 30: | Ligne 30: | ||
| **WikiBooks** [[http://fr.wikibooks.org/wiki/Programmation_Python|Programmation_Python]] | **WikiBooks** [[http://fr.wikibooks.org/wiki/Programmation_Python|Programmation_Python]] | ||
| + | http://fr.wikiversity.org/wiki/Python | ||
| - | Recommendations pour Python http://www.python.org/dev/peps/pep-0008/ | + | 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 42: | Ligne 43: | ||
| Inmersión en Python | Inmersión en Python | ||
| 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 ===== | ===== Quelques modules ===== | ||
| Ligne 49: | Ligne 55: | ||
| Utilisation des sockets avec python http://codemark.tuxfamily.org/utilisation-des-sockets-avec-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 | 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 ==== | ==== HTTP ==== | ||