Recherche
Voici les résultats de votre recherche.
Pages trouvées :
- calcul_matriciel_2012 (t…him)
- conversion_temperature_2011
- courbe_predominance_acide_2013
- ensemble_mandelbrot_2013
- game_of_life_conway-2012
- gaz_parfait_2011 (teac…ppchim)
- grille_configurations_melange_binaire_2013
- pavage_penrose_2013 (te…chim)
- ph_acides_bases_2013 (te…chim)
- ph_courbe_titrage_2011
- regression_lineaire_2013
- representation_molecules_2013
- tableau_periodique_2011
- tableau_periodique_2013
Résultats plein texte:
- matplotlib_simple
- ar une ligne colorée : <code python simple_series_01.py> #! /usr/bin/env python # -*- coding: utf-8 -*... d'une fonction ===== <code python simple_fonction_01.py> #! /usr/bin/env python # -*- coding: utf-8 -*... à partir de start jusque stop # passer step à 0.001 ? plot(tvals, my_func(tvals), 'bo', tvals, my_fu... e]] | {{:teaching:progappchim:rotateur_biatomique-01.png?280|}} \\ [[teaching:progappchim:matplotlib_g
- rdkit
- -First]] * [[http://davies-lee.com/index.php/2018/10/06/rdkit-in-jupyter-notebooks/]] * [[http:/... r exemple : {{ :teaching:progappchim:rdkit_primer_01.ipynb |}} ===== Exemples d'utilisation ===== ... re.com/talks/Mayfield_ChemicalDepiction_RDKITUGM_201609.pdf|Higher Quality Chemical Depictions: Lessons Learned and Advice]] John Mayfield, 2016
- notions_fondamentales
- when NOT to use them]] Dario Radečić, Medium, 11/01/2022 ==== Structures répétitives ==== L'**inst... e # 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' string.digits # '0123456789' string.punctuation # '!”#$%&\’()*+,-./:... t pangrammes === <code python string-palindrome-01.py> #!/usr/bin/env python3 # -*- coding: utf-8 -*... gramme. </code> <code python string_pangrammes-01.py> #!/usr/bin/env python3 # -*- coding: utf-8 -*
- plotly_simple
- erformance Metrics, Pier Paolo Ippolito, Aug 28, 2019 * [[https://towardsdatascience.com/4-reasons... Frank) Li, Medium, 28/02/2022 * [[https://anmol3015.medium.com/dont-just-create-plots-in-python-go-one-step-beyond-d60197ed6aa7|Don’t Just Create Plots in Python, Go One
- notions_avancees
- enerators/]] * [[http://www.datadependence.com/2016/08/pythonic-code-video-series-yield-generators/|... ul Kareem Shaik, Medium (DataCmap) October 26th, 2018 * [[https://www.geeksforgeeks.org/underscore-_... With os and shutil]] Jeff Hale, Medium, Feb 15, 2019 (pathlib, OS, shutil) * [[https://medium.com... elle]] * [[http://www.analyticsvidhya.com/blog/2015/06/regular-expression-python/|Beginners Tutorial
- trucs_astuces
- s et astuces ====== * [[https://treyhunner.com/2016/02/how-to-merge-dictionaries-in-python/|Fusionne
- progappchim
- en France - Il est urgent de ne plus attendre]] (2013) * [[https://www.whitehouse.gov/blog/2016/01/30/computer-science-all|Computer Science For All]] (President Obama in his 2016 State of the Union Address) ===== Notions de ba
- numpy_simple
- enne documentation]]. </note> <code python arrays_01.py> #! /usr/bin/env python # -*- coding: utf-8 -*... lémentaires ==== * [[http://www.pybloggers.com/2017/03/how-to-do-descriptives-statistics-in-python-u... nen * [[http://ipython-books.github.io/featured-01/|Getting the Best Performance out of NumPy]] * ... rays]] * [[https://www.machinelearningplus.com/101-numpy-exercises-python/|101 NumPy Exercises for D
- presentation_principes
- c exécution directe <code> >>> (8.314*300/24E-3)/101325 1.0256600049346163 >>> </code> * Commandes :... t pour des nombres... <code> >>> R=8.314 >>> L=0.001 >>> V=24*L >>> n=1 >>> zero=273.15 >>> T=20+zero >>> P=n*R*T/V >>> atm=101325 >>> print(P,P/atm) 101555.51000000001 1.0022749568221072 >>> </code> ==== Un peu de calcul ==== O
- ppoo
- raction * Polymorphisme <code python intro-OO-01.py3> #!/usr/bin/env python3 # -*- coding: utf-8 -... out Python classes!]] George Seif, Medium, 25/09/2019 * [[https://towardsdatascience.com/the-most-... Effortlessly Create Classes in Python with @dataclass]] Jacob Ferus, ITNEXT (Medium), 21/01/2023
- tkinter_gui_simple
- e va s'effectuer sur la console ! <code python tk-01.py> #!/usr/bin/env python # -*- coding: utf-8 -*-... e étiquette dynamique ===== <code python compteur-01.py> #! /usr/bin/env python # -*- coding: utf-8 -*... que le programme python <code python image_import-01.py> #!/usr/bin/env python # -*- coding: utf-8 -*-... ter_widgets]] * [[http://pyinmyeye.blogspot.be/2012/07/tkinter-demos.html]] * ===== Des exemples
- algos_entiers
- hon de cette idée. <code python nombres_premiers-01.py> #!/usr/bin/env python # -*- coding: UTF-8 -*-... de python; title : factorisation_nombres_premiers-01.py> #!/usr/bin/env python # -*- coding: UTF-8 -*-... dynamique * [[http://www.markhneedham.com/blog/2013/01/07/knapsack-problem-python-vs-ruby/]] * [[https://medium.freecodecamp.org/if-you-have-slow-loop
- tris
- avec un pivot arbitraire. <code python quicksort_01.py> #! /usr/bin/env python # -*- coding: utf-8 -*
- polynomes-12
- rbitals/blob/master/Hydrogen%20Orbitals%20%28Feb%2018,%202014%29%20%28dynamic%20entry%29.ipynb|Autre exemple avec Mayavi]] ===== Programmation objet et c
- mendeleev
- entel/mendeleev/blob/master/docs/source/notebooks/01_intro_to_mendeleev.ipynb]] (tutoriel introductif)... emple : {{ :teaching:progappchim:mendeleev_primer_01.ipynb |}} ===== Exemples de programmes simples ===== <code python IonizationEnergy-01.py> #!/usr/bin/env python3 # -*- coding: utf-8 -*... /code> <code python boiling-melting-temperatures-01.py> #!/usr/bin/env python3 # -*- coding: utf-8 -*