<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dvillers.umons.ac.be/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dvillers.umons.ac.be/wiki/feed.php">
        <title>Didier Villers, UMONS - wiki</title>
        <description></description>
        <link>https://dvillers.umons.ac.be/wiki/</link>
        <image rdf:resource="https://dvillers.umons.ac.be/wiki/_media/favicon.ico" />
       <dc:date>2026-05-04T02:16:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph_acides_bases_2013?rev=1385720173&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:calcul_matriciel_2012?rev=1385724811&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:conversion_temperature_2011?rev=1392102998&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:courbe_predominance_acide_2013?rev=1385644689&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:dictionaries_adn_arn_protein?rev=1457104465&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ensemble_mandelbrot_2013?rev=1425312075&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:factorielle-2?rev=1487924363&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:game_of_life_conway-2012?rev=1615285789&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:grille_configurations_melange_binaire_2013?rev=1385719509&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:pavage_penrose_2013?rev=1385644133&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:polynomes?rev=1488270463&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:pressions_partielles_systemes_non_ideaux?rev=1457103767&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:regression_lineaire_2013?rev=1385642321&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:representation_molecules_2013?rev=1583761370&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:solubilite_ph_t?rev=1457101472&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:tableau_periodique_2013?rev=1586858596&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dvillers.umons.ac.be/wiki/_media/favicon.ico">
        <title>Didier Villers, UMONS - wiki</title>
        <link>https://dvillers.umons.ac.be/wiki/</link>
        <url>https://dvillers.umons.ac.be/wiki/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph_acides_bases_2013?rev=1385720173&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T11:16:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:ph_acides_bases_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph_acides_bases_2013?rev=1385720173&amp;do=diff</link>
        <description>Représentation de pH d&#039;acides et de bases

Pour les acides :

&lt;sxh python; title : representation_pH_acide.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# travail de QD et TB, ba2 chimie 2012-2013

import Tkinter as tk
from numpy import *
import matplotlib.pyplot as plt</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:calcul_matriciel_2012?rev=1385724811&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T12:33:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:calcul_matriciel_2012</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:calcul_matriciel_2012?rev=1385724811&amp;do=diff</link>
        <description>Calul matriciel

&lt;sxh python; title : calcul_matriciel.py&gt;
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#&lt;http://www.siteduzero.com/tutoriel-3-223267-apprenez-a-programmer-en-python.html&gt; (pdf)
#&lt;http://stackoverflow.com/questions/455612/python-limiting-floats-to-two-decimal-points&gt;
#pour operation matriciel verification mathématique : &lt;http://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Accueil_principal&gt;
#&lt;http://www.pythonfrance.com/codes/OPERATION-MATRICIELLE_48359.aspx&gt;
#&lt;http://inforef.be/swi/pyt…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:conversion_temperature_2011?rev=1392102998&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-11T08:16:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:conversion_temperature_2011</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:conversion_temperature_2011?rev=1392102998&amp;do=diff</link>
        <description>Conversion de températures

&lt;sxh python; title : convertisseur_temperature.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Conversion de témpératures
# programme réalisé par AC&amp;JD, ba2 chimie 2010-2011

from Tkinter import *

def delwidgets():</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:courbe_predominance_acide_2013?rev=1385644689&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-28T14:18:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:courbe_predominance_acide_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:courbe_predominance_acide_2013?rev=1385644689&amp;do=diff</link>
        <description>Courbe de Prédominance d&#039;un Acide

&lt;sxh python; title : courbe_predominance_acide.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# travail de KH, ba2 chimie 2012-2013

# Courbe de Prédominance d&#039;un Acide #
from math import *
import matplotlib.pyplot as plt
from Tkinter import *</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:dictionaries_adn_arn_protein?rev=1457104465&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-04T16:14:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:dictionaries_adn_arn_protein</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:dictionaries_adn_arn_protein?rev=1457104465&amp;do=diff</link>
        <description>Traduction ADN-ARN-protéine

Avec l&#039;interface Tk. Voir aussi le programme Traduction de l&#039;ADN en séquence d&#039;acides aminés (protéine) : utilisation d&#039;un dictionnaire (type Python)

&lt;sxh  python; title : dictionaries_adn_arn_protein.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
“”“
Traduction de codes ADN en ARN et protéine.
Basé sur le travail de NR et CVDD, ba2 chimie 2013-2014</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ensemble_mandelbrot_2013?rev=1425312075&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-03-02T17:01:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:ensemble_mandelbrot_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:ensemble_mandelbrot_2013?rev=1425312075&amp;do=diff</link>
        <description>Ensemble de Mandelbrot

Dessin d&#039;une fractale : l&#039;ensemble de Mandelbrot

&lt;sxh python; title : ensemble_mandelbrot.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# version un peu aménagée du travail de BF, ba2 chimie 2012-2013
# ref : &lt;http://fr.wikipedia.org/wiki/Ensemble_de_Mandelbrot&gt;

from Tkinter import *
from random import randrange</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:factorielle-2?rev=1487924363&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-02-24T09:19:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:factorielle-2</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:factorielle-2?rev=1487924363&amp;do=diff</link>
        <description>Factorielle : un premier programme

Voici un embryon non fonctionnel de programme. Il y manque des éléments (à la place des “???”)


