of

Recherche

Voici les résultats de votre recherche.

notions_fondamentales
75 Occurrences trouvées, Dernière modification :
ompound_stmts.html#the-if-statement|documentation officielle]] ou [[http://www.courspython.com/tests.h... reference/compound_stmts.html#while|documentation officielle]]) Permet d'exécuter des commandes tant q... 3/reference/compound_stmts.html#for|documentation officielle]]) permet d'itérer sur une liste, ou auss... Medium, Jan 8, 2020 * [[https://medium.com/techtofreedom/the-art-of-writing-loops-in-python-68e9869e
matplotlib_simple
21 Occurrences trouvées, Dernière modification :
[[https://towardsdatascience.com/the-simplest-way-of-making-gifs-and-math-videos-with-python-aec41da74... rences ===== * [[http://matplotlib.org/|Le site officiel]] * [[http://matplotlib.org/gallery.html|... plotlib.org/users/index.html|Le guide utilisateur officiel]] * [[http://matplotlib.org/Matplotlib.pd... |Line Chart Basics with Python’s Matplotlib]] One of the most used and most effective ways of visualiz
progappchim
19 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
algos_entiers
18 Occurrences trouvées, Dernière modification :
b): """Calculate the Greatest Common Divisor of a and b. Unless b==0, the result will have t... hène]] (wikipedia) * [[https://www.daniweb.com/software-development/python/code/216880/check-if-a-nu... [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
pandas
15 Occurrences trouvées, Dernière modification :
docs/stable/install.html|Instructions sur le site officiel]] * Installé avec Anaconda * Ubuntu : p... a.org/pandas-docs/stable/index.html|Documentation officielle]] * [[http://pandas.pydata.org/pandas-d... (), value_counts() (se baser sur la documentation officielle) * ... <code python jse-dataset-body-d... - Accessing Pandas Dataframes with a simple click of the mouse]] Parul Pandey, Medium, 24/10/2020 *
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
13 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
numpy_simple
10 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... éférences ===== * [[http://www.numpy.org/|Site officiel]] * [[http://docs.scipy.org/doc/numpy/ref
plot_sinus_cosinus
10 Occurrences trouvées, Dernière modification :
'importation standard de numpy # Create a figure of size 8x6 inches, 80 dots per inch plt.figure(figs... , 6), dpi=80) # Create a new subplot from a grid of 1x1 plt.subplot(1, 1, 1) X = np.linspace(-np.pi,... sin(X) # Plot cosine with a blue continuous line of width 1 (pixels) plt.plot(X, C, color="blue", lin... le="-") # Plot sine with a green continuous line of width 1 (pixels) plt.plot(X, S, color="green", li
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
10 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... omique d'équilibre de <chem>H2</chem>, $D_e$ la profondeur du puits de potentiel et $\beta$ un paramèt... 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
jupyter
8 Occurrences trouvées, Dernière modification :
a plateforme [[https://notebooks.azure.com/|Microsoft Azure notebooks]], avec un code utilisateur UMON... ion, et s'appelle Jupyterlab </WRAP> ===== Liens officiels ou populaires ===== * Le présent : *... https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks|A gallery of interesting Jupyter Notebooks]] * [[http://nb.bianp.ne
notions_avancees
8 Occurrences trouvées, Dernière modification :
tools, zip,... ==== * [[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
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"""
openbabel_jmol
7 Occurrences trouvées, Dernière modification :
n de molécules dans différents formats. * Site officiel : [[http://openbabel.org/wiki/Main_Page]] ... abel (ou d'autres logiciels de chimie). * Site officiel : [[http://jmol.sourceforge.net]] ===== Ex... 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
plotly_simple
7 Occurrences trouvées, Dernière modification :
conversion_temperature_2011
6 Occurrences trouvées, Dernière modification :
polynomes-10
5 Occurrences trouvées, Dernière modification :
ppoo
5 Occurrences trouvées, Dernière modification :
tkinter_gui_simple
5 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
5 Occurrences trouvées, Dernière modification :
elements_molecules
4 Occurrences trouvées, Dernière modification :
open_chemical_databases
4 Occurrences trouvées, Dernière modification :
analyse_images
3 Occurrences trouvées, Dernière modification :
bioinformatic
3 Occurrences trouvées, Dernière modification :
calcul_matriciel_2012
3 Occurrences trouvées, Dernière modification :
csv
3 Occurrences trouvées, Dernière modification :
factorielle-3
3 Occurrences trouvées, Dernière modification :
polynomes-5
3 Occurrences trouvées, Dernière modification :
polynomes-7
3 Occurrences trouvées, Dernière modification :
polynomes-11
3 Occurrences trouvées, Dernière modification :
presentation_principes
3 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-2
3 Occurrences trouvées, Dernière modification :
bokeh_simple
2 Occurrences trouvées, Dernière modification :
chemspipy
2 Occurrences trouvées, Dernière modification :
codes_presentation
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 :
polynomes
2 Occurrences trouvées, Dernière modification :
polynomes-8
2 Occurrences trouvées, Dernière modification :
rdkit
2 Occurrences trouvées, Dernière modification :
solubilite_ph_t
2 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
attracteur_lorenz
1 Occurrences trouvées, Dernière modification :
collection_counter_exemple
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 :
mendeleev
1 Occurrences trouvées, Dernière modification :
multilateration
1 Occurrences trouvées, Dernière modification :
pieges
1 Occurrences trouvées, Dernière modification :
polynomes-6
1 Occurrences trouvées, Dernière modification :
print_format
1 Occurrences trouvées, Dernière modification :
random_walk_2d-simple
1 Occurrences trouvées, Dernière modification :
representation_molecules_2013
1 Occurrences trouvées, Dernière modification :
scikit_learn
1 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-3
1 Occurrences trouvées, Dernière modification :
tris
1 Occurrences trouvées, Dernière modification :