Mini cours python. Aldil :06/02/25

moi 6c239a9f60 typo 11 月之前
PresSource 148c404175 ok 11 月之前
.gitignore 49d36013e5 gitignore 11 月之前
Presentation.pdf fc6a9adf82 +Pres 11 月之前
README.md 6c239a9f60 typo 11 月之前
analysetext.py b6af39e10a fichiers python 11 月之前
bub.py b6af39e10a fichiers python 11 月之前
bub1.py b6af39e10a fichiers python 11 月之前
bubsortdoctest.py b6af39e10a fichiers python 11 月之前
factDoctest.py b6af39e10a fichiers python 11 月之前
fargs.py f433016f3e ajouts 11 月之前
fdef.py f433016f3e ajouts 11 月之前
ffact.py 51a0660535 +README.ms , petites modifs 11 月之前
fkw.py f433016f3e ajouts 11 月之前
mmin1.py b6af39e10a fichiers python 11 月之前
testturing.py b6af39e10a fichiers python 11 月之前
typed.py b6af39e10a fichiers python 11 月之前

README.md

Transparents :

  • Presentation.pdf : diapos

  • Pres/ : fabrication des diapos; il faut que LaTeX et pandoc soient installés.

Les programmes Python :

  • mmin1.py : minimum d'une liste.
  • typed.py : typage.

  • bub.py : trier par la méthodes des bulles

  • bub1.py : trier par la méthodes des bulles, 2ieme version

  • bubsortdoctest.py : le même avec doctests

  • ffact.py : plusieurs méthodes pour calcule n!

  • factDoctest.py : n! avec doctest

  • analysetext.py : manipulation simple de chainnes decaractères

  • fargs, fdef : plus sur les arguments des fonctions

  • fkw : dictionaires et fonctions

  • testturing.py : le théorème de Turing en quelques lignes.