teaching:progappchim:presentation_principes

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
teaching:progappchim:presentation_principes [2021/02/03 11:33] villersdteaching:progappchim:presentation_principes [2023/02/21 14:56] (Version actuelle) villersd
Ligne 478: Ligne 478:
 for i in a: for i in a:
     for j in a:     for j in a:
-        print(i*j,)+        print(i*j, end = ' ')
     print(' sont multiples de ',i)     print(' sont multiples de ',i)
 </code> </code>
Ligne 707: Ligne 707:
 ==== tkinter : tkDemo, demonstration of Tk widgets ==== ==== tkinter : tkDemo, demonstration of Tk widgets ====
  
-FIXME : ? version python 3 ?+FIXME : ? tkdemo était proposé pour la branche 2 de Python. Rechercher pour la version python 3 ?
  
 Voir par exemple [[https://github.com/daleathan/widget-tour-py3|ce lien]] Voir par exemple [[https://github.com/daleathan/widget-tour-py3|ce lien]]
 +
 +
 ==== Graphiques simples avec matplotlib ==== ==== Graphiques simples avec matplotlib ====
 <code python> <code python>
  • teaching/progappchim/presentation_principes.1612348384.txt.gz
  • Dernière modification : 2021/02/03 11:33
  • de villersd