<?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-06-21T00:34:13+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:start?rev=1678698865&amp;do=diff"/>
                <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:matplotlib_gallery:potentiel_energy_surface?rev=1607358147&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:chempy?rev=1679311387&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:open_chemical_databases?rev=1430303508&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:rdkit?rev=1685220843&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:scikit_learn?rev=1521472681&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:chemspipy?rev=1614770010&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:collection_namedtuple_exemple?rev=1611311635&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:openbabel_jmol?rev=1647275310&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph-3d?rev=1613464052&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:algos_divers?rev=1670574996&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:parsing_chemical_formula?rev=1488291120&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:solvents_data_class?rev=1354279148&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:ir_spectrum_co?rev=1431417884&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:jupyter?rev=1654844164&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:start?rev=1678698865&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-13T10:14:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:start</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:start?rev=1678698865&amp;do=diff</link>
        <description>Programmation appliquée à la chimie
&lt;https://lukasz.langa.pl/f15a8851-af26-4e94-a4b1-c146c57c9d20/&gt;
Aux dernières nouvelles (14/12/2022) Serhiy Storchaka vit toujours en Ukraine, à 20 km de Konotop !!

Le cours “Programmation appliquée à la chimie” de bachelier en sciences chimiques (15 H cours et 15 H exercices, bloc2) utilise deux supports :</description>
    </item>
    <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:matplotlib_gallery:potentiel_energy_surface?rev=1607358147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-07T17:22:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:matplotlib_gallery:potentiel_energy_surface</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:potentiel_energy_surface?rev=1607358147&amp;do=diff</link>
        <description>Surface d&#039;énergie potentielle

Historique

Eyring et Polanyi ont publié en 1931 l&#039;article On Simple Gas Reactions dans lequel ils décrivent les trajets des atomes dans la réaction  + H --&gt; H +  (échange d&#039;atomes). Ces travaux aboutiront au développement des notions de $E_{bond}= D_e [\exp(-2\beta(r-r_e))-2\exp(-\beta(r-r_e))]$$E_{ant}= \frac{D_e}{2} [\exp(-2\beta(r-r_e))+2\exp(-\beta(r-r_e))]$$r_e$$D_e$$\beta$$E_{bond}= \frac{Q_{AB}+\alpha_{AB}}{1+S^2_{AB}} = \frac{Q_{AB}+\alpha_{AB}}{1+k}$$E_{a…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:chempy?rev=1679311387&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-20T12:23:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:chempy</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:chempy?rev=1679311387&amp;do=diff</link>
        <description>ChemPy

	*  &lt;https://pypi.org/project/chempy/&gt; : installation et documentation


#!/usr/bin/env python3
# -*- coding: utf-8 -*-
&quot;&quot;&quot;
Created on Tue May  4 10:25:51 2021

@author: villersd
Librairie chempy :
https://pypi.org/project/chempy/#documentation
https://github.com/bjodah/chempy
installation Linux : conda install -c bjodah chempy pytest
installation Windows &amp; OS X :
python -m pip install chempy pytest
python -m pytest -rs -W ignore::chempy.ChemPyDeprecationWarning --pyargs chempy
&quot;&quot;&quot;
from …</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:open_chemical_databases?rev=1430303508&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-04-29T12:31:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:open_chemical_databases</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:open_chemical_databases?rev=1430303508&amp;do=diff</link>
        <description>Bases de données libres en chimie

Références

Databases, databank

	*  Chemical databases +...
	*  &lt;http://www.mtdcadd.com/&gt;
	*  &lt;http://www.drugbank.ca/&gt;
	*  &lt;http://www.genome.jp/kegg/&gt;
	*  &lt;http://zinc.docking.org/&gt;
	*  &lt;http://bidd.nus.edu.sg/group/cjttd/&gt;

Données de wikipedia

	*  Chembox template
		*  &lt;http://en.wikipedia.org/wiki/Category:Commodity_chemicals&gt;
		*  &lt;http://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Produit_chimique&gt;
		*  &lt;http://en.wikipedia.org/wiki/Category:Chemical_substanc…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:rdkit?rev=1685220843&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-27T22:54:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:rdkit</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:rdkit?rev=1685220843&amp;do=diff</link>
        <description>RDKit

	*  &lt;http://www.rdkit.org/&gt;
	*  Getting Started with the RDKit in Python — The RDKit 2020.09.1 documentation
	*  Depict a compound as an image | Chemistry Toolkit Rosetta Wiki | Fandom
	*  Jupyter &amp; RDKit
		*  Getting Started with RDKit and Jupyter | Depth-First
		*  &lt;http://davies-lee.com/index.php/2018/10/06/rdkit-in-jupyter-notebooks/&gt;

	*  ChemSpider | Search and share chemistry site reprenant de nombreuses informations sur des molécules
	*  ...

Utilisation avec Anaconda

“”



Utili…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:scikit_learn?rev=1521472681&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-19T16:18:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:scikit_learn</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:scikit_learn?rev=1521472681&amp;do=diff</link>
        <description>Scikit-learn

	*  &lt;http://scikit-learn.org&gt;
	*  &lt;http://www.innoarchitech.com/machine-learning-an-in-depth-non-technical-guide/&gt;

