get

Recherche

Voici les résultats de votre recherche.

calcul_matriciel_2012 @teaching:progappchim
45 Occurrences trouvées, Dernière modification :
(): """fen01.destroy () """ dim = entr1.get() if is_number(dim) and float(dim) > 0: ... while not image: entree = entr1.get() image = is_number(entree) ... z les valeurs de votre matrice') ni=int(entr1.get()) nj=int(entr1.get()) for i in range (ni): for j in range (nj): entries=E
openbabel_jmol @teaching:progappchim
14 Occurrences trouvées, Dernière modification :
ol) ff.ConjugateGradients(100, 1.0e-5) ff.GetCoordinates(mol) return mol def OBStructureFr... riteFile(mol, "molecules/%s.pdb" % filename) def getAlcohols(): molecules = dict() molecules['... etab = openbabel.OBElementTable() dico = getAlcohols() for elem in dico: OBStructu... File(mol, "molecules/%s.pdb" % file_in) # get the charges of the atoms charge_model = o
gaz_parfait_2011 @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
dimension de la fenêtre 3 reponse= ((float(n.get())*8.314*float (T.get()))/float(V.get())) #formule calculant la variable à isoler => float permet le calcul d'un nombre à... fen3.geometry('180x30') reponse= ((float(n.get())*8.314*float(T.get()))/float(P.get())) if r
stackexchange-chimie
10 Occurrences trouvées, Dernière modification :
mical-reaction-that-speeds-up-when-the-temprature-gets-lower|Is there a chemical reaction that speeds up when the temprature gets lower?]] * [[http://chemistry.stackexchange.co... ackexchange.com/questions/5748/why-does-ice-water-get-colder-when-salt-is-added|Why does ice water get colder when salt is added?]] * [[http://chemistry.s
representation_molecules_2013 @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
n valider nom def action(): name=str(NomEntry.get()) if ClipboardCase.get() == 1: AddToClipBoard(SMILES(name)) if NavigateurCase.get() == 1: import webbrowser new=2 ... en(DLink(SMILES(name)), new=new) if ImageCase.get() == 1: Draw2D(name, SMILES(name))
adamboxer-approche_pas_a_pas_des_travaux_pratiques
9 Occurrences trouvées, Dernière modification :
could use just pure copper, but it's difficult to get that reaction to work. Instead, we will use coppe... I say go, if you are an A you are going to go and get the sulphuric acid and copper oxide. Put your han... books are closed and clear, then you are going to get goggles. So A will go get copper oxide and sulphuric acid, and B will tidy the desks and get goggles.
ph_acides_bases_2013 @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
mpy import * import matplotlib.pyplot as plt def get_acide(event): """ fonction pour lire la s... tbox1.curselection()[0] seltextacide=listbox1.get(indexacide) listeacide= ['HClO4','HCl', 'HI',... tbox1.curselection()[0] seltextacide=listbox1.get(indexacide) listeacide= ['HClO4','HCl', 'HI',... à chaque cliq listbox1.bind('<ButtonRelease-1>', get_acide) label=tk.Label(root) label.grid(row=2,colu
desinformations
7 Occurrences trouvées, Dernière modification :
rewrite its own history. On the receiving end you get not only one lie—a lie which you could go on for the rest of your days—but you get a great number of lies, depending on how the poli... h-and-medicine/this-doctor-had-the-perfect-way-to-get-a-conspiracy-theorist-antivaxxer-vaccinated/|Hila... t-symptoms-what-to-know-2020-4| 1 in 4 people who get the coronavirus may show no symptoms but still be
conversion_temperature_2011 @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
valeur qui sera entrée par l’utilisateur (entree.get) et la fonction correspondant au bouton ## ### On... oFah', anchor=SE, command=lambda: CelToFah(entree.get())).pack(side=BOTTOM, anchor=SW) Button(F, text='... oKel', anchor=SW, command=lambda: CelToKel(entree.get())).pack(side=BOTTOM, anchor=SW) Button(F, text='... oFah', anchor=SW, command=lambda: KelToFah(entree.get())).pack(side=BOTTOM, anchor=SW) Button(F, text='
courbe_predominance_acide_2013 @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
root2 = Tk() n = float (champn.get ()) # transformation en nombre flottant de la val... f=[] g=[] n = float(champn.get()) C = float(champc.get()) pKa1 = float(champ1.get()) pKa2 = 0 pKa3 = 0 if n > 1:
tkinter_gui_simple @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
pression de la valeur du champ abcdef = champ.get() print(abcdef) root = Tk() w = Label(root, ... () # lecture de la valeur du champ texte_n=champ.get() n = int(texte_n) print(n, factorielle(n)) # éli... 1 return b def action(): texte_n = champ.get() n = int(texte_n) affichefacto.configure... ort tkinter as tk def affiche_choix(): i = v.get() print(i, positions[i-1][0]) root = tk.Tk()
articles_didactique_chimie
4 Occurrences trouvées, Dernière modification :
Self-Efficacy]] Kate J. Graham, Catherine M. Bohn-Gettler, Annette F. Raigoza, J. Chem. Educ. 2019, 96(... /pubs.acs.org/doi/abs/10.1021/acs.jchemed.6b00621|Getting the Argument Started: A Variation on the Dens... ps://pubs.acs.org/doi/10.1021/ed800026d|You Can’t Get There from Here]] A. H. Johnstone, J. Chem. Educ.... 1/index.html| Triangulation to tame the Triplet]] Getting your students to think about how they learn
matplotlib_simple @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
ngs.net/pg/python/python-use-scipystatslinregress-get-linear-least-squares-regression-equation|Python - Use scipy.stats.linregress to get the linear least-squares regression equation]] ... ow to Have a Better Understanding of Matplotlib - Getting familiar with one of the original Python data... a series of scripts and notebooks to help people get acclimated to using Python for scientific publica
rdkit @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
/www.rdkit.org/]] * [[http://www.rdkit.org/docs/GettingStartedInPython.html|Getting Started with the RDKit in Python — The RDKit 2020.09.1 documentation]]... * [[https://depth-first.com/articles/2020/08/17/getting-started-rdkit-and-jupyter/|Getting Started with RDKit and Jupyter | Depth-First]] * [[http://d
dictionaries_adn_arn_protein @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
rtir chaque codon en acide aminé cha1 = entr1.get() # "cha1" va nous permettre d'exploiter les donn... 'TGA':'ACU', 'TGG':'ACC', } cha1 = entr1.get() tex2='' for n in range(0,len(cha1),3): ... TGA':'THR-', 'TGG':'THR-', } cha1 = entr1.get() tex2='' for n in range(0,len(cha1),3):
grille_configurations_melange_binaire_2013 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
bokeh_simple @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
codes_presentation @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
elements_molecules @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
epidemie_coronavirus @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
mendeleev @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
presentation_principes @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
testjs @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
5_conceptions_erronees_courantes_sur_l_apprentissage
1 Occurrences trouvées, Dernière modification :
articles_didactique_chimie-george_m_bodner
1 Occurrences trouvées, Dernière modification :
psychologie_de_l_education
1 Occurrences trouvées, Dernière modification :
teaching_ressources_videos
1 Occurrences trouvées, Dernière modification :
the_need_for_a_theory_of_learning
1 Occurrences trouvées, Dernière modification :
videos_chimie_sg
1 Occurrences trouvées, Dernière modification :
simulations_random_walks_codes @teaching:exos
1 Occurrences trouvées, Dernière modification :
bioinformatic @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
numpy_simple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
progappchim @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
trucs_astuces @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :