Voici les résultats de votre recherche.
cairo-tutoriel @floss:python 62 Occurrences trouvées, Dernière modification : il y a 13 ans sur Cairo pour les programmeurs Python ======
//Text e original en anglais de Michael Urman.//
[[http:... Urman** (Copyright © 2005-2008 Michael Urman). Le text e traduit, les images et codes python issus du sit... Lorsque la première personne est utilisée dans le text e traduit, il faut comprendre "Michael Urman". Si ... noms : destination, source, masque, chemin, et context e. Ensuite je décrirai les [[http://www.tortall.ne initinfo @teaching 60 Occurrences trouvées, Dernière modification : il y a 13 mois e nombre de caractères d'une ligne, d'une page de text e, d'un roman, d'un dictionnaire courant, d'un jou... ns, le "Drag&Drop", "copier-coller", des menus context uels, un tableur et un traitement de text e WYSIWYG, et la messagerie électronique. Le coût était de 16 0... sélectionner les semaines 1 à 14, vue planning, "text e en couleur", "renvois regroupés à la fin".
==== psychologie_de_l_education @teaching 52 Occurrences trouvées, Dernière modification : il y a 13 mois * PRINCIPE 4 - **L’apprentissage est lié à un context e spécifique ; le généraliser à un nouveau context e n’est pas automatique et doit au contraire être faci... néraux et très complexes.**
* __**En quoi le context e social, les relations interpersonnelles et le bi... ntissage scolaire se fait au sein de multiples context es sociaux.**
* PRINCIPE 14 - **Les relations articles_didactique_chimie @teaching 49 Occurrences trouvées, Dernière modification : il y a 4 semaines ts et le personnel UMONS, vous pouvez accéder aux text es complets sur le réseau de l'UMONS ou en activan... ive Artificial Intelligence and General Chemistry Text books]]
* [[https://pubs.acs.org/doi/10.1021/a... .jchemed.3c00992|Chemistry in Everyday Life: A Context -Based Course for High School Students Incorporati... tory Work in Chinese Senior High School Chemistry Text books]]
* [[https://pubs.acs.org/doi/10.1021/a representation_molecules_2013 @teaching:progappchim 43 Occurrences trouvées, Dernière modification : il y a 5 ans r une page HTML de son code pour ne garder que le text e
'''
intag = [False]
def chk(c):
... 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 )
gaz_parfait_2011 @teaching:progappchim 40 Occurrences trouvées, Dernière modification : il y a 11 ans dimension de la fenêtre 2
txt1 = Label(fen2, text = "Entrez ici le nombre de mole(mol):") #apparition d'un text e 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) :") #" desinformations @teaching 34 Occurrences trouvées, Dernière modification : il y a 18 mois , des contre-vérités, des rumeurs, ... Dans ce context e, le rôle de la science et des scientifiques est ... lisés ne sont pas nécessairement adaptés à des context es et contenus qui demandent un EC plus sophistiqu... s dans de nombreux domaines de connaissance et context es;
* l’évaluation de l’EC vise à mesurer la cap... -du-robinet/|Redynamiser son eau du robinet]], un text e affligeant, permettant probablement aussi à des dictionaries_adn_arn_protein @teaching:progappchim 33 Occurrences trouvées, Dernière modification : il y a 9 ans 2
tex2 += gencode1[cha1[n:n+3]]
text 2.configure( text = "Résultat : "+tex2,fg='blue') # pour déterminer ce qui apparaitre dans la réponse
...
tex2 += gencode2[cha1[n:n+3]]
text 4.configure( text = "Résultat : "+tex2,fg='blue')
def traduction_en_AM2():
gencode3 = { calcul_matriciel_2012 @teaching:progappchim 31 Occurrences trouvées, Dernière modification : il y a 11 ans 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 syntax @wiki 30 Occurrences trouvées, Dernière modification : il y a 23 mois [[doku>toolbar|quickbuttons]], too.
===== Basic Text Formatting =====
DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' text s. Of course you can **__//''combine''//__** all t... **, //italic//, __underlined__ and ''monospaced'' text s.
Of course you can **__//''combine''//__** all... by a whitespace or the end of line.
This is some text with some linebreaks\\ Note that the
two backslas tkinter_gui_simple @teaching:progappchim 30 Occurrences trouvées, Dernière modification : il y a 2 ans
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()
</... peut mettre un champ d'entrée et y introduire du text e
<code python tk-02.py>
#!/usr/bin/env python
# - conversion_temperature_2011 @teaching:progappchim 21 Occurrences trouvées, Dernière modification : il y a 11 ans ion du titre de la fenêtre #
Label(conteneur, text =titre).pack() # Label défini un fragment de text e qui peut être utilisé pour afficher des informations ... ans la fenêtre "conteneur" #
Label(conteneur, text ='Résultat: ' + str(reponse)).pack() # Pack permet d'adapter la géométrie de la fenêtre au text e. "str" défini une chaine de caractères #
But ph_courbe_titrage_2011 @teaching:progappchim 20 Occurrences trouvées, Dernière modification : il y a 4 ans 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 ressources_educatives_libres @floss 19 Occurrences trouvées, Dernière modification : il y a 15 mois nlearning.com/courses/|Lumen learning - Boundless text books]], une initiative en anglais avec des livres... * [[http://open.bccampus.ca/|BCcampus - OpenEd]], text books pour la plupart sous licence cc-by, cc-by-sa... bre__ cc-by-nc-sa**
* [[http://open.umn.edu/opentext books/|Open Text book Library]] : catalogue en anglais de manuels ouverts, sous des licences creative com bs3accordion @floss 18 Occurrences trouvées, Dernière modification : il y a 2 ans es données à caractère personnel ». Néanmoins, le text e ajoute immédiatement une condition supplémentair... accordion>
==== En combinaison avec le composant text ====
<callout type="question" icon="true">
Est-c... eprise comme Facebook, je ne suis pas concerné">
<TEXT type="danger">
Faux !
</TEXT >
</panel>
<panel type="default" title="2. Non, je ne revends pas les d activestateselection @floss:python 18 Occurrences trouvées, Dernière modification : il y a 10 ans bootstrapwrapper @floss 17 Occurrences trouvées, Dernière modification : il y a 4 ans unites_acquis_apprentissages @teaching 17 Occurrences trouvées, Dernière modification : il y a 3 ans game_of_life_conway-2012 @teaching:progappchim 17 Occurrences trouvées, Dernière modification : il y a 4 ans dokuwiki_extensions @floss 16 Occurrences trouvées, Dernière modification : il y a 20 mois ph_acides_bases_2013 @teaching:progappchim 14 Occurrences trouvées, Dernière modification : il y a 11 ans plot_sinus_cosinus @teaching:progappchim 14 Occurrences trouvées, Dernière modification : il y a 4 ans biblio-10.1021-acs.jchemed.5b00164 @teaching 11 Occurrences trouvées, Dernière modification : il y a 7 ans notions_fondamentales @teaching:progappchim 11 Occurrences trouvées, Dernière modification : il y a 22 mois tableau_periodique_2011 @teaching:progappchim 11 Occurrences trouvées, Dernière modification : il y a 4 ans dokuwiki @floss 10 Occurrences trouvées, Dernière modification : il y a 21 mois python @floss 10 Occurrences trouvées, Dernière modification : il y a 11 mois pka_pkb_plane @teaching:progappchim:matplotlib_gallery 10 Occurrences trouvées, Dernière modification : il y a 5 ans lpi_linux_essentials @floss 9 Occurrences trouvées, Dernière modification : il y a 13 ans courbe_predominance_acide_2013 @teaching:progappchim 9 Occurrences trouvées, Dernière modification : il y a 11 ans potentiel_morse @teaching:progappchim:matplotlib_gallery 9 Occurrences trouvées, Dernière modification : il y a 5 ans the_need_for_a_theory_of_learning @teaching 8 Occurrences trouvées, Dernière modification : il y a 18 mois grille_configurations_melange_binaire_2013 @teaching:progappchim 8 Occurrences trouvées, Dernière modification : il y a 11 ans server_lamp_install @floss 7 Occurrences trouvées, Dernière modification : il y a 3 ans presentation_principes @teaching:progappchim 7 Occurrences trouvées, Dernière modification : il y a 2 ans h5p @floss 6 Occurrences trouvées, Dernière modification : il y a 2 ans etudes-aess-tempo @teaching 6 Occurrences trouvées, Dernière modification : il y a 3 ans kirschner-how_teaching_happens @teaching 6 Occurrences trouvées, Dernière modification : il y a 3 ans codes_presentation @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 4 ans progappchim @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 24 mois latex @floss 5 Occurrences trouvées, Dernière modification : il y a 2 ans pdf-20240316 @floss 5 Occurrences trouvées, Dernière modification : il y a 11 mois 5_conceptions_erronees_courantes_sur_l_apprentissage @teaching 5 Occurrences trouvées, Dernière modification : il y a 3 ans biblio-10.1007-s10648-021-09646-1 @teaching 5 Occurrences trouvées, Dernière modification : il y a 13 mois biblio-9780321611956-chap14 @teaching 5 Occurrences trouvées, Dernière modification : il y a 9 ans timeline-chimie @teaching 5 Occurrences trouvées, Dernière modification : il y a 4 ans notions_avancees @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 22 mois pressions_partielles_systemes_non_ideaux @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 9 ans tesseract @floss 4 Occurrences trouvées, Dernière modification : il y a 23 mois biblio-10.1039-c0rp90006k @teaching 4 Occurrences trouvées, Dernière modification : il y a 7 ans cf._kirschner-how_learning_happens-2 @teaching 4 Occurrences trouvées, Dernière modification : il y a 4 ans images_chimie_libres @teaching 4 Occurrences trouvées, Dernière modification : il y a 2 ans teaching_ressources_videos @teaching 4 Occurrences trouvées, Dernière modification : il y a 23 mois entropie_configurationelle_simple @teaching:exos 4 Occurrences trouvées, Dernière modification : il y a 10 ans mailing_form-test 3 Occurrences trouvées, Dernière modification : il y a 5 ans dokuwiki-presentation-jdl-20200220 @floss 3 Occurrences trouvées, Dernière modification : il y a 5 ans linux_humour @floss 3 Occurrences trouvées, Dernière modification : il y a 22 mois logiciels @floss 3 Occurrences trouvées, Dernière modification : il y a 14 mois articles_didactique_chimie-george_m_bodner @teaching 3 Occurrences trouvées, Dernière modification : il y a 3 ans biblio-10.1021-acs.jchemed.7b00404 @teaching 3 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.8b00378 @teaching 3 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-ed083p791 @teaching 3 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed086p1277 @teaching 3 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed100409p @teaching 3 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-9782738151506 @teaching 3 Occurrences trouvées, Dernière modification : il y a 2 ans cuisine_moleculaire @teaching 3 Occurrences trouvées, Dernière modification : il y a 2 ans matplotlib_simple @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 20 mois jupyter_presentation_20180316 2 Occurrences trouvées, Dernière modification : il y a 7 ans firefox @floss 2 Occurrences trouvées, Dernière modification : il y a 17 mois linux @floss 2 Occurrences trouvées, Dernière modification : il y a 10 mois lpic-1 @floss 2 Occurrences trouvées, Dernière modification : il y a 7 ans mastodon @floss 2 Occurrences trouvées, Dernière modification : il y a 14 mois ssl @floss 2 Occurrences trouvées, Dernière modification : il y a 2 ans biblio-10.1021-acs.jchemed.0c00185 @teaching 2 Occurrences trouvées, Dernière modification : il y a 2 ans biblio-10.1021-acs.jchemed.6b00676 @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.6b00942 @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.7b00218 @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.7b00558 @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.7b00690 @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-ed3004275 @teaching 2 Occurrences trouvées, Dernière modification : il y a 3 ans biblio-9782916032924 @teaching 2 Occurrences trouvées, Dernière modification : il y a 21 mois biblio-didactique-chimie @teaching 2 Occurrences trouvées, Dernière modification : il y a 2 ans biblio-_10.1039-c1rp90056k @teaching 2 Occurrences trouvées, Dernière modification : il y a 9 ans glossaire-education @teaching 2 Occurrences trouvées, Dernière modification : il y a 3 ans hcq-20200523 @teaching 2 Occurrences trouvées, Dernière modification : il y a 5 ans kirschner-how_learning_happens @teaching 2 Occurrences trouvées, Dernière modification : il y a 2 ans physicochimie @teaching 2 Occurrences trouvées, Dernière modification : il y a 5 ans physicochimie_1 @teaching 2 Occurrences trouvées, Dernière modification : il y a 4 ans stackexchange-chimie @teaching 2 Occurrences trouvées, Dernière modification : il y a 21 mois factorielle-3 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans nim @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 9 ans random_walk_2d-simple @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans tableau_periodique_2013 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 5 ans test 1 Occurrences trouvées, Dernière modification : il y a 10 mois add_text_watermark_pdf @floss 1 Occurrences trouvées, Dernière modification : il y a 8 ans commandes_frequentes @floss 1 Occurrences trouvées, Dernière modification : il y a 15 mois config_ubuntu @floss 1 Occurrences trouvées, Dernière modification : il y a 9 ans config_ubuntu_server @floss 1 Occurrences trouvées, Dernière modification : il y a 17 mois config_xubuntu @floss 1 Occurrences trouvées, Dernière modification : il y a 13 mois config_xubuntu-16.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 6 ans config_xubuntu-18.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 2 ans config_xubuntu-20.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 2 ans dokuwiki-one_size_fits_all @floss 1 Occurrences trouvées, Dernière modification : il y a 5 ans hp_proliant-2021 @floss 1 Occurrences trouvées, Dernière modification : il y a 14 mois biblio-10.1016-j.chb.2015.08.038 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.chemrev.8b00020 @teaching 1 Occurrences trouvées, Dernière modification : il y a 5 ans biblio-10.1021-acs.jchemed.0c00099 @teaching 1 Occurrences trouvées, Dernière modification : il y a 2 ans biblio-10.1021-acs.jchemed.0c00361 @teaching 1 Occurrences trouvées, Dernière modification : il y a 4 ans biblio-10.1021-acs.jchemed.0c01287 @teaching 1 Occurrences trouvées, Dernière modification : il y a 2 ans biblio-10.1021-acs.jchemed.5b00109 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.5b00635 @teaching 1 Occurrences trouvées, Dernière modification : il y a 7 ans biblio-10.1021-acs.jchemed.6b00946 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-acs.jchemed.7b00295 @teaching 1 Occurrences trouvées, Dernière modification : il y a 7 ans biblio-10.1021-ed074p262_10.1039-b801297k @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-ed078p481 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed080p779 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed083p1479 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed100390s @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed100422c @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed300092t @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-ed3002336 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-ed5000197 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-ed5007162 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021ed082p313 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1038-s41539-021-00110-x @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans biblio-10.1039-b4rp90005g @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1039-b908246h @teaching 1 Occurrences trouvées, Dernière modification : il y a 7 ans biblio-10.1333-s00897040769a @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-roxci-arbrandriet-slbretz-umiami-2014 @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans conference-brey-20160420 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans convention_stage @teaching 1 Occurrences trouvées, Dernière modification : il y a 4 ans etudes-aess @teaching 1 Occurrences trouvées, Dernière modification : il y a 8 ans etudes-capaes @teaching 1 Occurrences trouvées, Dernière modification : il y a 10 ans etudes-master_chimie_fd-presentation @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans exos-chimie @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans exos_formule_moleculaire-masse_molaire-chno @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans exos_les_acides_donnent_ils_vraiment_un_proton @teaching 1 Occurrences trouvées, Dernière modification : il y a 5 ans glossaire-chimie @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans informatique @teaching 1 Occurrences trouvées, Dernière modification : il y a 8 ans publis_diverses @teaching 1 Occurrences trouvées, Dernière modification : il y a 14 mois reglementaess @teaching 1 Occurrences trouvées, Dernière modification : il y a 7 ans sodium @teaching 1 Occurrences trouvées, Dernière modification : il y a 2 ans zetetique @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans dokuwiki @wiki 1 Occurrences trouvées, Dernière modification : il y a 5 ans methcalchim @teaching:methcalchim 1 Occurrences trouvées, Dernière modification : il y a 23 mois bokeh_simple @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 3 ans csv @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 4 ans factorielle-2 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans pavage_penrose_2013 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 11 ans scikit_learn @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 7 ans rotateur_biatomique @teaching:progappchim:matplotlib_gallery 1 Occurrences trouvées, Dernière modification : il y a 7 ans