Mini cours python. Aldil :06/02/25

Thierry Dumont f433016f3e ajouts 6 ay önce
PresSource 148c404175 ok 6 ay önce
.gitignore 49d36013e5 gitignore 6 ay önce
Presentation.pdf fc6a9adf82 +Pres 6 ay önce
README.md f433016f3e ajouts 6 ay önce
analysetext.py b6af39e10a fichiers python 6 ay önce
bub.py b6af39e10a fichiers python 6 ay önce
bub1.py b6af39e10a fichiers python 6 ay önce
bubsortdoctest.py b6af39e10a fichiers python 6 ay önce
factDoctest.py b6af39e10a fichiers python 6 ay önce
fargs.py f433016f3e ajouts 6 ay önce
fdef.py f433016f3e ajouts 6 ay önce
ffact.py 51a0660535 +README.ms , petites modifs 6 ay önce
fkw.py f433016f3e ajouts 6 ay önce
mmin1.py b6af39e10a fichiers python 6 ay önce
testturing.py b6af39e10a fichiers python 6 ay önce
typed.py b6af39e10a fichiers python 6 ay önce

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

  • dictionnaires

  • fkw : dictionnaires et fonctions

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