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
- notions_fondamentales
- === Règles de base ===== Ces règles peuvent être testées via le mode interactif de Python (en utilisant... tion officielle]] ou [[http://www.courspython.com/tests.html|cet autre cours]] avec des illustrations et... bloc d'instruction en rapport avec les conditions testées, dont la valeur est évaluée comme "vrai" (true... d on Mon May 9 11:54:40 2022 @author: villersd Test d'une chaîne pour connaître le nombre de lettres
- 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
- factorielle-3
- factorielle d'un nombre naturel, et vous pourrez tester que sur un argument négatif ou non-entier, math
- 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 —
- 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... à un nombre N donné, un algorithme naïf (appelés tests de primalité) consiste à considérer les naturels... mbre n'est pas divisible par 2, il est inutile de tester s'il est divisible par 4. En fait, il suffit de
- 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
- notions_avancees
- rtswith('fizz'), endswith('buzz'), 'fizz buzz' in test_string : renvoie True ou False ===== Manipulatio... thon Programs Blazingly Fast]], 01/01/2020 ===== Tests unitaires ===== ===== Python Scripting ===== ... t smtplib HOST = "smtp.mydomain.com" SUBJECT = "Test email from Python" TO = "mike@mydomain.com" FROM
- polynomes-10
- les polynômes : ===== Dérivation ===== Proposé et testé par RL, étudiant ba2 2012-2013. <code python der... i, supprimant le balayage des puissances de c, le test, et quelques autres éléments inutiles : <code pyt... e les coefficients additionnés dans la liste g # test de la fonction générant les polynômes de Legendre : for k in range(6): # on teste la fonction sur des ordres croissants print(
- 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