by

Recherche

Voici les résultats de votre recherche.

notions_fondamentales
14 Occurrences trouvées, Dernière modification :
008/|pep8]]. Le document du [[https://blog.impulsebyingeniance.io/outils-et-bonnes-pratiques-pour-un-c... de#string-methods|.encode]] pour les convertir en bytes. === Constantes === <code python> import stri... side of string s s.split(‘,’) # splits the string by ‘,’; returns a list s.split(‘::’) # splits the string by ‘::’; returns a list s.split(‘ ‘) # splits the s
pandas
11 Occurrences trouvées, Dernière modification :
df[df.Age == 20].describe()) print(df.sort_values(by = 'Height')) print(df.query('Age > 25 and Age < ... sh up on Pandas for beginners and experts alike]] Byron Dolon, Medium, Jul 21, 2020 * [[https://gi... book.org/index.html|First Python Notebook. A step-by-step guide to analyzing data with Python and the ... .melt.html|pandas.melt]] (documentation) * groupby : * [[https://towardsdatascience.com/learn-ho
polynomes-11
11 Occurrences trouvées, Dernière modification :
e visualiser les premiers [[wp>fr:Polynôme_de_Tchebychev|polynômes orthogonaux de Tchebyshev]] : <code python polycheby.py> #!/usr/bin/env python # -*- coding: utf-8 -*- """ graphes de Polynomes de Chebyschev """ from math import * from pylab import *
fit_modele_einstein
9 Occurrences trouvées, Dernière modification :
-c-diamond-fit-lowt.png?direct|}} Le modèle de Debye, qui utilise un spectre de fréquences plutôt qu'... rogramme : <sxh python; title : fit-Cv-diamant-Debye-02.py> #!/usr/bin/env python # -*- coding: utf-8... que molaire à volume constant Diamant Modèle de Debye : http://fr.wikipedia.org/wiki/Mod%C3%A8le_de_Debye """ import numpy as np import scipy as sp from s
matplotlib_simple
9 Occurrences trouvées, Dernière modification :
e...) * [[https://towardsdatascience.com/a-step-by-step-guide-for-creating-advanced-python-data-visu... tions-with-seaborn-matplotlib-1579d6a1a7d0|A step-by-step guide for creating advanced Python data visu... 7b|Matplotlib — Who said it needs to be simple? - by Renan Lolico - Jun, 2020 - Towards Data Science]]... olin plot and dendrogram from the scratch, a step-by-step guide]] (Guangyuan (Frank) Li, Medium, Jan,
fizz_buzz
6 Occurrences trouvées, Dernière modification :
Y,N : count from 1 until N. Any number divisible by X is replaced by the word fizz, and any divisible by Y by the word buzz. Numbers divisible by both become fizz buzz. """ if __name__ == "__main__": p
polynomes-12
6 Occurrences trouvées, Dernière modification :
commander la représentation. <code python polycheby_numpy.py> #! /usr/bin/env python # -*- coding: utf-8 -*- """ Représentations des polynômes de Chebyshev avec utilisation de matplotlib et numpy Référ... y.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/
polynomes-9
5 Occurrences trouvées, Dernière modification :
omiales ====== <code python poly09-plot-numpy-chebby.py> # -*- coding: utf-8 -*- """ graphe multiple de polynômes de Tchebyshev cf. http://fr.wikipedia.org/wiki/Polyn%C3%B4me_de_Tchebychev """ from pylab import * # librairie graphi... # en une fois sur tous les éléments du tableau cheby = [[1], [0,1], [-1,0,2], [0,-3,0,4]] # liste de
presentation_principes
5 Occurrences trouvées, Dernière modification :
les approfondir * Java, C++, Python, perl, Ruby. . .sont les plus connus * Des langages spécial... de compilation </WRAP> ==== Python / Langages à Bytecodes ==== <WRAP group> <WRAP half column> <flow... n (.py) → Compilation box2=>operation: Python Bytecode (.pyc) → Interprétation box3=>operation... un pseudo-code indépendant de l’ordinateur * Le Bytecode est interprété par la suite * Avantages :
solvents_data_class
5 Occurrences trouvées, Dernière modification :
dex self.mu = mu # dipole moment in Debye self.so = so # solubility in water (... constant, # refractive index, dipole moment in Debye, solubility in water (g/100g water), chemical fo... olvents here ... print "Sort the solvent_list by name ..." solvent_list.sort(key=operator.attrgett... vent_list) print print "Sort the solvent_list by melting point ..." solvent_list.sort(key=operator
epidemie_coronavirus
4 Occurrences trouvées, Dernière modification :
423467b48e9ecf6|Coronavirus COVID-19 Global Cases by Johns Hopkins CSSE]] * [[https://www.worldomete... a about Coronavirus with Python in Italy]] Posted by pythonprogramming on 26/02/2020 * [[https://git... s/|The Covid-19 pandemic in two animated charts]] by Bobbie Johnson, Mar 27, 2020, MIT Technology Revi... p 100 R resources on Novel COVID-19 Coronavirus | by Antoine Soetewey | Towards Data Science]] * [[h
ppoo
4 Occurrences trouvées, Dernière modification :
Oriented Programming in Python — What and Why? | by Arafath Hossain | Mar, 2022 | Towards Data Scienc... 088e595c6|OOP in Python - Understanding a Class | by Arafath Hossain | Mar, 2022 | Towards Data Scienc... Programming in Python — Understanding Variables | by Arafath Hossain | Mar, 2022 | Towards Data Scienc... rogramming in Python — Inheritance and Subclass | by Arafath Hossain | Mar, 2022 | Towards Data Scienc
regression_lineaire_2013
4 Occurrences trouvées, Dernière modification :
indre_carre(x): return a * x + b tabx = [] taby = [] # Avoir le jeu de data while True: x = ... input("Enter Y ") tabx.append(float(x)) taby.append(float(y)) another = raw_input("Continu... 20 #axes horizontaux a,b = pylab.polyfit(tabx, taby, 1) # calcul du moindre carre x_moindre_carre = ... axis([temp_min, temp_max,0,100]) plt.plot(tabx, taby, 'or') # o => point, r => red plt.plot(x_moindre_
representation_molecules_2013
4 Occurrences trouvées, Dernière modification :
bokeh_simple
3 Occurrences trouvées, Dernière modification :
* [[https://mendeleev.herokuapp.com/]] (version by Łukasz Mentel ) * [[https://bokeh.pydata.org/en... tml|Density vs Atomic Weight of Elements (colored by melting point)]] * [[https://towardsdatascience... keh 2.4. Bokeh 2.4 adds math text support, SVG…]] by Bokeh, Sep, Medium FIXME : ... * [[https://t
notions_avancees
3 Occurrences trouvées, Dernière modification :
numpy_simple
3 Occurrences trouvées, Dernière modification :
plotly_simple
3 Occurrences trouvées, Dernière modification :
tkinter_gui_simple
3 Occurrences trouvées, Dernière modification :
algos_entiers
2 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011
2 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus
2 Occurrences trouvées, Dernière modification :
urllib
2 Occurrences trouvées, Dernière modification :
entropie_melange
1 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012
1 Occurrences trouvées, Dernière modification :
progappchim
1 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :