01

Recherche

Voici les résultats de votre recherche.

math_nombres
84 Occurrences trouvées, Dernière modification :
des décimales bien particulières : * 1/9² = 0.0123456790123456790123456790123456790123456790123457... * 1/99² = 0.0001020304050607080910111213141516171819202122232425
progappchim
36 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
presentation_principes
22 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
epidemie_coronavirus
19 Occurrences trouvées, Dernière modification :
====== 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
18 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 -*
game_of_life_conway-2012
17 Occurrences trouvées, Dernière modification :
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
16 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
ph_acides_bases_2013
16 Occurrences trouvées, Dernière modification :
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
15 Occurrences trouvées, Dernière modification :
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
13 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
codes_presentation
11 Occurrences trouvées, Dernière modification :
|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
10 Occurrences trouvées, Dernière modification :
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
10 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
polynomes-10
10 Occurrences trouvées, Dernière modification :
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
10 Occurrences trouvées, Dernière modification :
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
fit_modele_einstein
9 Occurrences trouvées, Dernière modification :
notions_avancees
9 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
9 Occurrences trouvées, Dernière modification :
numpy_simple
8 Occurrences trouvées, Dernière modification :
openbabel_jmol
7 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011
7 Occurrences trouvées, Dernière modification :
attracteur_lorenz
6 Occurrences trouvées, Dernière modification :
elements_molecules
6 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus
6 Occurrences trouvées, Dernière modification :
pressions_partielles_systemes_non_ideaux
6 Occurrences trouvées, Dernière modification :
tableau_periodique_2011
6 Occurrences trouvées, Dernière modification :
tableau_periodique_2013
6 Occurrences trouvées, Dernière modification :
tkinter_gui_simple
6 Occurrences trouvées, Dernière modification :
algos_entiers
5 Occurrences trouvées, Dernière modification :
analyse_images
5 Occurrences trouvées, Dernière modification :
mendeleev
5 Occurrences trouvées, Dernière modification :
ph-3d
5 Occurrences trouvées, Dernière modification :
ir_spectrum_co @teaching:progappchim:matplotlib_gallery
5 Occurrences trouvées, Dernière modification :
ensemble_mandelbrot_2013
4 Occurrences trouvées, Dernière modification :
pavage_penrose_2013
4 Occurrences trouvées, Dernière modification :
rdkit
4 Occurrences trouvées, Dernière modification :
scipy_simple
4 Occurrences trouvées, Dernière modification :
csv
3 Occurrences trouvées, Dernière modification :
lennard-jones
3 Occurrences trouvées, Dernière modification :
plotly_simple
3 Occurrences trouvées, Dernière modification :
polynomes-11
3 Occurrences trouvées, Dernière modification :
ppoo
3 Occurrences trouvées, Dernière modification :
regression_lineaire_2013
3 Occurrences trouvées, Dernière modification :
representation_molecules_2013
3 Occurrences trouvées, Dernière modification :
scikit_learn
3 Occurrences trouvées, Dernière modification :
solvents_data_class
3 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
3 Occurrences trouvées, Dernière modification :
conversion_temperature_2011
2 Occurrences trouvées, Dernière modification :
courbe_predominance_acide_2013
2 Occurrences trouvées, Dernière modification :
dictionaries_adn_arn_protein
2 Occurrences trouvées, Dernière modification :
diffusion_chimique_1d
2 Occurrences trouvées, Dernière modification :
entropie_melange
2 Occurrences trouvées, Dernière modification :
fizz_buzz
2 Occurrences trouvées, Dernière modification :
gaz_parfait_2011
2 Occurrences trouvées, Dernière modification :
grille_configurations_melange_binaire_2013
2 Occurrences trouvées, Dernière modification :
open_chemical_databases
2 Occurrences trouvées, Dernière modification :
polynomes-7-contrib1
2 Occurrences trouvées, Dernière modification :
polynomes-8
2 Occurrences trouvées, Dernière modification :
polynomes-9
2 Occurrences trouvées, Dernière modification :
polynomes-12
2 Occurrences trouvées, Dernière modification :
slices
2 Occurrences trouvées, Dernière modification :
solubilite_ph_t
2 Occurrences trouvées, Dernière modification :
tris
2 Occurrences trouvées, Dernière modification :
collection_namedtuple_exemple
1 Occurrences trouvées, Dernière modification :
factorielle
1 Occurrences trouvées, Dernière modification :
glossaire_chimie
1 Occurrences trouvées, Dernière modification :
maxwell-boltzmann
1 Occurrences trouvées, Dernière modification :
polynomes-7
1 Occurrences trouvées, Dernière modification :
pubchempy
1 Occurrences trouvées, Dernière modification :
suite_de_fibonacci
1 Occurrences trouvées, Dernière modification :
trucs_astuces
1 Occurrences trouvées, Dernière modification :
urllib
1 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :