Mini cours python. Aldil :06/02/25

moi 6c239a9f60 typo 11 ay önce
PresSource 148c404175 ok 11 ay önce
.gitignore 49d36013e5 gitignore 11 ay önce
Presentation.pdf fc6a9adf82 +Pres 11 ay önce
README.md 6c239a9f60 typo 11 ay önce
analysetext.py b6af39e10a fichiers python 11 ay önce
bub.py b6af39e10a fichiers python 11 ay önce
bub1.py b6af39e10a fichiers python 11 ay önce
bubsortdoctest.py b6af39e10a fichiers python 11 ay önce
factDoctest.py b6af39e10a fichiers python 11 ay önce
fargs.py f433016f3e ajouts 11 ay önce
fdef.py f433016f3e ajouts 11 ay önce
ffact.py 51a0660535 +README.ms , petites modifs 11 ay önce
fkw.py f433016f3e ajouts 11 ay önce
mmin1.py b6af39e10a fichiers python 11 ay önce
testturing.py b6af39e10a fichiers python 11 ay önce
typed.py b6af39e10a fichiers python 11 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

  • fkw : dictionaires et fonctions

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