Recherche
Voici les résultats de votre recherche.
Pages trouvées :
Résultats plein texte:
- progappchim
- 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
- pandas
- 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
- tkinter_gui_simple
- 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!"
- representation_molecules_2013
- 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
- ====== 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('****************************************
- bokeh_simple
- es visualisations interactives dans un navigateur web ====== * [[https://bokeh.pydata.org/en/latest... 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)]] *
- jupyter
- ser [[https://colab.research.google.com/notebooks/welcome.ipynb]] qui est en fait une forme d'utilisat... e Jupyter notebook based on IPython widgets using WebGL * [[http://www.countingcalculi.com/explana... c user base are driving uptake of the open-source web tool]] Jeffrey M. Perkel, Nature 563, 145-146 (2
- tris
- 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 }} | {{ https://s3-us-west-2.amazonaws.com/makeartwithpython/quick_s.gif }
- collection_namedtuple_exemple
- ', 'name atomic_number symbol group period atomic_weight') # same as defining a class for elements h... 2, 'He', 18, 1, 4.002602) print(hydrogen.atomic_weight) print(hydrogen.symbol) print(hydrogen, type
- elements_molecules
- us forme d'un tableau périodique, et un interface web pour afficher les données sur les masses molécul... ci.edu/~gohlke/code/molmass_cgi.py.html|interface web]] pour afficher les données sur les masses moléc
- algos_entiers
- rible-d-eratosthene-87347]] * [[http://gumuz.nl/weblog/python-extended-slice-assignment/|Explication
- lennard-jones
- cubic close packed ou face centered, [[http://www.webelements.com/]] * He : 424.2 pm * Ne : 44
- matplotlib_simple
- isualizations and How to Implement Them, Part 2 - We look at how to create the 12 most useful graphs a
- notions_fondamentales
- Python tutor]] pour visualiser dans un navigateur web le déroulement de petits programmes proposés sur
- ph-3d
- 8 -*- """ Use of numpy polynomes to compute pH of weak acid and strong base 3D topographic surface ge