text

Recherche

Voici les résultats de votre recherche.

representation_molecules_2013 @teaching:progappchim
41 Occurrences trouvées, Dernière modification :
n ''.join(c for c in s if chk(c)) def find_words(text, search): ''' Sert à vérifier la présence d'u... /python-check-if-word-is-in-a-string ''' dText = {} dSearch = {} dText = text.split() dSearch = search.split() lenText = len(dText) lenSearch = len(dSearch)
gaz_parfait_2011 @teaching:progappchim
33 Occurrences trouvées, Dernière modification :
dimension de la fenêtre 2 txt1 = Label(fen2, text= "Entrez ici le nombre de mole(mol):") #appa... un texte dans la fenêtre 2 txt2 = Label(fen2, text= "Entrez ici la Température (K):") #" ... " " txt3 = Label(fen2, text = "Entrez ici le Volume (m^3) :") #" ... "(ligne 3 et colonne 3) button = Button(fen2, text='calculer', command=calculerP, bg="gold")#apparit
calcul_matriciel_2012 @teaching:progappchim
31 Occurrences trouvées, Dernière modification :
ar=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,value=3,command
articles_didactique_chimie
23 Occurrences trouvées, Dernière modification :
atGPT? Considerations for Artificial Intelligence Text-Generation Software Programs for Chemists and Che... 896|An Experiment of Chemistry with Historical Context: 18th-Century Potash Production in Brazil]] *... /acs.jchemed.2c00053|Anesthesia as a Theme for Context-Based Learning in a Physical Chemistry Short Cour... Students’ Expectation? Inside Out from Indian Context]] * [[https://pubs.acs.org/doi/10.1021/acs.jc
desinformations
22 Occurrences trouvées, Dernière modification :
on a systematic review - BMC Public Health - Full Text]] * [[https://bmcpublichealth.biomedcentral.c... n a systematic review” - BMC Public Health - Full Text]] ==== Intoxications alimentaires ==== * [[htt... r.iastate.edu/cgi/viewcontent.cgi?article=1061&context=plantpath_pubs|Diseases of Pyrethrum in Tasmania:... des GES * [[https://www.cell.com/joule/fulltext/S2542-4351(18)30446-X#%20|Climatic Impacts of Win
tkinter_gui_simple @teaching:progappchim
22 Occurrences trouvées, Dernière modification :
from tkinter import * root = Tk() w=Label(root, text="Bonjour !") w.pack() root.mainloop() </code> =... nt("Yes, we can !") root = Tk() #w = Label(root, text="Bonjour!") #w.pack() b = Button(root,text="Click here !",command=action) b.pack() root.mainloop() </... nt("Yes, we can !") root = Tk() #w = Label(root, text="Bonjour!") #w.grid(row=?) champ = Entry(root) c
ph_courbe_titrage_2011 @teaching:progappchim
20 Occurrences trouvées, Dernière modification :
enwarn.title('Erreur') Label(fenwarn, text='Vous devez choisir un type').pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.destroy,bg="red").pac... nwarn.title('Erreur') Label(fenwarn, text="Veuillez entrer des valeurs cohérentes. Le pH do... .pack(padx=5, pady=5) Button(fenwarn, text='Fermer', command = fenwarn.destroy,bg="red").pac
dictionaries_adn_arn_protein @teaching:progappchim
18 Occurrences trouvées, Dernière modification :
2 tex2 += gencode1[cha1[n:n+3]] text2.configure( text= "Résultat : "+tex2,fg='blue') # pour déterminer ce qui apparaitre dans la réponse ... tex2 += gencode2[cha1[n:n+3]] text4.configure( text= "Résultat : "+tex2,fg='blue') def traduction_en_AM2(): gencode3 = {
psychologie_de_l_education
15 Occurrences trouvées, Dernière modification :
itory control to overcome naive ideas when the context requires it. * **Résumé :** L'un des principa... nitive structure, and by otherwise providing a context of general concepts into which the student can in... sure that a cognitive goal (e.g., understanding a text) has been met. These processes help to regulate a... ated, being in part a product of the activity, context, and culture in which it is developed and used. T
conversion_temperature_2011 @teaching:progappchim
15 Occurrences trouvées, Dernière modification :
ion du titre de la fenêtre # Label(conteneur, text=titre).pack() # Label défini un fragment de texte... ans la fenêtre "conteneur" # Label(conteneur, text='Résultat: ' + str(reponse)).pack() # Pack permet... une chaine de caractères # Button(conteneur, text='Ok', command=conteneur.destroy).pack(padx=5, pad... eurwidget.title('Erreur') Label(erreurwidget, text=texte).pack(padx=5, pady=5) Button(erreurwidg
tableau_periodique_2011 @teaching:progappchim
11 Occurrences trouvées, Dernière modification :
box.insert(END,item) quitter = Button(element,text='Quitter',command=element.destroy) quitter.pa... s (ici des messages) autre = Message(legend1, text="Autres", width=300, font="Arial 15", bg="white")... tre.pack() metauxtransition= Message(legend1, text="Metaux de transition", width=300, font="Arial 15... xtransition.pack() gazrare = Message(legend1, text="Gaz rares", width=300, font="Arial 15", bg="#00C
initinfo
10 Occurrences trouvées, Dernière modification :
e [[http://sphinx.pocoo.org/rest.html|ReStructuredText primer|ReStructuredText]], le [[http://daringfireball.net/projects/markdown/syntax|Markdown syntax|Mar
courbe_predominance_acide_2013 @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
la valeur entrée pour n txtn = Label(root2, text ='pKa1 : ', fg = 'red') txtn.grid(row=2) ... lécule possède 2 H+ txt2 = Label(root2, text ='pKa2 : ', fg = 'red') txt2.grid(row=4) ... cule possède 3 H+ txt3 = Label(root2, text ='pKa3 : ', fg = 'red') txt3.grid(row... plt.show() b2=Button(root2,text="Tracer le Graphique",command=graphe, bg = 'black
grille_configurations_melange_binaire_2013 @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
nb1) #Sélection nombre de lignes Label(root, text="Nombre de lignes :").pack() eLig = Entry(root) e... 0, "4") #Sélection nombre de colonnes Label(root, text="Nombre de colonnes :").pack() eCol = Entry(root)... insert(0, "4") #Sélection nombre de 1 Label(root, text="Nombre de 1 :").pack() e1 = Entry(root) e1.pack(... s, colonnes et de 1 sélectionnés b = Button(root, text="Rafraichir la grille", command=buttonClick) b.pa
game_of_life_conway-2012 @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
eturn n def multistep(self): text1=KBvar1.get() try: ns=int(text1) except ValueError: ns = 1 text2=KBvar2.get() try: delay=int(text2) except ValueError: delay =
potentiel_morse @teaching:progappchim:matplotlib_gallery
7 Occurrences trouvées, Dernière modification :
codes_presentation @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013 @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
presentation_principes @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
pressions_partielles_systemes_non_ideaux @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
5 Occurrences trouvées, Dernière modification :
5_conceptions_erronees_courantes_sur_l_apprentissage
4 Occurrences trouvées, Dernière modification :
entropie_configurationelle_simple @teaching:exos
4 Occurrences trouvées, Dernière modification :
articles_didactique_chimie-george_m_bodner
3 Occurrences trouvées, Dernière modification :
biblio-9780321611956-chap14
3 Occurrences trouvées, Dernière modification :
images_chimie_libres
3 Occurrences trouvées, Dernière modification :
the_need_for_a_theory_of_learning
3 Occurrences trouvées, Dernière modification :
notions_avancees @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
notions_fondamentales @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.8b00378
2 Occurrences trouvées, Dernière modification :
hcq-20200523
2 Occurrences trouvées, Dernière modification :
kirschner-how_teaching_happens
2 Occurrences trouvées, Dernière modification :
teaching_ressources_videos
2 Occurrences trouvées, Dernière modification :
random_walk_2d-simple @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.5b00164
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed100422c
1 Occurrences trouvées, Dernière modification :
cuisine_moleculaire
1 Occurrences trouvées, Dernière modification :
etudes-aess
1 Occurrences trouvées, Dernière modification :
reglementaess
1 Occurrences trouvées, Dernière modification :
methcalchim @teaching:methcalchim
1 Occurrences trouvées, Dernière modification :
bokeh_simple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
nim @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
pavage_penrose_2013 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :