Recherche
Voici les résultats de votre recherche.
Pages trouvées :
Résultats plein texte:
- calcul_matriciel_2012 @teaching:progappchim
- (): """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
- representation_molecules_2013 @teaching:progappchim
- ets def ActionOnglet1(): FrameOnglet2.grid_forget() FrameOnglet3.grid_forget() FrameOnglet1.grid(row=1, columnspan=3) Onglet1=Button(root, text=... =0) def ActionOnglet2(): FrameOnglet1.grid_forget() FrameOnglet3.grid_forget() FrameOnglet2.grid(row=1, columnspan=3) Onglet2=Button(root, text=
- conversion_temperature_2011 @teaching:progappchim
- om Tkinter import * def delwidgets(): for widget in F.winfo_children(): if isinstance(widget, Toplevel): widget.destroy() def affiche(titre, reponse): # Permet de n'afficher qu'un s... nses) avec un destroy des précédents # for widget in F.winfo_children(): if isinstance(widg
- gaz_parfait_2011 @teaching:progappchim
- 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
- adamboxer-approche_pas_a_pas_des_travaux_pratiques
- 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.
- desinformations
- 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... rbes.com/sites/michaelshellenberger/2019/08/30/forget-the-hype-forest-fires-have-declined-25-since-2003-thanks-to-economic-growth/#24014c4f163d|Forget The Amazon Hype, Fires Globally Have Declined 25%
- stackexchange-chimie
- 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... oncentration-of-oxygen-around-fire-increase-as-we-get-close-to-the-fi|Would the concentration of oxygen around fire increase as we get close to the fire (from the outside)]] * [[http
- ph_acides_bases_2013 @teaching:progappchim
- 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
- tkinter_gui_simple @teaching:progappchim
- 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()
- courbe_predominance_acide_2013 @teaching:progappchim
- 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:
- ph_courbe_titrage_2011 @teaching:progappchim
- le bouton "Calcul du pH" try: ca = e0.get() #permet de récupérer les valeur... champs d'entrée par l'utilisateur pka =e1.get() equation_index = myvar.get() #permet de déterminer quel radioboutton est sélectionné ... ,columnspan=2, padx=5, pady=5) #création d'un widget 'Canvas' contenant une image bitmap : can1 = Can
- articles_didactique_chimie
- nalytical Skills]] Kristelle Bougot-Robin, Jack Paget, Stephen C. Atkins, and Joshua B. Edel, J. Chem. ... ps://pubs.acs.org/doi/10.1021/ed800026d|You Can’t Get There from Here]] A. H. Johnstone, J. Chem. Educ.... Distribution of Energy in Chemical Systems]] Bridget Michalek, Robert M. Hanson, J. Chem. Educ., 2006,... * [[https://pubs.acs.org/doi/10.1021/ed052p146|Piaget for chemists. Explaining what "good" students can
- psychologie_de_l_education
- and be associated with higher retention of the target words. These ideas were confirmed by the 1st 4 ex... blem_in_Infancy_A_Pupillometry_Study|RG]] * Piaget (?) * [[http://act-r.psy.cmu.edu/papers/misapp... ttps://educationrickshaw.com/2019/09/20/beyond-piaget-and-vygotsky-why-teachers-cognitive-science-education-is-insufficient/|Beyond Piaget and Vygotsky: Why Teachers’ Cognitive Science Edu
- matplotlib_simple @teaching:progappchim
- 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]] ... se Seaborn to control Matplotlib defaults (and forget that shade of blue forever)]] Callum Ballard, Med... a series of scripts and notebooks to help people get acclimated to using Python for scientific publica
- presentation_principes @teaching:progappchim
- w=2,column=1) fen01.mainloop() m1 = float(entr1.get()) m2 = float(entr2.get()) fen01.destroy() print('Masses lues : ', m1,' et ',m2) </code> ==== Tkinte... rel flag =0 # commutateur # Création du widget principal ("parent") : fen1 = Tk() fen1.title("Ex... oir par exemple [[https://github.com/daleathan/widget-tour-py3|ce lien]] ==== Graphiques simples avec