start

Recherche

Voici les résultats de votre recherche.

notions_fondamentales
46 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
25 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
progappchim
24 Occurrences trouvées, Dernière modification :
NS]], pour ses **autres** avantages techniques (authentification, devoirs, forum,...) Si vous voulez c... e For All]] (President Obama in his 2016 State of the Union Address) ===== Notions de base (résumés, e... ymatgen.org/|PyMatGen]] * [[https://chemlab.readthedocs.io/en/latest/index.html|Chemlab]] * [[https... n-main.html|pyMolDyn]] * [[https://chemview.readthedocs.io/en/latest/|chemview]] * [[https://pypi.o
epidemie_coronavirus
23 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
16 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
algos_entiers
14 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:
jupyter
14 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
game_of_life_conway-2012
6 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... State(self,numNeighbours): """Work out whether this cell will be alive at the next iteration.""" if self.state==Cell.LIVE and \ ... def step(self): """Calculate then display the next iteration of the game of life.
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
openbabel_jmol
6 Occurrences trouvées, Dernière modification :
e page]], et [[http://openbabel.org/docs/2.3.1/UseTheLibrary/PythonInstall.html|celle-ci]] (lien avec p... iki/Python # http://openbabel.org/docs/current/UseTheLibrary/PythonDoc.html#using-iterators # http://py... 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 = openb
mendeleev
5 Occurrences trouvées, Dernière modification :
Documentation complète : [[https://mendeleev.readthedocs.io/en/stable/]] * Tutoriels : [[https://mendeleev.readthedocs.io/en/stable/tutorials.html]] * Notebook Ju... ocs/source/notebooks/02_tables.ipynb]] (accessing the data in bulk) * [[https://nbviewer.jupyter.or... .org/project/mendeleev/ * https://mendeleev.readthedocs.io/en/stable/ * https://github.com/lmmentel
trucs_astuces
5 Occurrences trouvées, Dernière modification :
elements_molecules
4 Occurrences trouvées, Dernière modification :
ppoo
4 Occurrences trouvées, Dernière modification :
rdkit
4 Occurrences trouvées, Dernière modification :
tkinter_gui_simple
4 Occurrences trouvées, Dernière modification :
analyse_images
3 Occurrences trouvées, Dernière modification :
ph-3d
3 Occurrences trouvées, Dernière modification :
presentation_principes
3 Occurrences trouvées, Dernière modification :
scikit_learn
3 Occurrences trouvées, Dernière modification :
testjs
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 :
bioinformatic
2 Occurrences trouvées, Dernière modification :
csv
2 Occurrences trouvées, Dernière modification :
factorielle-4
2 Occurrences trouvées, Dernière modification :
fizz_buzz
2 Occurrences trouvées, Dernière modification :
nim
2 Occurrences trouvées, Dernière modification :
pavage_penrose_2013
2 Occurrences trouvées, Dernière modification :
regression_lineaire_2013
2 Occurrences trouvées, Dernière modification :
solubilite_ph_t
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2011
2 Occurrences trouvées, Dernière modification :
chemspipy
1 Occurrences trouvées, Dernière modification :
lennard-jones
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 :
multilateration
1 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus
1 Occurrences trouvées, Dernière modification :
polynomes-12
1 Occurrences trouvées, Dernière modification :
print_format
1 Occurrences trouvées, Dernière modification :
pubchempy
1 Occurrences trouvées, Dernière modification :
recherches
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