FIXME : ajouter des exemples avec analyse de textes contenant des termes scientifiques, des noms de substances chimiques,...

	*  Scikit-chem, simple cheminformatics for Python
	*  MolMiner, for extracting compounds from scientific literature
	*</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:chemspipy?rev=1614770010&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-03T12:13:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:chemspipy</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:chemspipy?rev=1614770010&amp;do=diff</link>
        <description>ChemSpiPy

	*  Utilisation des données de ChemSpider
	*  &lt;https://github.com/mcs07/ChemSpiPy&gt; site officiel
	*  &lt;https://chemspipy.readthedocs.io/en/latest/index.html&gt; : documentation officielle
	*  Avec la distribution Anaconda, la lirairie “chemspipy” est installable via le canal “conda-forge”. Utiliser si opportun un environnement spécifique.</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:collection_namedtuple_exemple?rev=1611311635&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-22T11:33:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:collection_namedtuple_exemple</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:collection_namedtuple_exemple?rev=1611311635&amp;do=diff</link>
        <description>Exemple d&#039;utilisation de namedtuple

L&#039;utilisation de namedtuple peut s&#039;avérer plus rapide que la définition de classes (objets) pour gérer des petites structures de données.

La syntaxe de base est : namedtuple(typename, field_names)

	*  cela crée une sous-classe de namedtuple appelée</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:openbabel_jmol?rev=1647275310&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-14T17:28:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:openbabel_jmol</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:openbabel_jmol?rev=1647275310&amp;do=diff</link>
        <description>OpenBabel et Jmol

OpenBabel

OpenBabel est un ensemble de programme permettant de manipuler et convertir les fichiers de description de molécules dans différents formats.

	*  Site officiel : &lt;http://openbabel.org/wiki/Main_Page&gt;
	*  Interfaçage en Python : &lt;http://openbabel.org/wiki/Python&gt;

Pour utiliser OpenBabel en python, il faut installer au préalable ces outils. Sous Linux (Debian, Ubuntu,</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph-3d?rev=1613464052&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-16T09:27:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:ph-3d</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph-3d?rev=1613464052&amp;do=diff</link>
        <description>Représentation 3D du pH

Cas d&#039;un acide en fonction d&#039;un ajout de base et d&#039;une dilution globale : cf. cet article


#! /usr/bin/env python
# -*- coding: utf-8 -*-
&quot;&quot;&quot;
Use of numpy polynomes to compute pH of weak acid and strong base

3D topographic surface generation in the same conditions as
the following paper :
3-D Surface Visualization of pH Titration “Topos”:
Equivalence Point Cliffs, Dilution Ramps, and Buffer Plateaus&quot;  
Garon C. Smith, Md Mainul Hossain and Patrick MacCarthy
J. Chem. Ed…</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:algos_divers?rev=1670574996&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-09T09:36:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:algos_divers</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:algos_divers?rev=1670574996&amp;do=diff</link>
        <description>Algorithmes divers

Problèmes résolus :

	*  Fizz buzz, jeu de comptage et de divisibilité conçu pour des enfants
	*  ...

Problèmes non résolus

	*  Décomposition de formules chimiques (analyse de chaînes de caractères)
	*  ...

Classiques

	*  Algorithme de Dijkstra (permet de déterminer le plus court chemin pour se rendre d&#039;un point à une autre en fonction du réseau routier)</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:parsing_chemical_formula?rev=1488291120&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-02-28T15:12:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:parsing_chemical_formula</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:parsing_chemical_formula?rev=1488291120&amp;do=diff</link>
        <description>Décomposition de formules chimiques

Analyse de chaînes de caractères formées par la concaténation de symboles d&#039;éléments chimiques.

Problème de base

	*  Décomposer une chaîne de caractères formée par des symboles chimiques répétés : CaClCNOSbInAsFICl</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:solvents_data_class?rev=1354279148&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-11-30T13:39:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:solvents_data_class</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:solvents_data_class?rev=1354279148&amp;do=diff</link>
        <description>Utilisation d&#039;une &quot;classe&quot; pour des données de solvants chimiques

On peut utiliser la structure de classe pour créer une “table” de données sur des solvants. Il est alors possible d&#039;effectuer des traitements de tris, sélection, impression...</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:ir_spectrum_co?rev=1431417884&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-05-12T10:04:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:matplotlib_gallery:ir_spectrum_co</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:ir_spectrum_co?rev=1431417884&amp;do=diff</link>
        <description>Spectre IR du CO

Différentes techniques de spectroscopie utilisent des représentations standardisées des spectres. En spectroscopie Infrarouge, l&#039;absorbance est traditionnellement représentée en fonction des nombres d&#039;ondes décroissants exprimés en $cm^{-1}$. Pour rappel, en spectroscopie, le $\tilde{\nu}$$\tilde{\nu} = 1/\lambda = \nu/c$$\Delta J = \pm 1$$cm^{-1}$</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:jupyter?rev=1654844164&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-10T08:56:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:jupyter</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:jupyter?rev=1654844164&amp;do=diff</link>
        <description>Jupyter, IPython Notebooks et JupyterLab

	*  Jupyter a succédé à IPython Notebook
	*  Jupyter est installé par défaut avec la distribution python Anaconda. C&#039;est la manière la plus adéquate d&#039;utiliser Jupyter.
	*  Sinon, on peut utiliser facilement les notebooks Jupyter sur la plateforme</description>
    </item>
</rdf:RDF>
