Recherche

Voici les résultats de votre recherche.

notions_fondamentales
1 Occurrences trouvées, Dernière modification :
com/things-you-are-probably-not-using-in-python-3-but-should/]] (f-strings vs format) * [[https://pyt
progappchim
1 Occurrences trouvées, Dernière modification :
zation of Acid–Base Species Distributions: Corner Buttes, Corner Pits, Curving Ridge Crests, and Diluti
presentation_principes
4 Occurrences trouvées, Dernière modification :
=0, column =1) entr2.grid(row =1, column =1) bou1=Button(fen01,text='Continuer',command=fen01.quit) bou... x1, y1, x1+30, y1+30, width=2, fill='red') bou1 = Button(fen1,text='Quitter', width =8, command=fen1.quit) bou1.pack(side=BOTTOM) bou2 = Button(fen1, text='Démarrer', width =8, command=start_it) bou2.pack() bou3 = Button(fen1, text='Arrêter', width =8, command=stop_i
tkinter_gui_simple
16 Occurrences trouvées, Dernière modification :
pack() root.mainloop() </code> ===== Un bouton (Button) avec une action pour écrire ====== L'écriture... #w = Label(root, text="Bonjour!") #w.pack() b = Button(root,text="Click here !",command=action) b.pac... ow=?) champ = Entry(root) champ.grid(row=0) b = Button(root,text="Click here !",command=action) b.gri... ow=0) champ = Entry(root) champ.grid(row=1) b = Button(root,text="Click here !",command=action) b.gri
openbabel_jmol
3 Occurrences trouvées, Dernière modification :
ecules['isopropanol'] = 'CC(O)C' molecules['n-butanol'] = 'CCCCO' molecules['butan-2-ol'] = 'CC(O)CC' molecules['isobutanol'] = 'CC(C)CO' molecules['tert-butanol'] = 'CC(C)(C)O' molecules['1-Pentanol'] =
tableau_periodique_2011
2 Occurrences trouvées, Dernière modification :
]: listbox.insert(END,item) quitter = Button(element,text='Quitter',command=element.destroy... bleau bou_list=[] for item in tableau[1:]: bou=Button(fen1,text=item[1],command=lambda x=item[2]:ele
ph_courbe_titrage_2011
7 Occurrences trouvées, Dernière modification :
hoisir un type').pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.dest... entre 0 et 14").pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.dest... lace de la virgule").pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.dest... evel(fen1) fen.title('Courbe de titrage') Button(fen, text='Fermer', command = fen.destroy,bg="
game_of_life_conway-2012
15 Occurrences trouvées, Dernière modification :
aised",width=2,borderwidth=1) self.bind("<Button-1>", self.toggle) self.displayState(Ce... y.zeros(sizex,sizey) is a better choice, #but an additional dependency might be rude... ... for i,fig in enumerate(Figures): Button(middleFrame, text=fig[0], ... width=5) KB2.grid(row=1,column=2) ### buttonStep = Button(bottomFrame,text="Step",command=g
random_walk_2d-simple
2 Occurrences trouvées, Dernière modification :
.grid(row=0) # le Canvas occupera le dessus bou1=Button(fen1,text='Quitter',command=fen1.quit) bou1.gr... ) #ce bouton sera en dessous à gauche (West) bou2=Button(fen1,text='Générer une chaîne',command=simu_ch
ph-3d
1 Occurrences trouvées, Dernière modification :
zation of Acid–Base Species Distributions: Corner Buttes, Corner Pits, Curving Ridge Crests, and Diluti
codes_presentation
4 Occurrences trouvées, Dernière modification :
=0, column =1) entr2.grid(row =1, column =1) bou1=Button(fen01,text='Continuer',command=fen01.quit) bou... x1, y1, x1+30, y1+30, width=2, fill='red') bou1 = Button(fen1,text='Quitter', width =8, command=fen1.quit) bou1.pack(side=BOTTOM) bou2 = Button(fen1, text='Démarrer', width =8, command=start_it) bou2.pack() bou3 = Button(fen1, text='Arrêter', width =8, command=stop_i
tableau_periodique_2013
2 Occurrences trouvées, Dernière modification :
elembox.insert(END,item) quitter = Button(element,text='Quitter',command=element.destroy... nom de la fenêtre for item in table[1:]: bou=Button(fen1,text=item[0],command=lambda x=item[4] :el
representation_molecules_2013
7 Occurrences trouvées, Dernière modification :
FrameOnglet1.grid(row=1, columnspan=3) Onglet1=Button(root, text="A partir du nom", command=ActionOn... FrameOnglet2.grid(row=1, columnspan=3) Onglet2=Button(root, text="A partir du SMILES", command=Actio... FrameOnglet3.grid(row=1, columnspan=3) Onglet3=Button(root, text="A partir d'un CSV", command=Action... DisplaySmiles.insert(END, SMILES(name)) confirm=Button(FrameOnglet1, text="Valider", command=action).
dictionaries_adn_arn_protein
12 Occurrences trouvées, Dernière modification :
g='green') entr1 = Entry(fen1, background='grey') button1 = Button(fen1, text='Structure primaire de la protéine', command =traduction_en_AM1) button2 = Button(fen1, text='Structure primaine de la protéine (code 3 lettres)', command =traduction_en_A
pressions_partielles_systemes_non_ideaux
4 Occurrences trouvées, Dernière modification :
rid(row=2, column=1,columnspan=2, padx=3, pady=3) Button(fen1, text="acetone CS2", command=graph1, bg="... , fg="black").grid(row=3, column=0, columnspan=2) Button(fen1, text="benzene toluene", command=graph2, ... fg="white").grid( row=3, column=2, columnspan=2) Button(fen1, text="comparatif des 2 diagrammes", comm... n",fg="black").grid( row=3,column=4,columnspan=2) Button(fen1, text="quitter", command=abientot, bg="re
gaz_parfait_2011
16 Occurrences trouvées, Dernière modification :
conversion_temperature_2011
9 Occurrences trouvées, Dernière modification :
calcul_matriciel_2012
13 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013
4 Occurrences trouvées, Dernière modification :
grille_configurations_melange_binaire_2013
3 Occurrences trouvées, Dernière modification :
courbe_predominance_acide_2013
4 Occurrences trouvées, Dernière modification :
solvents_data_class
3 Occurrences trouvées, Dernière modification :