Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| info:python [2025/11/21 08:22] – radeff | info:python [2025/11/21 08:29] (Version actuelle) – [MySQL] radeff | ||
|---|---|---|---|
| Ligne 5: | Ligne 5: | ||
| Python est un langage de programmation interprété multi-paradigme. Il favorise la programmation impérative structurée, | Python est un langage de programmation interprété multi-paradigme. Il favorise la programmation impérative structurée, | ||
| + | ====== Doc ====== | ||
| + | * http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | * http:// | ||
| + | |||
| ====== Tutoriels ====== | ====== Tutoriels ====== | ||
| * http:// | * http:// | ||
| * https:// | * https:// | ||
| - | ==== http:// | + | * http:// |
| + | * http:// | ||
| - | nombreux tutoriels sur différents programmes web | ||
| - | Administration (34) | ||
| - | Books (4) | ||
| - | BrainDump (15) | ||
| - | DHTML (5) | ||
| - | Flash (9) | ||
| - | Java (17) | ||
| - | JavaScript (7) | ||
| - | Multimedia (5) | ||
| - | MySQL (23) | ||
| - | Perl (26) | ||
| - | PHP (90) | ||
| - | Practices (14) | ||
| - | Python (14) | ||
| - | Reviews (4) | ||
| - | Style Sheets (2) | ||
| - | WML (5) | ||
| - | XML (27) | ||
| - | Zope (15) | ||
| - | http:// | ||
| - | ==== Bouquin de base pour Python ==== | ||
| - | |||
| - | How to Think Like a Computer Scientist | ||
| - | Learning with Python | ||
| - | |||
| - | by Allen B. Downey, Jeffrey Elkner and Chris Meyers | ||
| - | http:// | ||
| - | ==== Doc python beginners ==== | ||
| - | |||
| - | http:// | ||
| - | |||
| - | ==== Learn Python in 10 minutes ==== | ||
| - | |||
| - | http:// | ||
| - | |||
| - | | ||
| - | |||
| - | ==== Have fun with Python ... >> Didacticiels >> J' | ||
| - | |||
| - | http:// | ||
| - | |||
| - | http:// | ||
| - | |||
| - | ==== bouquin python ==== | ||
| - | http:// | ||
| - | ==== Karrigell ==== | ||
| - | |||
| - | Karrigell est une solution simple de développement web, écrite en Python, conçue pour des sites web à trafic modéré, telles que des Pages Perso hébergées sur le PC de l' | ||
| - | |||
| - | Il est fourni avec un ensemble de fichiers de démo, y compris un serveur Wiki élémentaire et un portail qui permet l' | ||
| - | http:// | ||
| - | |||
| - | ==== Configuration de base d'un script Python + MySQL ==== | ||
| - | http:// | ||
| - | tecfa.unige.ch/ | ||
| - | |||
| - | ===== Formations ===== | ||
| - | [[intranet2: | ||
| ====== pip ====== | ====== pip ====== | ||
| l' | l' | ||
| Ligne 82: | Ligne 31: | ||
| ===== Installer un module ===== | ===== Installer un module ===== | ||
| - | Télécharger le module | + | python setup.py install |
| - | Se rendre dans le répertoire décompressé | + | ====== MkDocs ====== |
| + | https:// | ||
| - | taper | + | MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. |
| - | + | ||
| - | python setup.py install | + | |
| - | + | ||
| - | c'est tout | + | |
| - | + | ||
| - | ====== Modules intéressants ====== | + | |
| + | ====== MySQL ====== | ||
| + | ==== Configuration de base d'un script Python + MySQL ==== | ||
| + | http:// | ||
| + | tecfa.unige.ch/ | ||
| + | ====== Divers ====== | ||
| ===== django ===== | ===== django ===== | ||
| - | + | | |
| - | apt-get install python-django | + | |
| http:// | http:// | ||
| - | |||
| - | ===== mechanize ===== | ||
| - | |||
| - | http:// | ||
| - | |||
| - | Stateful programmatic web browsing | ||
| - | |||
| ===== sqlalchemy ===== | ===== sqlalchemy ===== | ||
| - | |||
| - | |||
| http:// | http:// | ||
| Ligne 123: | Ligne 62: | ||
| https:// | https:// | ||
| + | |||
| + | ====== Formations ====== | ||
| + | [[intranet2: | ||