but

Recherche

Voici les résultats de votre recherche.

tkinter_gui_simple
22 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
calcul_matriciel_2012
21 Occurrences trouvées, Dernière modification :
n") var=IntVar() r1=Radiobutton(fen02,text="déterminant",variable=var,value=0,command =affiche) r2=Radiobutton(fen02,text="comatrice",variable=var,value=1,command =affiche1) r3=Radiobutton(fen02,text="matrice inverse",variable=var,value=2,command =affiche2) r4=Radiobutton(fen02,text="matrice transposée",variable=var,v
gaz_parfait_2011
16 Occurrences trouvées, Dernière modification :
" "(ligne 3 et colonne 3) button = Button(fen2, text='calculer', command=calculerP, bg="gold")#apparition du bouton "calculer" qui r... ition "calculerP" couleur or sur la fenêtre 2 button.grid(row=5, column=2) ... (row=2, column=3) P.grid(row=3, column=3) button = Button(fen2, text='calculer', command=calcul
representation_molecules_2013
16 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... NomEntry=Entry(FrameOnglet1) NomEntry.pack() #Menubuttons ClipboardCase=IntVar() Clipboard=Checkbutton(
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
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
maxwell-boltzmann
11 Occurrences trouvées, Dernière modification :
====== Représentation de la distribution de vitesse de Maxwell-Boltzmann ====== Pour la théorie, //cf./... p://en.wikipedia.org/wiki/Maxwell-Boltzmann_distribution#Distribution_for_the_speed|page Wikipédia sur la distribution de vitesse de Maxwell-Boltzmann]] ===== Sans NumPy
ph_courbe_titrage_2011
11 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="
conversion_temperature_2011
9 Occurrences trouvées, Dernière modification :
exte. "str" défini une chaine de caractères # Button(conteneur, text='Ok', command=conteneur.destro... rreurwidget, text=texte).pack(padx=5, pady=5) Button(erreurwidget, text='Ok', command=erreurwidget.... utiliser un argument dans la fonction command ### Button(F, text='Quitter', anchor=SE, command=F.quit).pack(side=BOTTOM, anchor=SE) Button(F, text='CelToFah', anchor=SE, command=lambda:
progappchim
8 Occurrences trouvées, Dernière modification :
note warning> L'article suivant analyse les contributions à cpython, le cœur du langage Python : [[http... 51-af26-4e94-a4b1-c146c57c9d20/]]. Les deux contributeurs les plus importants (on enlève les bots et le... g|python.org]] - **installation de la distribution complète [[https://www.anaconda.com/distribution/|Anaconda]] (pour votre OS, en version 3 et 64 bit
pandas
7 Occurrences trouvées, Dernière modification :
=== ==== Préambule : variable aléatoire et distributions ==== De nombreuses grandeurs mesurées suivent une loi de distribution normale pour leur probabilité : //cf.// [[wp>f... possibles de $X$, les $P(x_i)$ forment la **distribution de probabilité** de la variable aléatoire $X$ ... ion sur une expérience est contenue dans la distribution $P(x)$} * Une description **équivalente** es
presentation_principes
6 Occurrences trouvées, Dernière modification :
aisée * de la version de base * de “distributions” étendues (avec des modules complémentaires) ... scientifique, le chimiste ==== * possible de débuter en quelques jours * alternative à des logicie... =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.qu
jupyter
5 Occurrences trouvées, Dernière modification :
* Jupyter est installé par défaut avec la distribution python Anaconda. C'est la manière la plus adéq... //anaconda.org/]], Jupyter est intégré à la distribution [[wp>Anaconda_(Python_distribution)|Anaconda]] * Le futur : * [[https://github.com/jupyterlab... binder, 29/04/2022, Medium ===== Exemples pour débuter ===== * {{:teaching:progappchim:jupyter_prime
solvents_data_class
5 Occurrences trouvées, Dernière modification :
t_list): """print a table of all solvent attributes""" title_str = "%-20s %8s %8s %8s %8s ... _limit): """print a table of all solvent attributes, with bp restrictions""" title_str = "%-20s... .66, 9900, "C3H8O")) solvent_list.append(Solvent("butanol normal", 117.7, -88.6, 35, 0.81, 17.51, 9999,... 999, 7.7, "C4H10O")) solvent_list.append(Solvent("butanol secondary", 88.8, -114.7, 26, 0.805, 16.56, 9
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
courbe_predominance_acide_2013
4 Occurrences trouvées, Dernière modification :
notions_fondamentales
4 Occurrences trouvées, Dernière modification :
openbabel_jmol
4 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013
4 Occurrences trouvées, Dernière modification :
pressions_partielles_systemes_non_ideaux
4 Occurrences trouvées, Dernière modification :
grille_configurations_melange_binaire_2013
3 Occurrences trouvées, Dernière modification :
matplotlib_simple
3 Occurrences trouvées, Dernière modification :
elements_molecules
2 Occurrences trouvées, Dernière modification :
ph-3d
2 Occurrences trouvées, Dernière modification :
random_walk_2d-simple
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2011
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2013
2 Occurrences trouvées, Dernière modification :
algos_entiers
1 Occurrences trouvées, Dernière modification :
bioinformatic
1 Occurrences trouvées, Dernière modification :
chemspipy
1 Occurrences trouvées, Dernière modification :
epidemie_coronavirus
1 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus
1 Occurrences trouvées, Dernière modification :
ppoo
1 Occurrences trouvées, Dernière modification :