of

Recherche

Voici les résultats de votre recherche.

notions_fondamentales
39 Occurrences trouvées, Dernière modification :
20 * [[https://medium.com/techtofreedom/the-art-of-writing-loops-in-python-68e9869e4ed4|The Art of Writing Loops in Python - Simple is better than compl... 2021 * [[https://towardsdatascience.com/the-art-of-speeding-up-python-loop-4970715717c|The Art of Speeding Up Python Loop]] Casey Cheng, Oct 2022, Towar
progappchim
16 Occurrences trouvées, Dernière modification :
ence For All]] (President Obama in his 2016 State of the Union Address) ===== Notions de base (résumé... https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks|A gallery of interesting Jupyter Notebooks]] * ... </note> ==== Alg... Sulstice/global-chem: A General Public Dictionary of Common Chemical Names to their Molecular Definiti
matplotlib_simple
15 Occurrences trouvées, Dernière modification :
[[https://towardsdatascience.com/the-simplest-way-of-making-gifs-and-math-videos-with-python-aec41da74... |Line Chart Basics with Python’s Matplotlib]] One of the most used and most effective ways of visualizing data * [[https://towardsdatascience.com/5-powe... cba7232c8c1|Violin plots in matplotlib. Your dose of Scientific Python]] Mathcube, Medium, 07/04/2023
epidemie_coronavirus
13 Occurrences trouvées, Dernière modification :
icles/s41421-020-0148-0|Phase-adjusted estimation of the number of Coronavirus Disease 2019 cases in Wuhan, China]] → paramètres pour le COVID-19 * para... |branchwelder/KillAllAgents: An agent-based model of infectious disease spread.]] * [[https://github... ndemicPy: Python package to simulate a vast range of transmission processes on various structures]]
game_of_life_conway-2012
12 Occurrences trouvées, Dernière modification :
: [[http://glowingpython.blogspot.be/2015/10/game-of-life-with-python.html|Game of Life with Python]] </note> <code python Conway_Game_of_Life_2D-JK-2012.py> #!/usr/bin/env python # -*- coding: utf-8 -*- """A minimal implementation of Conway's Game of Life. source : http://www.exole
pandas
11 Occurrences trouvées, Dernière modification :
- Accessing Pandas Dataframes with a simple click of the mouse]] Parul Pandey, Medium, 24/10/2020 * ... p 4 Repositories on GitHub to Learn Pandas - Some of the most popular repositories to brush up on Pand... [https://medium.com/dunder-data/selecting-subsets-of-data-in-pandas-6fcd0170be9c|Selecting Subsets of Data in Pandas: Part 1]] * [[https://github.com/fo
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
9 Occurrences trouvées, Dernière modification :
ournal/jcp/23/3/10.1063/1.1742043|On a New Method of Drawing the Potential Energy Surface]]" (Shin Sat... ournal/jcp/23/3/10.1063/1.1742043|On a New Method of Drawing the Potential Energy Surface]], Shin Sato... [[http://www.tc.chemie.uni-siegen.de/jaquet/Copy-of-introPEStexpowerlight.pdf|Introduction to potenti... Reactive Scattering Theory, Including Comparison of Recent Experiments with Rigorous Calculations of
ph-3d
8 Occurrences trouvées, Dernière modification :
sr/bin/env python # -*- coding: utf-8 -*- """ Use of numpy polynomes to compute pH of weak acid and strong base 3D topographic surface generation in the ... s the following paper : 3-D Surface Visualization of pH Titration “Topos”: Equivalence Point Cliffs, D... ation Cb0=1. # base concentration Va=0.1 # volume of acid Vb=0. # volume of added base log10dil=0 prin
solvents_data_class
8 Occurrences trouvées, Dernière modification :
ing: utf-8 -*- # a solvent database using a list of class instances # a modification of: http://www.daniweb.com/code/snippet390.html # EU tested with Pyt... la def table(solvent_list): """print a table of all solvent attributes""" title_str = "%-20s ... _bp(solvent_list, bp_limit): """print a table of all solvent attributes, with bp restrictions"""
numpy_simple
6 Occurrences trouvées, Dernière modification :
python # -*- coding: utf-8 -*- """ Solve a system of simultaneous equation in two variables of the form 2 * x + 7 * y = 17. 3 * x - 5 * y = -21. ... returns the coefficients # in the opposite order of that for np.polyfit and np.polyval" # → https://s... .io/featured-01/|Getting the Best Performance out of NumPy]] * [[https://medium.com/towards-data-sci
notions_avancees
5 Occurrences trouvées, Dernière modification :
= * [[https://medium.com/techtofreedom/7-levels-of-using-the-zip-function-in-python-a4bd22ee8bcd|7 Levels of Using the Zip Function in Python]] * itertools.... in Python: Which Is Better? An in-depth analysis of syntax, readability, and performance]] Thomas A D... m/community/tutorials/role-underscore-python|Role of Underscore(_) in Python Tutorial - In this tutori
plotly_simple
5 Occurrences trouvées, Dernière modification :
* [[https://towardsdatascience.com/the-next-level-of-data-visualization-in-python-dd6e99039d5e|The Next Level of Data Visualization in Python]] * [[https://towa... nce.com/recreating-gapminder-animation-in-2-lines-of-python-with-plotly-express-2060c73bedec|Recreating Gapminder Animation in 2 lines of Python with Plotly Express Go to the profile of A
algos_entiers
4 Occurrences trouvées, Dernière modification :
b): """Calculate the Greatest Common Divisor of a and b. Unless b==0, the result will have t... [http://stackoverflow.com/questions/3939660/sieve-of-eratosthenes-finding-primes-python]] * [[http:/... nt(n) returns a dict containing the prime factors of n as keys and their respective multiplicities as ... kexchange.com/questions/11317/prime-factorization-of-a-number]] (améliorable) * [[http://stackoverfl
jupyter
4 Occurrences trouvées, Dernière modification :
https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks|A gallery of interesting Jupyter Notebooks]] * [[http://nb.bianp.ne... upyter is data scientists’ computational notebook of choice - An improved architecture and enthusiastic user base are driving uptake of the open-source web tool]] Jeffrey M. Perkel, Nat
openbabel_jmol
4 Occurrences trouvées, Dernière modification :
les(dico[elem], elem) # Determine the charge of a molecule for file_in in dico: obCon... ules/%s.pdb" % file_in) # get the charges of the atoms charge_model = openbabel.OBChar... m Vandermeersch and Geoffrey R Hutchison, Journal of Cheminformatics 2011, 3:33 doi:10.1186/1758-2946... , Stephen Stein and Dmitrii Tchekhovskoi, Journal of Cheminformatics 2015, 7:23 doi:10.1186/s13321-015
plot_sinus_cosinus
4 Occurrences trouvées, Dernière modification :
open_chemical_databases
3 Occurrences trouvées, Dernière modification :
ppoo
3 Occurrences trouvées, Dernière modification :
bioinformatic
2 Occurrences trouvées, Dernière modification :
bokeh_simple
2 Occurrences trouvées, Dernière modification :
elements_molecules
2 Occurrences trouvées, Dernière modification :
maxwell-boltzmann
2 Occurrences trouvées, Dernière modification :
nim
2 Occurrences trouvées, Dernière modification :
periodical_table_electronegativity
2 Occurrences trouvées, Dernière modification :
tkinter_gui_simple
2 Occurrences trouvées, Dernière modification :
math_nombres
1 Occurrences trouvées, Dernière modification :
multilateration
1 Occurrences trouvées, Dernière modification :
presentation_principes
1 Occurrences trouvées, Dernière modification :
print_format
1 Occurrences trouvées, Dernière modification :
scikit_learn
1 Occurrences trouvées, Dernière modification :