Recherche
Voici les résultats de votre recherche.
Pages trouvées :
Résultats plein texte:
- progappchim
- linusable/libraries/samples-public/html/notebooks/chemistry/chemical_elements_data-01.ipynb|application sur les données des éléments chimiques]] (FIXME : lien... description de molécules et visualisations * [[ChemSpiPy]] : utilisation des données de [[http://www.chemspider.com/|ChemSpider]] * [[PubChemPy]] : inter
- ph_acides_bases_2013
- ait a, cela voudrait dire 'appending' fin = open("chem_data_acide.txt", "w") fin.write(str1) fin.close() #va lire le fichier .txt fout = open("chem_data_acide.txt", "r") chem_list = fout.readlines() fout.close() #rtstrip pour recopier les éléments de chem_list c2=[chem for chem in chem_list] chem_list =
- potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
- écrivent les trajets des atomes dans la réaction <chem>H2</chem> + H --> H + <chem>H2</chem> (échange d'atomes). Ces travaux aboutiront au développement des notions de [[http://en.wikipe
- open_chemical_databases
- databank ==== * [[http://en.wikipedia.org/wiki/Chemical_database|Chemical databases]] +... * [[http://www.mtdcadd.com/]] * [[http://www.drugbank.ca/]] ... ==== * [[http://en.wikipedia.org/wiki/Template:Chembox|Chembox template]] * [[http://en.wikipedia.org/wiki/Category:Commodity_chemicals]] * [[http:
- rdkit
- ge#RDKit.2FPython|Depict a compound as an image | Chemistry Toolkit Rosetta Wiki | Fandom]] * Jupyter ... 06/rdkit-in-jupyter-notebooks/]] * [[http://www.chemspider.com/|ChemSpider | Search and share chemistry]] site reprenant de nombreuses informations sur des molécules * ..
- chempy
- ====== ChemPy ====== * [[https://pypi.org/project/chempy/]] : installation et documentation <code python prog-te... May 4 10:25:51 2021 @author: villersd Librairie chempy : https://pypi.org/project/chempy/#documentation https://github.com/bjodah/chempy installation Linux
- scikit_learn
- de substances chimiques,... * [[http://scikit-chem.readthedocs.io/en/latest/index.html|Scikit-chem]], simple cheminformatics for Python * [[https://github.com/gorgitko/molminer|MolMiner]], for extract... entific literature * [[https://github.com/mcs07/ChemDataExtractor|ChemDataExtractor]], automatically e
- openbabel_jmol
- ary/PythonDoc.html#using-iterators # http://pythonchem.blogspot.be/2012/08/fun-and-little-disappointment... </code> ===== References ===== * [[http://www.jcheminf.com/content/3/1/33|Open Babel: An open chemical toolbox]], Noel M O'Boyle, Michael Banck, Craig A Ja... andermeersch and Geoffrey R Hutchison, Journal of Cheminformatics 2011, 3:33 doi:10.1186/1758-2946-3-33
- chemspipy
- ====== ChemSpiPy ====== * Utilisation des données de [[http://www.chemspider.com/|ChemSpider]] * [[https://github.com/mcs07/ChemSpiPy]] site officiel * [[https://chemspipy.readthedocs.io
- representation_molecules_2013
- ion en 3D de la molécule ''' link="http://chemapps.stolaf.edu/jmol/jmol.php?model="+SMILES r... ''' file_name=name+'.png' from rdkit.Chem import AllChem from rdkit.Chem import Draw mol = AllChem.MolFromSmiles(smiles) AllChem.Compute2DCoords(mol
- ph-3d
- Smith, Md Mainul Hossain and Patrick MacCarthy J. Chem. Educ., 2014, 91 (2), pp 225–231 DOI: 10.1021/e... la figure de l'article référencé dans Journal of Chemical Education : {{:teaching:progappchim:ph_topog... == * [[http://pubs.acs.org/doi/abs/10.1021/acs.jchemed.6b00682|3-D Topo Surface Visualization of Acid–... Plains]] Garon C. Smith and Md Mainul Hossain, J. Chem. Educ., 2017, 94 (5), pp 598–605 DOI: 10.1021/acs
- pubchempy
- ====== PubChemPy ====== * Documentation : [[https://pubchempy.readthedocs.io/en/latest/index.html]] ===== Utilisati... code permettant l'installation de la librairie PubChemPy : <code>!pip install pubchempy</code> * Fichier exemple : {{ :teaching:progappchim:pubchempy_primer
- collection_namedtuple_exemple
- paces et/ou des virgules <code python namedtuple-chemical_elements-01.py> #!/usr/bin/env python # -*- c... g: utf-8 -*- from collections import namedtuple ChemEl = namedtuple('Element', 'name atomic_number sym... ame as defining a class for elements hydrogen = ChemEl('hydrogen', 1, 'H', 1, 1, 1.008) helium = ChemEl('helium', 2, 'He', 18, 1, 4.002602) print(hydrogen.
- algos_divers
- ants * ... Problèmes non résolus * [[parsing_chemical_formula|Décomposition de formules chimiques]]... de Dijkstra]] (permet de déterminer le plus court chemin pour se rendre d'un point à une autre en foncti
- parsing_chemical_formula
- r compte de points suivi de nombres de molécules <chem>H2O</chem> * comptabiliser les éléments * ... ===== Références ===== * [[http://stackoverflow.