the

Recherche

Voici les résultats de votre recherche.

notions_fondamentales
31 Occurrences trouvées, Dernière modification :
//docs.python.org/3/reference/compound_stmts.html#the-if-statement|documentation officielle]] ou [[http... an 8, 2020 * [[https://medium.com/techtofreedom/the-art-of-writing-loops-in-python-68e9869e4ed4|The Art of Writing Loops in Python - Simple is better than... , 03/05/2021 * [[https://towardsdatascience.com/the-art-of-speeding-up-python-loop-4970715717c|The Ar
epidemie_coronavirus
17 Occurrences trouvées, Dernière modification :
dia.org/wiki/Compartmental_models_in_epidemiology#The_SEIR_model|SEIR model]] * [[http://www.modeling... es/s41421-020-0148-0|Phase-adjusted estimation of the number of Coronavirus Disease 2019 cases in Wuhan... * [[https://towardsdatascience.com/understanding-the-coronavirus-epidemic-data-44d2fb356ecb|Understanding the Coronavirus Epidemic Data - Towards Data Science]
matplotlib_simple
15 Occurrences trouvées, Dernière modification :
uation|Python - Use scipy.stats.linregress to get the linear least-squares regression equation]] * vo... Matplotlib]] * [[https://towardsdatascience.com/the-simplest-way-of-making-gifs-and-math-videos-with-python-aec41da74c6e|The easiest and fastest way to make GIFs and math vid... plotlib * [[https://python-graph-gallery.com/|the Python Graph Gallery]], galerie de graphes Seabor
pandas
14 Occurrences trouvées, Dernière modification :
ccessing Pandas Dataframes with a simple click of the mouse]] Parul Pandey, Medium, 24/10/2020 * [[ht... Repositories on GitHub to Learn Pandas - Some of the most popular repositories to brush up on Pandas f... pandas-videos: Jupyter notebook and datasets from the pandas Q&A video series]] * [[https://github.... p-by-step guide to analyzing data with Python and the Jupyter Notebook]] (The course will teach you how
solvents_data_class
9 Occurrences trouvées, Dernière modification :
"""a structure class for solvents, self refers to the instance""" def __init__(self, name=9999, bp=... a list of class Solvent instances # also adds all the data/information # data order = name, boiling poi... 1.049, 6.15, 1.3716, 1.68, 9900, "C2H4O2")) # got the drift, add more solvents here ... print "Sort the solvent_list by name ..." solvent_list.sort(key=o
jupyter
8 Occurrences trouvées, Dernière modification :
tml]] * [[https://blog.jupyter.org/announcing-the-new-jupyter-book-cbf7aa8bc72e|Announcing the new Jupyter Book]] Chris Holdgraf, Medium, Aug 12, 2020 ... .bianp.net/sort/views/|Notebook Gallery, links to the best IPython and Jupyter Notebooks]] * [[http... orial-jupyter-notebook|Jupyter Notebook Tutorial: The Definitive Guide]] (datacamp, 2016) * [[https:/
notions_avancees
8 Occurrences trouvées, Dernière modification :
ttps://medium.com/techtofreedom/7-levels-of-using-the-zip-function-in-python-a4bd22ee8bcd|7 Levels of Using the Zip Function in Python]] * itertools.cycle() es... l - In this tutorial, you're going to learn about the uses of underscore(_) in python]] Hafeezul Kareem... cd|8 Must-Know File System Operations In Python - The essential for Python in tasks automation apps]] C
progappchim
8 Occurrences trouvées, Dernière modification :
e For All]] (President Obama in his 2016 State of the Union Address) ===== Notions de base (résumés, e... ic-table: A Python package which provides data on the Periodic Table of Elements.]] * [[https://pypi.... ]] Daily historical Brent Oil Prices available on the U.S. Energy Information Admin * Sources de donn... * [[http://1ucasvb.tumblr.com/post/42881722643/the-familiar-trigonometric-functions-can-be]] * I
plotly_simple
7 Occurrences trouvées, Dernière modification :
ok Gallery]] * [[https://towardsdatascience.com/the-next-level-of-data-visualization-in-python-dd6e99039d5e|The Next Level of Data Visualization in Python]] * ... on in 2 lines of Python with Plotly Express Go to the profile of AMR]] * [[https://towardsdatascience... tascience.com/4-reasons-why-im-choosing-plotly-as-the-main-visualization-library-dc4a961a402f]] * [[h
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
7 Occurrences trouvées, Dernière modification :
23/3/10.1063/1.1742043|On a New Method of Drawing the Potential Energy Surface]]" (Shin Sato, J. Chem. ... stackoverflow.com/questions/7965743/how-can-i-set-the-aspect-ratio-in-matplotlib ax.set_aspect("equal")... 23/3/10.1063/1.1742043|On a New Method of Drawing the Potential Energy Surface]], Shin Sato, J. Chem. P... Calculations of State-to-State Cross Sections for the H/D+H2→H2/HD+H Reactions, Annual Review of Physic
algos_entiers
6 Occurrences trouvées, Dernière modification :
coding: UTF-8 -*- def gcd(a, b): """Calculate the Greatest Common Divisor of a and b. Unless b==0, the result will have the same sign as b (so that when b is divided by it, the result comes out positive). """ while b:
numpy_simple
6 Occurrences trouvées, Dernière modification :
stem of simultaneous equation in two variables of the form 2 * x + 7 * y = 17. 3 * x - 5 * y = ... unately, np.polynomial.polynomial.polyfit returns the coefficients # in the opposite order of that for np.polyfit and np.polyval" # → https://stackoverflow.... tp://ipython-books.github.io/featured-01/|Getting the Best Performance out of NumPy]] * [[https://med
game_of_life_conway-2012
4 Occurrences trouvées, Dernière modification :
%27s_Game_of_Life Each cell's survival depends on the number of occupied nearest and next-nearest neigh... """Work out whether this cell will be alive at the next iteration.""" if self.state==Cell.L... def step(self): """Calculate then display the next iteration of the game of life. This function uses wraparound boundary conditions.
openbabel_jmol
4 Occurrences trouvées, Dernière modification :
tureFromSmiles(dico[elem], elem) # Determine the charge of a molecule for file_in in dico: ... (mol, "molecules/%s.pdb" % file_in) # get the charges of the atoms charge_model = openbabel.OBChargeModel.FindType("MMFF94") charge_... //www.jcheminf.com/content/7/1/23/abstract|InChI, the IUPAC International Chemical Identifier]] Stephen
ppoo
4 Occurrences trouvées, Dernière modification :
es]] * [[https://levelup.gitconnected.com/all-the-basics-of-python-classes-8b07046d2a52|All the basics of Python classes - Everything you need to know a... 25/09/2019 * [[https://towardsdatascience.com/the-most-important-python-concept-that-you-need-to-understand-985b98bbb84|Python Objects and Classes: The Most Important Python Concepts That You Need to U
rdkit
4 Occurrences trouvées, Dernière modification :
ph-3d
3 Occurrences trouvées, Dernière modification :
testjs
3 Occurrences trouvées, Dernière modification :
attracteur_lorenz
2 Occurrences trouvées, Dernière modification :
csv
2 Occurrences trouvées, Dernière modification :
elements_molecules
2 Occurrences trouvées, Dernière modification :
fizz_buzz
2 Occurrences trouvées, Dernière modification :
nim
2 Occurrences trouvées, Dernière modification :
presentation_principes
2 Occurrences trouvées, Dernière modification :
analyse_images
1 Occurrences trouvées, Dernière modification :
bioinformatic
1 Occurrences trouvées, Dernière modification :
factorielle-4
1 Occurrences trouvées, Dernière modification :
math_nombres
1 Occurrences trouvées, Dernière modification :
maxwell-boltzmann
1 Occurrences trouvées, Dernière modification :
mendeleev
1 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus
1 Occurrences trouvées, Dernière modification :
scikit_learn
1 Occurrences trouvées, Dernière modification :
trucs_astuces
1 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :