Voici les résultats de votre recherche.
numpy_simple @teaching:progappchim 121 Occurrences trouvées, Dernière modification : il y a 24 mois ====== Les bases de NumPy ======
NumPy est une extension du langage de programmation Python, destinée à manipuler des matrices ... sur ces tableaux.
Chaque élément d'un tableau numpy occupe un nombre fixe d'octets, associé à un type... s en virgule flottante, nombres complexes,...
Numpy permet la manipulations des vecteurs, matrices et scipy_simple @teaching:progappchim 50 Occurrences trouvées, Dernière modification : il y a 6 ans ====== Les bases de SciPy ======
La librairie SciPy ajoute à NumPy des fonctionnalités mathématiques.
===== Directive d'importation ====
* Méthode standard : <code>import scipy as sp</code>
* Importation par sous-modules (// simulations_random_walks_codes @teaching:exos 29 Occurrences trouvées, Dernière modification : il y a 6 ans nombres aléatoires =====
<code python 01_random.py >
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
cf... éatoires =====
<code python 02_random_histogram.py >
#!/usr/bin/env python
# -*- coding: utf-8 -*-
f... ://docs.python.org/library/random.html
import numpy as np
import matplotlib.pyplot as plt # http:... togramme
xh = np.array(rval) # see http://www.scipy .org/Cookbook/BuildingArrays transforme une liste polynomes-12 @teaching:progappchim 28 Occurrences trouvées, Dernière modification : il y a 2 ans ==== Utilisation de polynômes orthogonaux avec NumPy ======
Voici un programme permettant d'obtenir l... mment, en utilisant les modules spécifiques de NumPy . Cet exemple montre tout l'intérêt d'utiliser des... der la représentation.
<code python polycheby_numpy .py >
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""
Représentations des polynômes de Chebyshev ave progappchim @teaching:progappchim 24 Occurrences trouvées, Dernière modification : il y a 24 mois rairie pour réaliser des graphiques 2D]]
* [[numpy _simple|Les bases de NumPy ]] (tableaux numériques, algèbre linéaire, transformées de Fourier, nombres aléatoires)
* [[scipy _simple|Les bases de SciPy ]] : ajoute à NumPy des fonctionnalités mathématiques (intégration, optimisa methcalchim @teaching:methcalchim 22 Occurrences trouvées, Dernière modification : il y a 23 mois , interactive, with [[https://code.sololearn.com/#py |code use in web browser]]
* MOOCs (massive op... includes lot of Python libraries : matplotlib, numpy , scipy , pandas,...
* package management system (conda), virtual environments
* Anaconda Navig... plotlib]] (scientific graphs)
* [[http://www.numpy .org/|NumPy ]] (array manipulations, linear algebra pandas @teaching:progappchim 22 Occurrences trouvées, Dernière modification : il y a 2 ans rence fondamentale de la librairie pandas avec NumPy , c'est que les tableaux NumPy (NumPy arrays) ont le même type (dtype) pour le tableau entier, tandis que les tableaux pandas (panda...
<code python jse-dataset-body-dimensions-read-10.py >
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
" stackexchange-chimie 20 Occurrences trouvées, Dernière modification : il y a 21 mois y.stackexchange.com/questions/54062/why-does-entropy -increase-when-the-difference-in-temperatures-is-decreased|Why does entropy increase when the difference in temperatures is d... /chemistry.stackexchange.com/questions/58617/entropy -change-when-indistinguishable-particles-suddenly-become-distinguishable|Entropy change when indistinguishable particles suddenly fit_modele_einstein @teaching:progappchim 20 Occurrences trouvées, Dernière modification : il y a 10 ans
Le programme Python nécessite les librairies scipy (optimisation), numpy (manipulation des données) et matplotlib (représentation du fit).
<sxh python; title : fit-Cv-diamant-Einstein-04.py >
#!/usr/bin/env python
# -*- coding: utf-8 -*-
""... a.org/wiki/Mod%C3%A8le_d%27Einstein
"""
import numpy as np
import scipy as sp
from scipy .optimize impo eigenvalues_and_eigenvectors @teaching:methcalchim 19 Occurrences trouvées, Dernière modification : il y a 4 ans Fock theory)
===== Python libraries =====
* NumPy (more portability)
* [[https://docs.scipy .org/doc/numpy /reference/routines.linalg.html|numpy .linalg]]
* [[https://docs.scipy .org/doc/numpy /reference/ge matplotlib_simple @teaching:progappchim 18 Occurrences trouvées, Dernière modification : il y a 20 mois thon de calcul scientifique :
* [[http://www.numpy .org/|NumPy ]] : gestion de tableaux numériques multidimensionnels, algèbre linéaire, transformées de F... rier, nombres (pseudo-)aléatoires
* [[http://scipy .org/scipylib/index.html|SciPy ]] : méthodes numériques comme l'intégration ou l'optimisation
* [[htt notions_fondamentales @teaching:progappchim 18 Occurrences trouvées, Dernière modification : il y a 22 mois s noms, d'utiliser systématiquement l'extension ".py " et de les classer en répertoires suivant leur rô... angrammes ===
<code python string-palindrome-01.py >
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"... ng1)))
</code>
<code python string-anagramme-00.py >
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"... mme.
</code>
<code python string_pangrammes-01.py >
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
" plot_sinus_cosinus @teaching:progappchim 18 Occurrences trouvées, Dernière modification : il y a 4 ans ions matplotlib utilisées.
Source : [[https://scipy -lectures.org/intro/matplotlib/index.html|Matplotl... :
<code python 01-plotting_with_default_settings.py >
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"... Plotting with default settings
Source : http://scipy -lectures.github.io/intro/matplotlib/matplotlib.ht... ve d'importation standard de Matplotlib
import numpy as np # directive d'importation sta articles_didactique_chimie 16 Occurrences trouvées, Dernière modification : il y a 4 semaines g/doi/10.1021/acs.jchemed.1c00140|Electronic Entropy as a Periodic Property of the Elements: A Theoret... jchemed.0c00225|Illustrating the Concepts of Entropy , Free Energy, and Thermodynamic Equilibrium with ... croscope for Single-Particle Fluorescence Microscopy | Journal of Chemical Education]]
* [[https:/... isualization of Color Change and UV–vis Spectroscopy | Journal of Chemical Education]]
* [[https:/ numerical_methods_for_ordinary_differential_equations @teaching:methcalchim 16 Occurrences trouvées, Dernière modification : il y a 3 ans ==== Python libraries =====
* [[https://docs.scipy .org/doc/scipy /reference/tutorial/integrate.html#ordinary-differential-equations-odeint|reference guide for odeint from scipy .integrate module]]
* [[https://docs.scipy .org/doc/scipy /reference/generated/scipy .integrate.odeint. system_of_linear_equations @teaching:methcalchim 15 Occurrences trouvées, Dernière modification : il y a 6 ans elements_molecules @teaching:progappchim 15 Occurrences trouvées, Dernière modification : il y a 4 ans root-finding_algorithm @teaching:methcalchim 14 Occurrences trouvées, Dernière modification : il y a 6 ans tkinter_gui_simple @teaching:progappchim 13 Occurrences trouvées, Dernière modification : il y a 2 ans chempy @teaching:progappchim 12 Occurrences trouvées, Dernière modification : il y a 23 mois maxwell-boltzmann @teaching:progappchim 12 Occurrences trouvées, Dernière modification : il y a 11 ans ph-3d @teaching:progappchim 12 Occurrences trouvées, Dernière modification : il y a 4 ans t-test @teaching:progappchim 12 Occurrences trouvées, Dernière modification : il y a 11 ans algos_entiers @teaching:progappchim 11 Occurrences trouvées, Dernière modification : il y a 2 ans ir_spectrum_co @teaching:progappchim:matplotlib_gallery 10 Occurrences trouvées, Dernière modification : il y a 10 ans desinformations 9 Occurrences trouvées, Dernière modification : il y a 18 mois matrices @teaching:progappchim 9 Occurrences trouvées, Dernière modification : il y a 7 ans rotation_vibration_molecules_biatomiques @teaching:exos 8 Occurrences trouvées, Dernière modification : il y a 3 ans publis_diverses 7 Occurrences trouvées, Dernière modification : il y a 14 mois numerical_integration @teaching:methcalchim 7 Occurrences trouvées, Dernière modification : il y a 6 ans analyse_images @teaching:progappchim 7 Occurrences trouvées, Dernière modification : il y a 4 ans polynomes-10 @teaching:progappchim 7 Occurrences trouvées, Dernière modification : il y a 8 ans pylab_simple @teaching:progappchim 7 Occurrences trouvées, Dernière modification : il y a 3 ans teaching_ressources_videos 6 Occurrences trouvées, Dernière modification : il y a 23 mois tp_simulations_monte-carlo_2019 @teaching:exos 5 Occurrences trouvées, Dernière modification : il y a 5 ans polynomes-11 @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 8 ans presentation_principes @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 2 ans pubchempy @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 3 ans chemspipy @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans codes_presentation @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans ph_acides_bases_2013 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 11 ans polynomes-9 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 8 ans suite_de_fibonacci-2 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 8 ans suite_de_fibonacci-3 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 8 ans potentiel_morse @teaching:progappchim:matplotlib_gallery 4 Occurrences trouvées, Dernière modification : il y a 5 ans 5_conceptions_erronees_courantes_sur_l_apprentissage 3 Occurrences trouvées, Dernière modification : il y a 3 ans informatique 3 Occurrences trouvées, Dernière modification : il y a 8 ans initinfo 3 Occurrences trouvées, Dernière modification : il y a 13 mois diffusion_chimique_1d @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 10 ans ensemble_mandelbrot_2013 @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 10 ans entropie_melange @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 4 ans factorielle-2 @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 8 ans lennard-jones @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 10 ans mendeleev @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 2 ans periodical_table_electronegativity @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 5 ans ph_courbe_titrage_2011 @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 4 ans regression_lineaire_2013 @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 11 ans suite_de_fibonacci-5 @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 8 ans pka_pkb_plane @teaching:progappchim:matplotlib_gallery 3 Occurrences trouvées, Dernière modification : il y a 5 ans exos_quel_volume_occupe_une_mole_de_gaz_ideal 2 Occurrences trouvées, Dernière modification : il y a 6 ans lancer_pieces @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 3 ans poker_menteur @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 11 ans bioinformatic @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 2 ans epidemie_coronavirus @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 5 ans game_of_life_conway-2012 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans polynomes-7 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 6 ans pressions_partielles_systemes_non_ideaux @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 9 ans slices @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 3 ans solubilite_ph_t @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 9 ans tableau_periodique_2011 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans tris @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 2 ans histogramme_simple @teaching:progappchim:matplotlib_gallery 2 Occurrences trouvées, Dernière modification : il y a 7 ans azote 1 Occurrences trouvées, Dernière modification : il y a 3 ans biblio-10.1021-ed086p1277 1 Occurrences trouvées, Dernière modification : il y a 9 ans oxygene 1 Occurrences trouvées, Dernière modification : il y a 3 ans psychologie_de_l_education 1 Occurrences trouvées, Dernière modification : il y a 13 mois cv_vibration_einstein @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 6 ans paradoxe_anniversaires @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 5 ans plus_ca_rate_plus_on_a_de_chance_que_ca_marche @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 7 ans sequences_brins_adn @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 6 ans attracteur_lorenz @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 6 ans bokeh_simple @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 3 ans calcul_matriciel_2012 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 11 ans collection_counter_exemple @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 4 ans collection_namedtuple_exemple @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 4 ans conversion_temperature_2011 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 11 ans courbe_predominance_acide_2013 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 11 ans csv @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 4 ans dictionaries_adn_arn_protein @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 9 ans dictionary_adn_protein @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 12 ans factorielle @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans factorielle-3 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans fizz_buzz @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans gaz_parfait_2011 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 11 ans glossaire_chimie @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 6 ans grille_configurations_melange_binaire_2013 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 11 ans koch_snowflake @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans notions_avancees @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 22 mois openbabel_jmol @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 3 ans osm_interrogation @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 10 ans pavage_penrose_2013 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 11 ans pieges @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 9 ans polynomes @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-2 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-3 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-4 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-5 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-6 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-7-contrib1 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 12 ans polynomes-8 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans random_walk_2d-simple @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 4 ans rdkit @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 21 mois representation_molecules_2013 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 5 ans solvents_data_class @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 12 ans suite_de_fibonacci @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans tableau_periodique_2013 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 5 ans testjs @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans rotateur_biatomique @teaching:progappchim:matplotlib_gallery 1 Occurrences trouvées, Dernière modification : il y a 7 ans