#! /usr/bin/env python
# -*- coding: utf-8 -*-
&quot;&quot;&quot;
Calcul de la factorielle d&#039;un nombre
Référence : http://fr.wikipedia.org/wiki/Factorielle
&quot;&quot;&quot;
# on demande le nombre :
print(&quot;Calcul de la factorielle de n&quot;)
chainelue = input(&quot;Que vaut n ? &quot;)
n = int(chainelue)
print(n)

# structure de répétition pour appliquer la définition de la factorielle
reponse=1  # la répon…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:game_of_life_conway-2012?rev=1615285789&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-09T11:29:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:game_of_life_conway-2012</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:game_of_life_conway-2012?rev=1615285789&amp;do=diff</link>
        <description>Jeu de la vie de Conway
Game of Life with Python


#!/usr/bin/env python 
# -*- coding: utf-8 -*-
&quot;&quot;&quot;A minimal implementation of Conway&#039;s Game of Life.

source : http://www.exolete.com/code/life
modified by par Jérémie Knoops, BA2 chimie UMONS, 2011-2012
cf. http://fr.wikipedia.org/wiki/Jeu_de_la_vie
&amp; http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Each cell&#039;s survival depends on the number of occupied nearest and
next-nearest neighbours (calculated in Grid::step). A living cell dies
of ov…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:grille_configurations_melange_binaire_2013?rev=1385719509&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T11:05:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:grille_configurations_melange_binaire_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:grille_configurations_melange_binaire_2013?rev=1385719509&amp;do=diff</link>
        <description>Création d&#039;une grille et de configurations d&#039;un système binaire modélisé

&lt;sxh python; title : grille_configurations_melange_binaire.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# travail de ML et MP, ba2 chimie 2012-2013
# Création d&#039;une grille et de configurations d&#039;un système binaire modélisé</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:pavage_penrose_2013?rev=1385644133&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-28T14:08:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:pavage_penrose_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:pavage_penrose_2013?rev=1385644133&amp;do=diff</link>
        <description>Pavage de Penrose

&lt;sxh python; title : pavage_penrose.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# réference :  &lt;http://preshing.com/20110831/penrose-tiling-explained&gt;
# version un peu aménagée du travail de EC et LP, ba2 chimie 2012-2013

import math
import cmath
import cairo

 # definir le nombre d&#039;or 
goldenRatio = (1 + math.sqrt(5)) / 2</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:polynomes?rev=1488270463&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-02-28T09:27:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:polynomes</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:polynomes?rev=1488270463&amp;do=diff</link>
        <description>Polynômes

Travail avec des polynômes :

	*  un polynôme est une fonction
	*  un polynôme est caractérisé de manière univoque par ses coefficients
	*  le degré d&#039;un polynôme est l&#039;exposant qui caractérise le terme de puissance la plus élevée</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:pressions_partielles_systemes_non_ideaux?rev=1457103767&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-04T16:02:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:pressions_partielles_systemes_non_ideaux</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:pressions_partielles_systemes_non_ideaux?rev=1457103767&amp;do=diff</link>
        <description>Graphiques des pressions partielles de systèmes non-idéaux

&lt;sxh  python; title : pressions_partielles_systemes_non_ideaux.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
“”“
Graphiques des pressions partielles de systèmes non-idéaux
Basé sur le travail de ML et VM, ba2 chimie 2013-2014</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:regression_lineaire_2013?rev=1385642321&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-28T13:38:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:regression_lineaire_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:regression_lineaire_2013?rev=1385642321&amp;do=diff</link>
        <description>Régression linéaire

Entrée de couples, calcul et affichage de la droite de moindres carrés

&lt;sxh python; title : fit_linear.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# version un peu aménagée du travail de BD et EH, ba2 chimie 2012-2013

import matplotlib.pyplot as plt
import pylab
import numpy</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:representation_molecules_2013?rev=1583761370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-09T14:42:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:representation_molecules_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:representation_molecules_2013?rev=1583761370&amp;do=diff</link>
        <description>Représentation de molécules

Page à actualiser...

Certaines fonctions de ce programme nécessite des fichiers de données : [base.csv] et [bdd.csv]
&lt;sxh python; title : representation_molecules.py&gt;
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# travail de RL, ba2 chimie 2012-2013</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:solubilite_ph_t?rev=1457101472&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-04T15:24:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:solubilite_ph_t</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:solubilite_ph_t?rev=1457101472&amp;do=diff</link>
        <description>Solubilité en fonction du pH et de la température

Interface en ligne de commande et graphiques matplotlib

Nécessite [ce fichier de données] (à décompresser).

&lt;sxh  python; title : evolution_solubilite_pH_T.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
“”“</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:tableau_periodique_2013?rev=1586858596&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-04-14T12:03:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:tableau_periodique_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:tableau_periodique_2013?rev=1586858596&amp;do=diff</link>
        <description>Tableau périodique

Tableau avec éléments cliquables pour obtenir les information. Nécessite [ce fichier de données].


#!/usr/bin/env python
# -*- coding: utf-8 -*-
# version un peu aménagée du travail de TD et SD, ba2 chimie 2012-2013
 
def elem(x):
    # print type(x),x # pour montrer que x est une chaîne de caractères
    element=Tk()
    element.title(&quot;Propriété du&quot;+ x )
    elembox=Listbox(element,height=32,width=40,fg=&quot;#070942&quot;)
    elembox.pack()
    for item in table[int(x)]:  
        …</description>
    </item>
</rdf:RDF>
