<?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-03T06:17:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <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:grille_configurations_melange_binaire_2013?rev=1385719509&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:random_walk_2d-simple?rev=1615285338&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:presentation_principes?rev=1676987780&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:koch_snowflake?rev=1488893843&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:notions_fondamentales?rev=1683095960&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:rotateur_biatomique?rev=1519117226&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:plot_sinus_cosinus?rev=1614090814&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:trucs_astuces?rev=1682845776&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: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: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:random_walk_2d-simple?rev=1615285338&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-09T11:22:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:random_walk_2d-simple</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:random_walk_2d-simple?rev=1615285338&amp;do=diff</link>
        <description>Marche aléatoire 2D simple

Dans les modèles les plus simples, on considère un polymère comme un ensemble de segments faisant entre eux un angle quelconque (freely jointed chain). Ce problème est aussi dénommé “marche aléatoire” (random walk) en mathématique ou physique. Il peut aussi rendre compte d&#039;autres phénomènes tel que celui de la diffusion.
Après simulation, vous comprendrez pourquoi on appelle</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:presentation_principes?rev=1676987780&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-21T14:56:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:presentation_principes</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:presentation_principes?rev=1676987780&amp;do=diff</link>
        <description>~~REVEAL transition=convex&amp;controls=1&amp;show_progress_bar=1&amp;build_all_lists=1&amp;open_in_new_window=1~~

Programmer en Python

Généralités

	*  Qu&#039;est-ce qu&#039;un langage de programmation ?
	*  Compilation ou interprétation, ou... ?

Rôle des langages de programmation</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:koch_snowflake?rev=1488893843&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-07T14:37:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:koch_snowflake</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:koch_snowflake?rev=1488893843&amp;do=diff</link>
        <description>Flocon de Koch

Courbe fractale créée suivant un principe de récursivité, en utilisant la librairie turtle


#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-

# exemple de  courbe fractale (Koch)
# cf. http://fr.wikipedia.org/wiki/Flocon_de_von_Koch
# et http://en.wikipedia.org/wiki/Koch_snowflake 
# ce programme est basé sur un principe de récursivité
# (une fonction qui s&#039;appelle elle-même)

from turtle import * # module turtle. Doc : http://docs.python.org/library/turtle.html
from time impo…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:notions_fondamentales?rev=1683095960&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-03T08:39:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:notions_fondamentales</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:notions_fondamentales?rev=1683095960&amp;do=diff</link>
        <description>Notions fondamentales

Aide mémoire synthétique sur le langage Python.

Règles de base

Ces règles peuvent être testées via le mode interactif de Python (en utilisant la fenêtre “Shell” ou console de l&#039;éditeur Idle ou Idle3 par exemple).</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:rotateur_biatomique?rev=1519117226&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-02-20T10:00:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:matplotlib_gallery:rotateur_biatomique</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:rotateur_biatomique?rev=1519117226&amp;do=diff</link>
        <description>Rotateur biatomique

Cf. cette page.

Code source, en Python 3 : 


#!/usr/bin/env python
# -*- coding: utf-8 -*-
&quot;&quot;&quot;
Somme d&#039;état (ensemble canonique) de rotation (rotateur biatomique)

Les impressions sont à récrire avec l&#039;instruction format() de python 3
&quot;&quot;&quot;

from math import exp    # on a juste besoin de l&#039;exponentielle
import matplotlib.pyplot as plt  # directive d&#039;importation standard de Matplotlib

T = 100. # (température réduite = T / Theta)
Zrot = 0.  # somme d&#039;état
Jmax = 30  # valeur …</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:plot_sinus_cosinus?rev=1614090814&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-23T15:33:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:plot_sinus_cosinus</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:plot_sinus_cosinus?rev=1614090814&amp;do=diff</link>
        <description>Graphe simple de sinus et cosinus

On montre en détail comment réaliser une représentation graphique simple des fonctions sinus et cosinus. Au départ le graphique utilisera les réglages par défaut et la figure sera ensuite améliorée pas à pas en commentant les instructions matplotlib utilisées.</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:trucs_astuces?rev=1682845776&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-30T11:09:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:trucs_astuces</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:trucs_astuces?rev=1682845776&amp;do=diff</link>
        <description>Trucs et astuces

	*  Fusionner deux dictionnaires
	*  0 Python Best Practices, Tips, And Tricks - Improve your Python knowledge and skills Erik van Baaren, Medium, Jan 5, 2020
	*  Apply These 4 Techniques To Write Concise Python Code - Write Python code in a Pythonic way, Yong Cui, Medium, 09/03/2021
	*  Python refactoring tips for cleaner code, Pralabh Saxena, Medium, Jul 26 2021
	*  10 Python Snippets I Use Every Day - A few Python snippets - from sorting to list comprehensions - that I use n…</description>
    </item>
</rdf:RDF>
