Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- calcul_matriciel_2012
- (): """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
- 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=
- openbabel_jmol
- 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
- conversion_temperature_2011
- himie 2010-2011 from 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
- gaz_parfait_2011
- 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
- tkinter_gui_simple
- 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... * [[http://www.python-course.eu/tkinter_entry_widgets.php]] ===== Canvas : des rectangles et des mouv
- jupyter
- 2.ipynb}} * {{ :teaching:progappchim:jupyter_widgets-01.ipynb |}} * {{:teaching:progappchim:jupyter_widgets-maxwell-01.ipynb}} * {{ :teaching:progappchim:... lob/master/index.ipynb|lightning]] * Jupyter widgets (ipywidgets) * [[http://ipywidgets.readthedocs.io/en/stable/index.html|Documentation officielle (
- ph_acides_bases_2013
- 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
- presentation_principes
- ator >>> print(sorted(d.items(), key=operator.itemgetter(1))) [('e5', 1), ('e3', 3), ('e1', 8), ('e2', ... 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
- courbe_predominance_acide_2013
- 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
- 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é ... tle("Calculs de pH") #création des différents widgets (Radioboutons, boutons, champs d'entrée) myvar=
- matplotlib_simple
- 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... ow to Have a Better Understanding of Matplotlib - Getting familiar with one of the original Python data
- codes_presentation
- w=2,column=1) fen01.mainloop() m1 = float(entr1.get()) m2 = float(entr2.get()) fen01.destroy() print('Masses lues : ', m1,' et ',m2) </code> ==== Canva... rel flag =0 # commutateur # Création du widget principal ("parent") : fen1 = Tk() fen1.title("Ex... cice d'animation avec Tkinter") # création des widgets "enfants" : can1 = Canvas(fen1,bg='dark grey',he
- rdkit
- /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
- solvents_data_class
- python - 2007-2012 # import operator # for attrgetter() class Solvent(object): """a structure ... t by name ..." solvent_list.sort(key=operator.attrgetter('name')) # ... now show a table of the solvent... ing point ..." solvent_list.sort(key=operator.attrgetter('mp')) # ... now show a table of the solvent_l... ing point ..." solvent_list.sort(key=operator.attrgetter('bp')) # ... now show a table of the solvent_l