Recherche
Voici les résultats de votre recherche.
Pages trouvées :
Résultats plein texte:
- bokeh_simple
- r web ====== * [[https://bokeh.pydata.org/en/latest/|page d'entrée sur Bokeh]] * [[https://bokeh.pydata.org/en/latest/docs/user_guide.html|User guide]] * [[https://bokeh.pydata.org/en/latest/docs/gallery.html|Galerie d'exemples]] * [[ht... Notebooks]] * [[https://bokeh.pydata.org/en/latest/docs/reference.html|Reference guide]] * Réseaux
- t-test
- ====== Test de Student ====== Le [[http://fr.wikipedia.org/wiki/Test_de_Student|test de Student]] (t-test) teste statistiquement l’hypothèse d’égalité de l'espérance de deux variables aléa
- progappchim
- atGen]] * [[https://chemlab.readthedocs.io/en/latest/index.html|Chemlab]] * [[https://wiki.fysik.dtu... lDyn]] * [[https://chemview.readthedocs.io/en/latest/|chemview]] * [[https://pypi.org/project/chembo... yPI]] * [[https://chembox.readthedocs.io/en/latest/example.html|chembox usage — chembox documentatio... * [[https://cocktail-shaker.readthedocs.io/en/latest/guide/file_handling.html|File API Documentation —
- notions_fondamentales
- d on Mon May 9 11:54:40 2022 @author: villersd Test d'une chaîne pour connaître le nombre de lettres ... nt('ASCII letters : ', string.ascii_lowercase) # test string : ts = "Portez ce vieux whisky au juge blo... ens : * [[http://pymbook.readthedocs.org/en/latest/collections.html]] * [[https://pymotw.com/2/c... , TechToFreedom, Mar, 2021, Medium * ... ==== Test sur le programme "main" ==== La variable python *
- chempy
- installation et documentation <code python prog-test-02.py> #!/usr/bin/env python3 # -*- coding: utf-8... allation Linux : conda install -c bjodah chempy pytest installation Windows & OS X : python -m pip install chempy pytest python -m pytest -rs -W ignore::chempy.ChemPyDeprecationWarning --pyargs chempy """ from chempy import
- testjs
- ====== Test Javascript + dokuwiki + DataCamp-light ====== <PRELOAD> https://cdn.datacamp.com/datacamp-light-latest.min.js </PRELOAD> <html> <div class="exercise"... t press 'Run'.</div> </div> </div> <h3>2nd Test</h3> <div data-datacamp-exercise data-lang="r"> ... a) </code> <code data-type="sct"> test_object("a") test_function("print")
- bioinformatic
- [[https://stepik.org/course/945|Bioinformatics Contest 2017 – Stepik]] concours de programmation 2017 ... ://stepik.org/course/4377/promo|Bioinformatics Contest 2018 – Stepik]] concours de programmation 2018 ... //stepik.org/course/43615/promo|Bioinformatics Contest 2019 – Stepik]] concours de programmation 2019
- matplotlib_simple
- ideos-with-python-aec41da74c6e|The easiest and fastest way to make GIFs and math videos with Python - Ho... tting Styles]] * [[http://bokeh.pydata.org/en/latest/|Bokeh]], une autre librairie de visualisation ... 22 * [[https://manimplotlib.readthedocs.io/en/latest/index.html|manimplotlib]], libraire de graphes an
- algos_entiers
- UTF-8 -*- def gcd(a, b): """Calculate the Greatest Common Divisor of a and b. Unless b==0, the ... stackoverflow.com/questions/11175131/code-for-greatest-common-divisor-in-python]] * [[https://docs.pyt
- analyse_images
- >La librairie [[http://pillow.readthedocs.io/en/latest/index.html|Pillow]]remplace la librairie PIL, ave... or.jpg pillow : http://pillow.readthedocs.io/en/latest/index.html """ from PIL import Image # install py
- jupyter
- s matplotlib * [[http://bokeh.pydata.org/en/latest/|Bokeh]] * [[https://nbviewer.jupyter.org/git... ==== * [[https://jupyterhub.readthedocs.io/en/latest/index.html|JupyterHub]], ou comment installer un
- notions_avancees
- rtswith('fizz'), endswith('buzz'), 'fizz buzz' in test_string : renvoie True ou False ===== Manipulatio... t smtplib HOST = "smtp.mydomain.com" SUBJECT = "Test email from Python" TO = "mike@mydomain.com" FROM