we

Recherche

Voici les résultats de votre recherche.

notions_fondamentales
20 Occurrences trouvées, Dernière modification :
tuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' string.ascii_lowercase # 'abcdefghijklmnopqrstuvwxyz' string.ascii_... first character becomes uppercase) the string s.lower() # all characters become lowercase s.casefold() # more rigorous lowercase (languages other than English are covered) s.upper() # al
progappchim
19 Occurrences trouvées, Dernière modification :
ous Ubuntu - dans n'importe quel navigateur web, via le site [[https://repl.it/languages/python3... via [[https://colab.research.google.com/notebooks/welcome.ipynb|Colaboratory]] et l'utilisation d'un c... via [[https://colab.research.google.com/notebooks/welcome.ipynb|Colaboratory]] <del>[[https://notebook... ]] * [[urllib|Lecture du code source d'une page web via la librairie urllib]] ===== Jupyter, IPytho
jupyter
12 Occurrences trouvées, Dernière modification :
ser [[https://colab.research.google.com/notebooks/welcome.ipynb]] qui est en fait une forme d'utilisat... n|Documentation de Jupyter]] * [[https://nbviewer.jupyter.org/|nbviewer]], pour partager une vue statique d'un notebook * Le passé (récent) : * ... }} * {{:teaching:progappchim:jupyter_widgets-maxwell-01.ipynb}} * {{ :teaching:progappchim:animati
maxwell-boltzmann
9 Occurrences trouvées, Dernière modification :
eprésentation de la distribution de vitesse de Maxwell-Boltzmann ====== Pour la théorie, //cf.// le co... co-chimie ou la [[http://en.wikipedia.org/wiki/Maxwell-Boltzmann_distribution#Distribution_for_the_spe... ge Wikipédia sur la distribution de vitesse de Maxwell-Boltzmann]] ===== Sans NumPy ===== <sxh python; title : Maxwell-Boltzmann_01.py> #! /usr/bin/env python # -*- c
matplotlib_simple
8 Occurrences trouvées, Dernière modification :
Un autre tutoriel en français]] * [[http://nbviewer.jupyter.org/github/jrjohansson/scientific-python... sdatascience.com/all-your-matplotlib-questions-answered-420dd95cb4ff|Your Ultimate Guide to Matplotlib... ing data * [[https://towardsdatascience.com/5-powerful-tricks-to-visualize-your-data-with-matplotlib-16bc33747e05|5 Powerful Tricks to Visualize Your Data with Matplotlib
pandas
8 Occurrences trouvées, Dernière modification :
irth', 'Wrist minimum girth', 'Age', 'Weight', 'Height', 'Gender', ] # using P... = df[df.Gender == 1].plot.scatter(x='Height', y='Weight', color='Red', label='Male'); df[df.Gender == 0].plot.scatter(x='Height', y='Weight', color='Green', label='Female', ax=ax); plt.figure() df.Height.plot.hist() plt.figure() df.Weight.plot.hist() plt.show() </code> === Suggesti
elements_molecules
5 Occurrences trouvées, Dernière modification :
tebook Jupyter (exemples) : * [[https://nbviewer.jupyter.org/github/lmmentel/mendeleev/blob/maste... ynb]] (tutoriel introductif) * [[https://nbviewer.jupyter.org/github/lmmentel/mendeleev/blob/maste... (accessing the data in bulk) * [[https://nbviewer.jupyter.org/github/lmmentel/mendeleev/blob/maste... us forme d'un tableau périodique, et un interface web pour afficher les données sur les masses molécul
tkinter_gui_simple
5 Occurrences trouvées, Dernière modification :
m tkinter import * def action(): print("Yes, we can !") root = Tk() #w = Label(root, text="Bonjo... m tkinter import * def action(): print("Yes, we can !") root = Tk() #w = Label(root, text="Bonjo... m tkinter import * def action(): print("Yes, we can !") # impression de la valeur du champ ... a + 1 return b def action(): print("Yes, we can !") root=Tk() #w=Label(root, text="Bonjour!"
tris
5 Occurrences trouvées, Dernière modification :
om]], ou cette vidéo : {{ https://pbs.twimg.com/tweet_video/CZWNISuWkAEwE3q.mp4?600 }} Cf. aussi cette autre visualisation : [[https://www.makeartwithpy... ing Python 3 and Scikit-Image | {{ https://s3-us-west-2.amazonaws.com/makeartwithpython/bubble_s.gif }} | {{ https://s3-us-west-2.amazonaws.com/makeartwithpython/heap_s.gif }}
algos_entiers
4 Occurrences trouvées, Dernière modification :
d'Ératosthène]] (wikipedia) * [[https://www.daniweb.com/software-development/python/code/216880/chec... is-a-prime-number-python]] * [[http://python.jpvweb.com/mesrecettespython/doku.php?id=liste_des_nomb... rible-d-eratosthene-87347]] * [[http://gumuz.nl/weblog/python-extended-slice-assignment/|Explication... urels/decomposition.html]] * [[http://python.jpvweb.com/mesrecettespython/doku.php?id=decomposition_
bokeh_simple
4 Occurrences trouvées, Dernière modification :
es visualisations interactives dans un navigateur web ====== * [[https://bokeh.pydata.org/en/latest... ery.html|Galerie d'exemples]] * [[http://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/ma... aphiques vectorisées, ce qui en limite l'usage au web, au contraire de la librairie Matplotlib (notamm... test/docs/gallery/elements.html|Density vs Atomic Weight of Elements (colored by melting point)]] *
epidemie_coronavirus
4 Occurrences trouvées, Dernière modification :
etwork Structure]] * [[https://github.com/branchwelder/KillAllAgents|branchwelder/KillAllAgents: An agent-based model of infectious disease spread.]] ... hing Around Me]] Understand COVID growth rates between different countries * [[https://www.technolog... s on Novel COVID-19 Coronavirus | by Antoine Soetewey | Towards Data Science]] * [[https://behroozh.
notions_avancees
4 Occurrences trouvées, Dernière modification :
16/04/2022 * [[https://theanup.medium.com/10-powerful-python-one-liners-for-daily-use-8733dac0bc2c|15 Powerful Python One-Liners for Daily Use]] Anup Das, M... aîne additionnelle * upper() : capitalise * lower() * title() : capitalise les premières lettres... jet]] * Exemples simples : * [[http://nbviewer.ipython.org/url/bender.astro.sunysb.edu/classes/
representation_molecules_2013
4 Occurrences trouvées, Dernière modification :
if NavigateurCase.get() == 1: import webbrowser new=2 webbrowser.open(DLink(SMILES(name)), new=new) if ImageCase.get() ==... if NavigateurCase2.get() == 1: import webbrowser new=2 webbrowser.open(DLink(CodeSMILES), new=new) if ImageCase2.get() ==
urllib
4 Occurrences trouvées, Dernière modification :
====== Lecture du code source d'une page web via la librairie urllib ====== <code python urllib-read-... rie urllib source : https://realpython.com/python-web-scraping-practical-introduction/ """ from urlli... ml est une chaîne de caractères contenant la page web, après décodage lines = html.splitlines() print(lines) # lines contient les lignes de la page web print('****************************************
attracteur_lorenz
3 Occurrences trouvées, Dernière modification :
mendeleev
3 Occurrences trouvées, Dernière modification :
trucs_astuces
3 Occurrences trouvées, Dernière modification :
collection_namedtuple_exemple
2 Occurrences trouvées, Dernière modification :
plotly_simple
2 Occurrences trouvées, Dernière modification :
presentation_principes
2 Occurrences trouvées, Dernière modification :
print_format
2 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
factorielle-4
1 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012
1 Occurrences trouvées, Dernière modification :
lennard-jones
1 Occurrences trouvées, Dernière modification :
ph-3d
1 Occurrences trouvées, Dernière modification :
polynomes-12
1 Occurrences trouvées, Dernière modification :
random_walk_2d-simple
1 Occurrences trouvées, Dernière modification :
solvents_data_class
1 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :