Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- progappchim
- via des projets, vous pouvez-consulter : * Le [[http://www.academie-sciences.fr/pdf/rapport/rads_0513.... - installation de la version 3 standard via [[http://python.org|python.org]] - **installation ... , une autre librairie graphique, simple (cf. ce [[http://pygal.org/en/stable/index.html|site]]) * [[al... * [[ChemSpiPy]] : utilisation des données de [[http://www.chemspider.com/|ChemSpider]] * [[PubChemP
- notions_fondamentales
- equel il convient de les effectuer s'appelle un [[http://fr.wikipedia.org/wiki/Algorithmique|algorithme]... #the-if-statement|documentation officielle]] ou [[http://www.courspython.com/tests.html|cet autre cours]... et des exemples de code exécutable sur le site [[http://www.pythontutor.com|pythontutor]]. En python, ... (11): print(i, i**2, i**3) </code> //Cf.// [[http://www.courspython.com/boucles.html|cet autre cour
- matplotlib_simple
- bliothèques python de calcul scientifique : * [[http://www.numpy.org/|NumPy]] : gestion de tableaux nu... ées de Fourier, nombres (pseudo-)aléatoires * [[http://scipy.org/scipylib/index.html|SciPy]] : méthode... iques comme l'intégration ou l'optimisation * [[http://sympy.org/en/index.html|SymPy]] : mathématiques symboliques * [[http://pandas.pydata.org/|Pandas]]: analyse de données
- algos_entiers
- le reste, jusqu'à un reste nul (**observez bien [[http://fr.wikipedia.org/wiki/Algorithme_d%27Euclide#Ex... s facteurs communs. ==== Références ==== * [[http://fr.wikipedia.org/wiki/Algorithme_d%27Euclide|Algorithme d'Euclide]] * [[http://stackoverflow.com/questions/11175131/code-for-g... ons.gcd]] (version incluse dans le langage) * [[http://en.literateprograms.org/Euclidean_algorithm_%28
- plot_sinus_cosinus
- roquaux <note important>__la licence **CC-by** [[http://creativecommons.org/licenses/by/3.0/us|Creative... aut ===== * Documentation à consulter : * [[http://matplotlib.org/users/pyplot_tutorial.html|Tutoriel pyplot]] * [[http://matplotlib.org/api/pyplot_api.html#matplotlib.p... tplotib : Plotting with default settings Source : http://scipy-lectures.github.io/intro/matplotlib/matpl
- tkinter_gui_simple
- /docs.python.org/3/library/idle.html|Idle]] * [[http://inforef.be/swi/download/apprendre_python.pdf|Ch... grammer avec Python”, de Gérard Swinnen]] * [[http://fr.wikibooks.org/wiki/Apprendre_%C3%A0_programm... 3%AAtres_et_de_graphismes|version en wiki]] * [[http://infohost.nmt.edu/tcc/help/pubs/tkinter/|Tkinter... ython]] (online or pdf) by John W. Shipman) * [[http://www.pythonware.com/library/tkinter/introduction
- pandas
- ype) par colonne. ===== Installation ===== * [[http://pandas.pydata.org/pandas-docs/stable/install.ht... 3 install pandas ===== Documentation ===== * [[http://pandas.pydata.org/pandas-docs/stable/index.html|Documentation officielle]] * [[http://pandas.pydata.org/pandas-docs/stable/10min.html|10 minutes to pandas]] * [[http://pandas.pydata.org/pandas-docs/version/0.20/cook
- notions_avancees
- rateur. ===== Générateurs et "yield" ===== * [[http://fr.openclassrooms.com/informatique/cours/pratiq... -et-meconnues-en-python/les-generateurs-2]] * [[http://feldboris.alwaysdata.net/blog/python-les-iterat... [[https://wiki.python.org/moin/Generators]] * [[http://sahandsaba.com/combinatorial-generation-using-coroutines-in-python.html]] * [[http://code.activestate.com/recipes/580628-pluggable-p
- numpy_simple
- de ce éléments dans un tableau 1D (consulter la [[http://docs.scipy.org/doc/numpy/reference/routines.ma.... nt des conditions (voir la documentation) * //[[http://docs.scipy.org/doc/numpy/reference/generated/nu... 7 * y = 17. 3 * x - 5 * y = -21. reference : http://docs.scipy.org/doc/numpy/reference/generated/nu... code> ==== Références complémentaires ==== * [[http://www.pybloggers.com/2017/03/how-to-do-descriptiv
- potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
- Eyring et Polanyi ont publié en 1931 l'article [[http://www.degruyter.com/view/j/zpch.2013.227.issue-9-... vaux aboutiront au développement des notions de [[http://en.wikipedia.org/wiki/Activated_complex|complexe activé]] (activated complex) ou [[http://en.wikipedia.org/wiki/Transition_state|état de ... ===== Représentation graphique ===== L'article "[[http://scitation.aip.org/content/aip/journal/jcp/23/3/
- analyse_images
- a librairie Pillow ===== <note tip>La librairie [[http://pillow.readthedocs.io/en/latest/index.html|Pill... rg/wiki/File:Antoine_lavoisier_color.jpg pillow : http://pillow.readthedocs.io/en/latest/index.html """ ... Image processing with PIL """ # sources & refs : http://stackoverflow.com/questions/2652415/fft-and-array-to-image-image-to-array-conversion # http://stackoverflow.com/questions/14577007/grayscale-
- open_chemical_databases
- érences ===== ==== Databases, databank ==== * [[http://en.wikipedia.org/wiki/Chemical_database|Chemical databases]] +... * [[http://www.mtdcadd.com/]] * [[http://www.drugbank.ca/]] * [[http://www.genome.jp/kegg/]] * [[http://zinc.docking.org/]] * [[http://b
- openbabel_jmol
- OpenBabel et Jmol ====== ===== OpenBabel ===== [[http://fr.wikipedia.org/wiki/OpenBabel|OpenBabel]] est... s dans différents formats. * Site officiel : [[http://openbabel.org/wiki/Main_Page]] * Interfaçage en Python : [[http://openbabel.org/wiki/Python]] Pour utiliser Open... enbabel et python-openbabel. Sous Windows, voir [[http://openbabel.org/docs/dev/Installation/install.htm
- polynomes-12
- c utilisation de matplotlib et numpy Références : http://docs.scipy.org/doc/numpy/reference/routines.polynomials.package.html http://docs.scipy.org/doc/numpy/reference/routines.polynomials.chebyshev.html http://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.chebyshev.chebval.html http://docs.scipy.org/doc/numpy/reference/generated/nu
- scipy_simple
- de> * Importation par sous-modules (//cf// le [[http://docs.scipy.org/doc/scipy/reference/api.html#gui... peuvent être trouvées notamment sur le site de [[http://www.nr.com/|Numerical Recipes]]. En particulier, les anciennes éditions sont [[http://www.nrbook.com/a/bookcpdf.php|accessibles gratu... . ===== Intégrales définies ===== La librairie [[http://docs.scipy.org/doc/scipy/reference/integrate.ht