Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- notions_fondamentales
- ttps://docs.python.org/3/reference/compound_stmts.html#the-if-statement|documentation officielle]] ou [[http://www.courspython.com/tests.html|cet autre cours]] avec des illustrations et des e... ttps://docs.python.org/3/reference/compound_stmts.html#while|documentation officielle]]) Permet d'exécut... ttps://docs.python.org/3/reference/compound_stmts.html#for|documentation officielle]]) permet d'itérer s
- plot_sinus_cosinus
- https://scipy-lectures.org/intro/matplotlib/index.html|Matplotlib: plotting]], par Nicolas Rougier, Mike... * [[http://matplotlib.org/users/pyplot_tutorial.html|Tutoriel pyplot]] * [[http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.plot|Documentation pyplot]] Ma... py-lectures.github.io/intro/matplotlib/matplotlib.html """ import matplotlib.pyplot as plt # directive
- matplotlib_simple
- 2D ====== [[https://matplotlib.org/stable/index.html/|Matplotlib]] est une bibliothèque très puissante... )aléatoires * [[http://scipy.org/scipylib/index.html|SciPy]] : méthodes numériques comme l'intégration... ou l'optimisation * [[http://sympy.org/en/index.html|SymPy]] : mathématiques symboliques * [[http://... la [[https://matplotlib.org/stable/gallery/index.html|galerie d'exemples]]). Le projet [[http://wiki.s
- numpy_simple
- ://docs.scipy.org/doc/numpy/reference/routines.ma.html#minimum-maximum|documentation]] pour les dimensio... cipy.org/doc/numpy/reference/generated/numpy.copy.html|copy]]// : copie d'un tableau (pour éviter les mo... /doc/numpy/reference/generated/numpy.linalg.solve.html """ # import numpy as np a = np.array([[2.,7.],[... /doc/numpy/reference/routines.polynomials.package.html|polynomial]] devrait remplacer l'ancien "poly1d"
- bokeh_simple
- ttps://bokeh.pydata.org/en/latest/docs/user_guide.html|User guide]] * [[https://bokeh.pydata.org/en/latest/docs/gallery.html|Galerie d'exemples]] * [[http://nbviewer.jupy... https://bokeh.pydata.org/en/latest/docs/reference.html|Reference guide]] * Réseaux sociaux : * [[h... ://bokeh.pydata.org/en/latest/docs/gallery/slider.html|Interactions sur la fonction sinus]], version aut
- progappchim
- ooks.azure.com/linusable/libraries/samples-public/html/notebooks/chemistry/chemical_elements_data-01.ipy... simple (cf. ce [[http://pygal.org/en/stable/index.html|site]]) * [[altair_simple|les bases de Altair]]... [[https://chemlab.readthedocs.io/en/latest/index.html|Chemlab]] * [[https://wiki.fysik.dtu.dk/ase/ase/gui/gui.html#module-ase.gui|Ase's gui]] * [[https://pymol.or
- pandas
- tp://pandas.pydata.org/pandas-docs/stable/install.html|Instructions sur le site officiel]] * Installé ... http://pandas.pydata.org/pandas-docs/stable/index.html|Documentation officielle]] * [[http://pandas.pydata.org/pandas-docs/stable/10min.html|10 minutes to pandas]] * [[http://pandas.pydata.org/pandas-docs/version/0.20/cookbook.html|cookbook]] * [[http://pandas.pydata.org/pandas-
- representation_molecules_2013
- ns utilisées ''' def stripTags(s): ''' Strips HTML tags. Taken from http://aspn.activestate.... on/Recipe/440481 Sert à nettoyer une page HTML de son code pour ne garder que le texte ''' ... buffer=opener.open(link) #On charge la page htmlSource=buffer.read() #Et on la stock buffer.close() htmlClean=stripTags(htmlSource) #On nettoie le code HT
- jupyter
- om/docs/content/wsj/analyze-data/notebooks-parent.html|IBM DataPlatform Notebooks]] * Kaggle, Amazon... * [[http://ipython.org/ipython-doc/stable/index.html|Documentation courante]] * [[http://ipython.org/ipython-doc/stable/interactive/htmlnotebook.html|Documentation IPython Notebook]] * L'installation en pratique : * [[https://anaconda
- polynomes-12
- /doc/numpy/reference/routines.polynomials.package.html http://docs.scipy.org/doc/numpy/reference/routines.polynomials.chebyshev.html http://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.chebyshev.chebval.html http://docs.scipy.org/doc/numpy/reference/generated/numpy.linspace.html http://docs.scipy.org/doc/numpy/reference/generat
- scipy_simple
- e [[http://docs.scipy.org/doc/scipy/reference/api.html#guidelines-for-importing-functions-from-scipy|sit... tp://docs.scipy.org/doc/scipy/reference/integrate.html|scipy.integrate]] propose plusieurs programmes pe... tp://docs.scipy.org/doc/scipy/reference/integrate.html http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.quad.html quad retourne un tuple dont le premier élément es
- tkinter_gui_simple
- le : * [[https://docs.python.org/3/library/tk.html|Les interfaces graphiques TK]] * [[https://docs.python.org/3/library/tkinter.html|tkinter — interface Python à Tcl/Tk]], reprenant ... s [[https://docs.python.org/3/library/tkinter.ttk.html|ttk]] et [[https://docs.python.org/3/library/tkinter.tix.html|tix]], ainsi que l'IDE [[https://docs.python.org/
- elements_molecules
- ps://mendeleev.readthedocs.io/en/stable/tutorials.html]] * Notebook Jupyter (exemples) : * [[http... [[http://www.lfd.uci.edu/~gohlke/code/elements.py.html|elements.py]] et [[http://www.lfd.uci.edu/~gohlke/code/molmass.py.html|molmass.py]], pour respectivement accéder aux pro... tp://www.lfd.uci.edu/~gohlke/code/elements_gui.py.html|tableau périodique]], et un [[http://www.lfd.uci.
- epidemie_coronavirus
- isanddata.maps.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6|Coronavirus COV... lingInfectiousDiseases/Chapter2/Program_2.6/index.html|chapitre 2, programme 2.6]] * [[https://www.nat... -0148-0 * [[http://gabgoh.github.io/COVID/index.html]] * [[https://github.com/gabgoh/gabgoh.github... /lamp/wp-content/uploads/2019/01/simulations-epfl.html|Epidemic Simulation]] * [[https://www.ceremade.
- urllib
- site_url) print(page) # page est un objet urllib html_bytes = page.read() html = html_bytes.decode("utf-8") # html est une chaîne de caractères contenant la page web, après décodage lines