Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
python [2010/02/18 11:34] 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 ===== | ||
Le module série voir à la fin [[python#electronique|ÉLECTRONIQUE]] | 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 | 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 ==== | ||
Ligne 52: | Ligne 62: | ||
[[http://www.voidspace.org.uk/python/articles/urllib2_francais.shtml | urllib2 - Le Manuel manquant]] | [[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 | + | WikiPythonFr Codes Reseau http://wikipython.flibuste.net/CodesReseau#urllib.2BAC8-urllib2 HTTP FTP NNTP |