Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- algos_entiers
- ia.org/wiki/Algorithme_d%27Euclide#Explications_g.C3.A9om.C3.A9triques|ici]] !**). Cela donne ceci en Python : <code python pgcd.py> #!/usr/bin/env python... a) * [[http://fr.wikipedia.org/wiki/Crible_d%27%C3%89ratosth%C3%A8ne|Crible d'Ératosthène]] (wikipedia) * [[https://www.daniweb.com/software-developme
- progappchim
- ps://fr.wikipedia.org/wiki/Thomas_Schelling#La_th.C3.A9orie_de_la_s.C3.A9gr.C3.A9gation_non_voulue|des travaux de Thomas Schelling]], et sur base du programme [[https://git... e la [[http://fr.wikipedia.org/wiki/Pyramide_des_%C3%A2ges|pyramide des ages]] (//cf// [[https://githu
- notions_fondamentales
- ramming/how-to-use-for-loops-better-in-python-1dfbc3d9e91f|How To Use For Loops Better in Python - A f... ) ==== //Cf.// [[http://fr.wikipedia.org/wiki/Alg%C3%A8bre_de_Boole_%28logique%29|Algèbre de Boole sur... tatypes-in-python-with-the-collections-library-3d8c334827a5|Introducing high-performance datatypes in ... des [[https://fr.wikipedia.org/wiki/Arbre_enracin%C3%A9|arbres]] (informatique, théorie des graphes) :
- pka_pkb_plane @teaching:progappchim:matplotlib_gallery
- rowprops=dict(arrowstyle="->", connectionstyle="arc3,rad=.2")) plt.scatter([-3, ],[17, ], 50, color='... rowprops=dict(arrowstyle="->", connectionstyle="arc3,rad=.2")) plt.scatter([-1.3, ],[15.3, ], 50, col... rowprops=dict(arrowstyle="->", connectionstyle="arc3,rad=.2")) plt.scatter([4.76, ],[9.24, ], 50, col... rowprops=dict(arrowstyle="->", connectionstyle="arc3,rad=.2")) plt.scatter([9.24, ],[4.76, ], 50, col
- dictionary_adn_protein
- ein # see http://fr.wikipedia.org/wiki/Code_g%C3%A9n%C3%A9tique # http://en.wikipedia.org/wiki/Genetic_code gencode = { # dé... nt </sxh> ===== références ===== * [[http://fr.wikipedia.org/wiki/Code_g%C3%A9n%C3%A9tique]] * ...
- regression_lineaire_2013
- affichage de la [[http://fr.wikipedia.org/wiki/M%C3%A9thode_des_moindres_carr%C3%A9s#R.C3.A9gression_lin.C3.A9aire|droite de moindres carrés]] <sxh python; title : fit_linear.py> #!/usr/bin/
- epidemie_coronavirus
- navirus-data-visualizations-using-plotly-cfbdb8fcfc3d|Coronavirus data visualizations using Plotly]] ... ata-beautifully-in-python-in-5-minutes-or-less-affc361b2c6a|Visualizing COVID-19 Data Beautifully in P... d-19-map-animation-with-python-in-5-minutes-2d6246c32e54|Create COVID-19 Map Animation with Python in
- fit_modele_einstein
- èle d'Einstein : http://fr.wikipedia.org/wiki/Mod%C3%A8le_d%27Einstein """ import numpy as np import s... odèle de Debye : http://fr.wikipedia.org/wiki/Mod%C3%A8le_de_Debye """ import numpy as np import scipy... m/12e4126a47e3411a138f5a3820eb62d1-71278f2740f3cd9c3dff2da0d78b6bc7 #solution : if 'array' in
- matplotlib_simple
- -tricks-to-visualize-your-data-with-matplotlib-16bc33747e05|5 Powerful Tricks to Visualize Your Data w... nce.com/everything-about-plotting-in-python-c12ccdc359bc|Everything about plotting in Python - From ma... -quality-figures-in-python-part-i-fig-and-axes-d86c3903ad9b|Making publication-quality figures in Pyth
- notions_avancees
- * [[http://fr.wikipedia.org/wiki/Liste_en_compr%C3%A9hension]] * [[http://www.pythonforbeginners.c... .edu/python-regular-expressions-cheat-sheet-cd0992c36f6f|Python Regular Expressions — cheat sheet - Ma... /how-to-create-the-first-python-package-de6464799bc3|How to create the first python package]] ChenChih
- pandas
- enne $<X>$ (ou [[http://fr.wikipedia.org/wiki/Esp%C3%A9rance_math%C3%A9matique|espérance mathématique]]) * Second moment: largeur de la distribution (... a.org/wiki/Variance_%28statistiques_et_probabilit%C3%A9s%29|variance]] $\sigma^2$) * Troisième mom
- factorielle-3
- ition [[http://fr.wikipedia.org/wiki/Algorithme_r%C3%A9cursif#Un_exemple_plus_math.C3.A9matique_:_la_factorielle|récursive]] : $n!=(n-1)! n$. On peut défi
- plot_sinus_cosinus
- rowprops=dict(arrowstyle="->", connectionstyle="arc3,rad=.2")) plt.plot([t, t],[0, np.sin(t)], color=... rowprops=dict(arrowstyle="->", connectionstyle="arc3,rad=.2")) ... </code> ===== Le diable est dans l
- polynomes-9
- Tchebyshev cf. http://fr.wikipedia.org/wiki/Polyn%C3%B4me_de_Tchebychev """ from pylab import * # l... de Horner cf. http://fr.wikipedia.org/wiki/M%C3%A9thode_de_Ruffini-Horner """ n = len(a)-