start

Recherche

Voici les résultats de votre recherche.

notions_fondamentales
39 Occurrences trouvées, Dernière modification :
//docs.python.org/3/reference/compound_stmts.html#the-if-statement|documentation officielle]] ou [[http... als in Python? Here’s when to and when NOT to use them]] Dario Radečić, Medium, 11/01/2022 ==== Stru... 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
matplotlib_simple
24 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... oriel Jupyter en anglais * [[https://github.com/thehackerwithin/PyTrieste/wiki/Python7-MatPlotLib|Un
epidemie_coronavirus
20 Occurrences trouvées, Dernière modification :
77882114048]],... * Nicolas Vandewalle (ULiège, thermodynamique statistique) [[https://twitter.com/vd... 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|Understand
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
progappchim
13 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... ral Public Dictionary of Common Chemical Names to their Molecular Definition]] * [[https://www.glob... ic-table: A Python package which provides data on the Periodic Table of Elements.]] * [[https://pypi.... léments chimiques * [[https://www.eea.europa.eu/themes/air/explore-air-pollution-data|Explore air pol
jupyter
11 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... python-developer-and-data-scientist-should-add-to-their-toolbox-186b01534402|Google Colab — a tool ever
notions_avancees
10 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... s]] Akshay Jain, Medium, 16/04/2022 * [[https://theanup.medium.com/10-powerful-python-one-liners-for-... Anup Das, Medium, 22/11/2022 ==== One-line if - then - else (ternary operator) ==== <code python> u =
plotly_simple
9 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... nce.com/crisp-python-plots-based-on-visualization-theory-5ac3a82c398e|Crisp python plots based on visua
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
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
9 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... dvances in Quantum Mechanical Reactive Scattering Theory, Including Comparison of Recent Experiments wi
algos_entiers
7 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
5 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 cond
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 :
trucs_astuces
4 Occurrences trouvées, Dernière modification :
ph-3d
3 Occurrences trouvées, Dernière modification :
testjs
3 Occurrences trouvées, Dernière modification :
tkinter_gui_simple
3 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
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 :
print_format
1 Occurrences trouvées, Dernière modification :
recherches
1 Occurrences trouvées, Dernière modification :
scikit_learn
1 Occurrences trouvées, Dernière modification :
tris
1 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
  • start.txt
  • Dernière modification : 2021/09/09 08:56
  • de villersd