text

Recherche

Voici les résultats de votre recherche.

matplotlib_simple
3 Occurrences trouvées, Dernière modification :
, 04/01/2021 * [[https://towardsdatascience.com/texts-fonts-and-annotations-with-pythons-matplotlib-dfbdea19fc57|Texts, Fonts, and Annotations with Python’s Matplotlib - When and how to use texts in your data visualizations]] Thiago Carvalho, M
notions_fondamentales
11 Occurrences trouvées, Dernière modification :
partie entière du nombre. ==== Le type de données texte ou "string" : ==== //Cf.// la [[https://docs.python.org/3/library/stdtypes.html?highlight=encode#text-sequence-type-str|documentation officielle]] et [... e python> strings = ['A', 'bac', 'cali', 'jkppl'] text = ''.join(strings) print(text) </code> Les caractères Unicode étant considérés comme abstraits dans Py
notions_avancees
4 Occurrences trouvées, Dernière modification :
ring") renvoie un tuple de trois sous-chaînes : ( texte précédent, première occurence de la sous-chaîne cherchée, texte à la suite) * strip(), lstrip(), rstrip() : él... "mike@mydomain.com" FROM = "python@mydomain.com" text = "blah blah blah" BODY = "\r\n".join(( f"Fro... To: {TO}", f"Subject: {SUBJECT}", "", text) ) server = smtplib.SMTP(HOST) server.sendmail(F
progappchim
3 Occurrences trouvées, Dernière modification :
de 2021 de Thorsten Gressling (series De Gruyter Textbook) ISBN: 9783110629453 cf. [[https://www.degruy... ll/10.1021/acs.jchemed.0c01071|A Creative Commons Textbook for Teaching Scientific Computing to Chemistr... un nuage de tag | mots ou word cloud à partir de textes publications websites de chimie (utiliser sciki
presentation_principes
7 Occurrences trouvées, Dernière modification :
* appelées aussi “string” * mots, phrases, ou texte long * délimitées par ’ (apostrophe) ou " (gui... "Lecture de deux masses") chaine1 = Label (fen01, text = "introduisez la première masse :") chaine2 = Label (fen01, text = "introduisez la deuxième masse :") chaine1.grid... ) entr2.grid(row =1, column =1) bou1=Button(fen01,text='Continuer',command=fen01.quit) bou1.grid(row=2,c
tkinter_gui_simple
30 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() </... peut mettre un champ d'entrée et y introduire du texte <code python tk-02.py> #!/usr/bin/env python # -
bokeh_simple
1 Occurrences trouvées, Dernière modification :
h-2-4-6f8a842dfb4f|Bokeh 2.4. Bokeh 2.4 adds math text support, SVG…]] by Bokeh, Sep, Medium FIXME : .
tableau_periodique_2011
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
ph_courbe_titrage_2011
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
game_of_life_conway-2012
17 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 =
random_walk_2d-simple
2 Occurrences trouvées, Dernière modification :
# le Canvas occupera le dessus bou1=Button(fen1,text='Quitter',command=fen1.quit) bou1.grid(row=1,stic... sera en dessous à gauche (West) bou2=Button(fen1,text='Générer une chaîne',command=simu_chain) bou2.gri
plot_sinus_cosinus
12 Occurrences trouvées, Dernière modification :
des axes, marques et propriétés de la grille, des textes (police, taille,...), ... Voici donc la représ... t.yticks([-1, 0, +1]) ... </code> ===== Fixer le texte des graduations ===== * Documentation à consul... * [[http://matplotlib.sourceforge.net/users/index_text.html|Working with text]] * [[http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.xticks|xti
csv
1 Occurrences trouvées, Dernière modification :
er=';') # Classeur1.csv est un simple fichier texte, comme celui qui suit par exemple : # 1;0.1;
codes_presentation
6 Occurrences trouvées, Dernière modification :
"Lecture de deux masses") chaine1 = Label (fen01, text = "introduisez la première masse :") chaine2 = Label (fen01, text = "introduisez la deuxième masse :") chaine1.grid... ) entr2.grid(row =1, column =1) bou1=Button(fen01,text='Continuer',command=fen01.quit) bou1.grid(row=2,c... 0, y1+30, width=2, fill='red') bou1 = Button(fen1,text='Quitter', width =8, command=fen1.quit) bou1.pack
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
5 Occurrences trouvées, Dernière modification :
xycoords='data', xytext=(-150, -50), textcoords='offset points', fontsize=16, a... xycoords='data', xytext=(-20, +100), textcoords='offset points', fontsize=13, ... xycoords='data', xytext=(+20, +75), textcoords='offset points', fontsize=13, ... xycoords='data', xytext=(+10, +75), textcoords='offset points', fontsize=13,
tableau_periodique_2013
2 Occurrences trouvées, Dernière modification :
representation_molecules_2013
33 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
5 Occurrences trouvées, Dernière modification :
scikit_learn
1 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
factorielle-3
2 Occurrences trouvées, Dernière modification :
factorielle-2
1 Occurrences trouvées, Dernière modification :
nim
1 Occurrences trouvées, Dernière modification :
dictionaries_adn_arn_protein
33 Occurrences trouvées, Dernière modification :
pressions_partielles_systemes_non_ideaux
5 Occurrences trouvées, Dernière modification :
gaz_parfait_2011
40 Occurrences trouvées, Dernière modification :
conversion_temperature_2011
21 Occurrences trouvées, Dernière modification :
calcul_matriciel_2012
31 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013
6 Occurrences trouvées, Dernière modification :
grille_configurations_melange_binaire_2013
8 Occurrences trouvées, Dernière modification :
courbe_predominance_acide_2013
9 Occurrences trouvées, Dernière modification :