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:
- math_nombres
- des décimales bien particulières : * 1/9² = 0.0123456790123456790123456790123456790123456790123457... * 1/99² = 0.0001020304050607080910111213141516171819202122232425
- 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
- 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
- epidemie_coronavirus
- ====== Références : * [[wp>Coronavirus_disease_2019|Coronavirus disease 2019]] * [[wp>fr:Maladie_à_coronavirus_2019|Maladie à coronavirus 2019]] * [[https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.html#/
- 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 -*
- game_of_life_conway-2012
- tre travail : [[http://glowingpython.blogspot.be/2015/10/game-of-life-with-python.html|Game of Life wi... </note> <code python Conway_Game_of_Life_2D-JK-2012.py> #!/usr/bin/env python # -*- coding: utf-8 -... odified by par Jérémie Knoops, BA2 chimie UMONS, 2011-2012 cf. http://fr.wikipedia.org/wiki/Jeu_de_la_vie & http://en.wikipedia.org/wiki/Conway%27s_Game_o
- 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
- ph_acides_bases_2013
- ing: utf-8 -*- # travail de QD et TB, ba2 chimie 2012-2013 import Tkinter as tk from numpy import * import matplotlib.pyplot as plt def get_acide(event)... cideselect] if pkaselect < 0: x=[0.0001,0.001,0.01,0.1,1] y=-log10(x) l1=plt.semilogx(x,y,color='m',linewidth=2) lx=p
- jupyter
- nd-data-scientist-should-add-to-their-toolbox-186b01534402|Google Colab — a tool every Python Develope... 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
- bioinformatic
- 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
- codes_presentation
- |documentation officielle]]. <code python turtle-01.py> #!/usr/bin/python # -*- coding: UTF-8 -*- # ... ses par une fenêtre tk from tkinter import * fen01 = Tk() fen01.title("Lecture de deux masses") chaine1 = Label (fen01, text = "introduisez la première masse :") chaine
- calcul_matriciel_2012
- ef.be/swi/python.htm # travail de CD, ba2 chimie 2011-2012 from Tkinter import * from sys import * def is_number(s): try: float(s) ... s aqéquates" def opentop (): """fen01.destroy () """ dim = entr1.get() if is_nu... image = is_number(entree) fen01.mainloop() return image def affiche (
- pandas
- 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
- polynomes-10
- tion ===== Proposé et testé par RL, étudiant ba2 2012-2013. <code python derivation.py> #!/usr/bin/env python # -*- coding: utf-8 -*- def polyderiv(a): ... tion par x ===== Proposition de AP, étudiant ba2 2012-2013 : <code python polyx.py> #!/usr/bin/env python # -*- coding: utf-8 -*- def polyx(a): """
- rotateur_biatomique @teaching:progappchim:matplotlib_gallery
- re : {{:teaching:progappchim:rotateur_biatomique-01.png}} Sortie des valeurs : <code> -------------... 95e+00 | | 12 | 25 | 156 | 5.25340178e+00 | | 13 | 27 | 182 | 4.3746... 09e+00 | | 19 | 39 | 380 | 8.72460102e-01 | | 20 | 41 | 420 | 6.14818650e-01 | | 21 | 43 | 462 | 4.2367