01

Recherche

Voici les résultats de votre recherche.

matplotlib_simple
8 Occurrences trouvées, Dernière modification :
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
1 Occurrences trouvées, Dernière modification :
-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
6 Occurrences trouvées, Dernière modification :
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 -*
notions_avancees
2 Occurrences trouvées, Dernière modification :
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
progappchim
3 Occurrences trouvées, Dernière modification :
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
3 Occurrences trouvées, Dernière modification :
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
1 Occurrences trouvées, Dernière modification :
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
2 Occurrences trouvées, Dernière modification :
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
3 Occurrences trouvées, Dernière modification :
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
3 Occurrences trouvées, Dernière modification :
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
1 Occurrences trouvées, Dernière modification :
avec un pivot arbitraire. <code python quicksort_01.py> #! /usr/bin/env python # -*- coding: utf-8 -*
mendeleev
5 Occurrences trouvées, Dernière modification :
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 -*
pandas
3 Occurrences trouvées, Dernière modification :
fichier : {{:teaching:progappchim:body_dimensions_01.ipynb}} * créer des régressions * autres repr... ng: utf-8 -*- """ Created on Tue Mar 5 04:13:51 2019 Statistics on Body dimensions : http://jse.amsta... )]] * [[https://github.com/justmarkham/pycon-2019-tutorial|GitHub - justmarkham/pycon-2019-tutorial: Data Science Best Practices with pandas]] * [[h
bioinformatic
2 Occurrences trouvées, Dernière modification :
ADN ===== <code python Counting_DNA_Nucleotides-01.py> #!/usr/bin/env python # -*- coding: utf-8 -*-... de fichier <code python Finding_a_Protein_Motif-01.py> #!/usr/bin/env python # -*- coding: utf-8 -*-... chool" : * [[https://www.scienceinschool.org/2010/issue17/bioinformatics|Bioinformatics with pen a... a phylogenetic tree]] Cleopatra Kozlowski, 07/12/2010 * [[https://www.scienceinschool.org/2014/iss
jupyter
7 Occurrences trouvées, Dernière modification :
nb}} * {{ :teaching:progappchim:jupyter_widgets-01.ipynb |}} * {{:teaching:progappchim:jupyter_widgets-maxwell-01.ipynb}} * {{ :teaching:progappchim:animationemb... book Tutorial: The Definitive Guide]] (datacamp, 2016) * [[https://www.datacamp.com/community/blog/j... * {{ :teaching:progappchim:jupyter_widgets-01.ipynb |}} : sinusoïde à fréquence ajustable
urllib
1 Occurrences trouvées, Dernière modification :
pubchempy
1 Occurrences trouvées, Dernière modification :
openbabel_jmol
1 Occurrences trouvées, Dernière modification :
slices
1 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011
3 Occurrences trouvées, Dernière modification :
analyse_images
1 Occurrences trouvées, Dernière modification :
entropie_melange
1 Occurrences trouvées, Dernière modification :
elements_molecules
2 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus
1 Occurrences trouvées, Dernière modification :
ph-3d
2 Occurrences trouvées, Dernière modification :
codes_presentation
1 Occurrences trouvées, Dernière modification :
collection_namedtuple_exemple
1 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
3 Occurrences trouvées, Dernière modification :
epidemie_coronavirus
1 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
3 Occurrences trouvées, Dernière modification :
math_nombres
1 Occurrences trouvées, Dernière modification :
glossaire_chimie
1 Occurrences trouvées, Dernière modification :
scipy_simple
3 Occurrences trouvées, Dernière modification :
scikit_learn
1 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
7 Occurrences trouvées, Dernière modification :
fizz_buzz
1 Occurrences trouvées, Dernière modification :
polynomes-11
1 Occurrences trouvées, Dernière modification :
polynomes-9
1 Occurrences trouvées, Dernière modification :
polynomes-8
1 Occurrences trouvées, Dernière modification :
ir_spectrum_co @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
lennard-jones
2 Occurrences trouvées, Dernière modification :
diffusion_chimique_1d
1 Occurrences trouvées, Dernière modification :
maxwell-boltzmann
1 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013
4 Occurrences trouvées, Dernière modification :